HomeSort by: relevance | last modified time | path
    Searched defs:HASHTABLESIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_preSplit.c 26 #define HASHTABLESIZE (1 << HASHLOG_MAX)
27 #define HASHMASK (HASHTABLESIZE - 1)
43 unsigned events[HASHTABLESIZE];
127 for (n = 0; n < HASHTABLESIZE; n++) {
136 for (n = 0; n < HASHTABLESIZE; n++) {
146 for (n = 0; n < HASHTABLESIZE; n++) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c 299 #define HASHTABLESIZE (1 << HASH_LOG)
300 #define HASH_MASK (HASHTABLESIZE - 1)
360 HTYPE hashTable[HASHTABLESIZE];
472 HTYPE HashTable[HASHTABLESIZE] = { 0 };
  /src/usr.sbin/bootp/common/
readfile.c 63 #define HASHTABLESIZE 257 /* Hash table size (prime) */
300 hwhashtable = hash_Init(HASHTABLESIZE);
301 iphashtable = hash_Init(HASHTABLESIZE);
302 nmhashtable = hash_Init(HASHTABLESIZE);

Completed in 18 milliseconds