Home
last modified time | relevance | path

Searched defs:oend (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/tests/
Dframetest.c324 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
404 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
443 BYTE* const oend = ostart + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
770 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; in basicTests() local
885 BYTE* const oend = op + dstCapacity; in test_lz4f_decompression_wBuffers() local
1064 …BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBuffe… in fuzzerTests() local
/third_party/lz4/lib/
Dlz4hc.c474 BYTE* oend) in LZ4HC_encodeSequence()
575 BYTE* oend = op + maxOutputSize; in LZ4HC_compress_hashChain() local
1357 BYTE* oend = op + dstCapacity; in LZ4HC_compress_optimal() local
Dlz4.c1807 BYTE* const oend = ostart + decompressedSize; in LZ4_decompress_unsafe_generic() local
1956 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local