#include <stdint.h>
#include "cf_atomic.h"
Go to the source code of this file.
Macros |
#define | CF_N_HIST_COUNTS 64 |
#define | cf_bits_find_first_set(__x) ffs(__x) |
#define | cf_bits_find_first_set_64(__x) ffsll(__x) |
#define | CF_LT(n) n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n |
Macro Definition Documentation
#define cf_bits_find_first_set |
( |
|
__x | ) |
ffs(__x) |
#define cf_bits_find_first_set_64 |
( |
|
__x | ) |
ffsll(__x) |
#define CF_LT |
( |
|
n | ) |
n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n |
#define CF_N_HIST_COUNTS 64 |
Typedef Documentation
Function Documentation
int cf_bits_find_last_set |
( |
uint32_t |
c | ) |
|
int cf_bits_find_last_set_64 |
( |
uint64_t |
c | ) |
|
void cf_histogram_insert_data_point |
( |
cf_histogram * |
h, |
|
|
uint64_t |
start |
|
) |
| |