Home
last modified time | relevance | path

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

/lib/zstd/common/
Dfse_decompress.c238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic() local
239 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
276 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()
283 if (op>(omax-2)) return ERROR(dstSize_tooSmall); in FSE_decompress_usingDTable_generic()