|
sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | __has_builtin(x) |
| #define | __has_attribute(x) |
| #define | __has_include(x) |
| #define | LIBPOPCNT_GNUC_PREREQ(x, y) |
| #define | LIBPOPCNT_CLANG_PREREQ(x, y) |
| #define | inline __inline |
Functions | |
| static uint64_t | popcnt64_bitwise (uint64_t x) |
| static uint64_t | popcnt64 (uint64_t x) |
| static uint64_t | popcnt (const void *data, uint64_t size) |
| #define __has_attribute | ( | x | ) |
Definition at line 42 of file libpopcnt.h.
| #define __has_builtin | ( | x | ) |
Definition at line 38 of file libpopcnt.h.
| #define __has_include | ( | x | ) |
Definition at line 46 of file libpopcnt.h.
| #define inline __inline |
Definition at line 65 of file libpopcnt.h.
| #define LIBPOPCNT_CLANG_PREREQ | ( | x, | |
| y ) |
Definition at line 60 of file libpopcnt.h.
| #define LIBPOPCNT_GNUC_PREREQ | ( | x, | |
| y ) |
Definition at line 53 of file libpopcnt.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 244 of file libpopcnt.h.
|
inlinestatic |