Home
last modified time | relevance | path

Searched refs:dictEnd (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1171 const BYTE *const dictEnd = dictionary ? dictionary + dictSize : dictionary; in LZ4_compress_generic_validated() local
1421 const BYTE *limit = ip + (dictEnd - match); in LZ4_compress_generic_validated()
1422 assert(dictEnd > match); in LZ4_compress_generic_validated()
1910 const BYTE *const dictEnd = p + dictSize; in LZ4_loadDict() local
1934 if ((dictEnd - p) > 64 KB) in LZ4_loadDict()
1935 p = dictEnd - 64 KB; in LZ4_loadDict()
1936 base = dictEnd - dict->currentOffset; in LZ4_loadDict()
1938 dict->dictSize = (U32)(dictEnd - p); in LZ4_loadDict()
1941 while (p <= dictEnd - HASH_UNIT) in LZ4_loadDict()
1987 const BYTE *dictEnd = LZ4_dict->dictionary + LZ4_dict->dictSize; in LZ4_renormDictT() local
[all …]