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

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1270 #define HASH_TABLESIZE (1 << HASH_LOG)
1271 #define HASH_MASK (HASH_TABLESIZE - 1)
1396 __m256i hashTable[HASH_TABLESIZE>>3];
1398 U32 hashTable[HASH_TABLESIZE];
zstd_v03.c 2275 #define HASH_TABLESIZE (1 << HASH_LOG)
2276 #define HASH_MASK (HASH_TABLESIZE - 1)
zstd_v02.c 2635 #define HASH_TABLESIZE (1 << HASH_LOG)
2636 #define HASH_MASK (HASH_TABLESIZE - 1)

Completed in 24 milliseconds