Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1980 static void LZ4_renormDictT(LZ4_stream_t_internal *LZ4_dict, int nextSize) in LZ4_renormDictT() argument
1982 assert(nextSize >= 0); in LZ4_renormDictT()
1983 if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) in LZ4_renormDictT()