#include "global.h"Go to the source code of this file.
Functions | |
| PMOD_EXPORT int | my_log2 (size_t x) ATTRIBUTE((const )) |
| PMOD_EXPORT int | count_bits (unsigned INT32 x) ATTRIBUTE((const )) |
| PMOD_EXPORT int | is_more_than_one_bit (unsigned INT32 x) ATTRIBUTE((const )) |
| PMOD_EXPORT double | my_strtod (char *nptr, char **endptr) |
| PMOD_EXPORT unsigned INT32 | my_sqrt (unsigned INT32 n) ATTRIBUTE((const )) |
| unsigned long | find_good_hash_size (unsigned long x) ATTRIBUTE((const )) |
Variables | |
| PMOD_EXPORT const INT32 | hashprimes [32] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.3.9.1