Searched refs:nextSize (Results 1 – 1 of 1) sorted by relevance
1249 static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, int nextSize) in LZ4_renormDictT() argument1251 …if (LZ4_dict->currentOffset + nextSize > 0x80000000) { /* potential ptrdiff_t overflow (32-bits … in LZ4_renormDictT()