Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c225 #define KB *(1 << 10) macro
838 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT - 1));
1107 …|| ((tableType == byU32) && cctx->currentOffset > 1 GB) || tableType == byPtr || inputSize >= 4 KB) in LZ4_prepareTable()
1127 cctx->currentOffset += 64 KB; in LZ4_prepareTable()
1927 dict->currentOffset += 64 KB; in LZ4_loadDict()
1934 if ((dictEnd - p) > 64 KB) in LZ4_loadDict()
1935 p = dictEnd - 64 KB; in LZ4_loadDict()
1967 workingStream->internal_donotuse.currentOffset = 64 KB; in LZ4_attach_dictionary()
1986 U32 const delta = LZ4_dict->currentOffset - 64 KB; in LZ4_renormDictT()
1997 LZ4_dict->currentOffset = 64 KB; in LZ4_renormDictT()
[all …]