Searched refs:hash16 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndfwd.c61 static inline uint32 __wofa_bloom_lkup16(const uint32 * bfilter, const uint16 hash16);
62 static inline void __wofa_bloom_set16(uint32 * bfilter, const uint16 hash16);
63 static inline void __wofa_bloom_clr16(uint32 * bfilter, const uint16 hash16);
133 uint16 hash16; member in struct:wofa_sym
144 /** WOFA Fast lookup of cached last hit hash16. */
146 uint16 hash16; /* Cached recent hit ix */ member in struct:wofa_cached
188 uint16 hash16; local
189 hash16 = (*(key + 0)) ^ (*(key + 1)) ^ (*(key + 2));
190 return hash16;
216 __wofa_bloom_lkup16(const uint32 * bloom_filter, const uint16 hash16) argument
222 __wofa_bloom_set16(uint32 * bloom_filter, const uint16 hash16) argument
228 __wofa_bloom_clr16(uint32 * bloom_filter, const uint16 hash16) argument
306 uint16 hash16; local
382 uint16 hash16; local
486 uint16 hash16; local
508 uint16 hash16; local
[all...]

Completed in 58 milliseconds