#include <stdint.h>
Go to the source code of this file.
◆ __has_attribute
| #define __has_attribute |
( |
| x | ) |
|
◆ __has_builtin
| #define __has_builtin |
( |
| x | ) |
|
◆ __has_include
| #define __has_include |
( |
| x | ) |
|
◆ inline
◆ LIBPOPCNT_CLANG_PREREQ
| #define LIBPOPCNT_CLANG_PREREQ |
( |
| x, |
|
|
| y ) |
◆ LIBPOPCNT_GNUC_PREREQ
| #define LIBPOPCNT_GNUC_PREREQ |
( |
| x, |
|
|
| y ) |
◆ popcnt()
| static uint64_t popcnt |
( |
const void * | data, |
|
|
uint64_t | size ) |
|
inlinestatic |
◆ popcnt64()
| static uint64_t popcnt64 |
( |
uint64_t | x | ) |
|
|
inlinestatic |
◆ popcnt64_bitwise()
| static uint64_t popcnt64_bitwise |
( |
uint64_t | x | ) |
|
|
inlinestatic |