Home
last modified time | relevance | path

Searched refs: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
960 hashTable[h] = NULL; in LZ4_clearHash()
965 U32 *hashTable = (U32 *)tableBase; in LZ4_clearHash() local
966 hashTable[h] = 0; in LZ4_clearHash()
971 U16 *hashTable = (U16 *)tableBase; in LZ4_clearHash() local
972 hashTable[h] = 0; in LZ4_clearHash()
991 U32 *hashTable = (U32 *)tableBase; in LZ4_putIndexOnHash() local
992 hashTable[h] = idx; in LZ4_putIndexOnHash()
997 U16 *hashTable = (U16 *)tableBase; in LZ4_putIndexOnHash() local
999 hashTable[h] = (U16)idx; in LZ4_putIndexOnHash()
[all …]
/DragonOS-0.1.8/kernel/src/common/
Dlz4.h584 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member