Lines Matching defs:uint32_t
36 typedef unsigned int uint32_t;
40 #include <stdint.h> /* uint8_t, uint32_t */
200 HASH_BLOOM_BITSET((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
203 HASH_BLOOM_BITTEST((tbl)->bloom_bv, ((hashv) & (uint32_t)((1UL << (tbl)->bloom_nbits) - 1U)))
695 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \
696 +(uint32_t)(((const uint8_t *)(d))[0]) )
701 uint32_t _sfh_tmp, _sfh_len = (uint32_t)keylen; \
710 _sfh_tmp = ((uint32_t)(get16bits (_sfh_key+2)) << 11) ^ hashv; \
720 hashv ^= (uint32_t)(_sfh_key[sizeof (uint16_t)]) << 18; \
1116 uint32_t signature; /* used only to find hash tables in external analysis */
1118 uint32_t bloom_sig; /* used only to test bloom exists in external analysis */