Searched refs:hc4 (Results 1 – 3 of 3) sorted by relevance
115 static void LZ4HC_init (LZ4HC_Data_Structure* hc4, const BYTE* start) in LZ4HC_init() argument117 MEM_INIT((void*)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init()118 MEM_INIT(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_init()119 hc4->nextToUpdate = 64 KB; in LZ4HC_init()120 hc4->base = start - 64 KB; in LZ4HC_init()121 hc4->inputBuffer = start; in LZ4HC_init()122 hc4->end = start; in LZ4HC_init()123 hc4->dictBase = start - 64 KB; in LZ4HC_init()124 hc4->dictLimit = 64 KB; in LZ4HC_init()125 hc4->lowLimit = 64 KB; in LZ4HC_init()[all …]
276 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
2582 hc4án