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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndfwd.c318 uint8 hash8; /* CAUTION: 8bit hash index for 258 buckets */ local
323 hash8 = ((uint8)(hash16) ^ (uint8)(hash16 >> 8));
326 sym = &dict->table.bkt[hash8].bin[0];
369 __EVAL((uint8*)symbol), (uint)wofa, hash8));
405 uint8 hash8; /* CAUTION: 8bit hash index for 258 buckets */ local
410 hash8 = ((uint8)(hash16) ^ (uint8)(hash16 >> 8));
412 sym = &dict->table.bkt[hash8].bin[0];
434 * If hash8 was computed from lower 8bits of hash16, then do not need to
534 uint8 hash8; local
539 hash8
[all...]

Completed in 160 milliseconds