Home
last modified time | relevance | path

Searched defs:hashTable (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c959 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_clearHash() local
965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash() local
971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash() local
991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash() local
997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash() local
1018 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() local
1024 U32 *hashTable = (U32 *)tableBase; in LZ4_putPositionOnHash() local
1030 U16 *hashTable = (U16 *)tableBase; in LZ4_putPositionOnHash() local
1054 const U32 *const hashTable = (const U32 *)tableBase; in LZ4_getIndexOnHash() local
1060 const U16 *const hashTable = (const U16 *)tableBase; in LZ4_getIndexOnHash() local
[all …]
/DragonOS-0.1.8/kernel/src/common/
Dlz4.h584 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member