Searched defs:oend (Results 1 - 3 of 3) sorted by relevance
/third_party/lz4/tests/ |
H A D | frametest.c | 324 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; test_lz4f_decompression_wBuffers() local 1064 BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBufferSize); /* when flushes are possible, can't guarantee a max compressed size */ fuzzerTests() local [all...] |
/third_party/lz4/lib/ |
H A D | lz4.c | 1807 BYTE* const oend = ostart + decompressedSize; in LZ4_decompress_unsafe_generic() local 1956 BYTE* const oend = op + outputSize; in LZ4_decompress_generic() local [all...] |
H A D | lz4hc.c | 575 BYTE* oend = op + maxOutputSize; in LZ4HC_compress_hashChain() local 467 LZ4HC_encodeSequence( const BYTE** _ip, BYTE** _op, const BYTE** _anchor, int matchLength, const BYTE* const match, limitedOutput_directive limit, BYTE* oend) LZ4HC_encodeSequence() argument 782 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, notLimited, oend); LZ4HC_compress_hashChain() local 1357 BYTE* oend = op + dstCapacity; LZ4HC_compress_optimal() local 1621 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ovml, ovref, notLimited, oend); LZ4HC_compress_optimal() local [all...] |
Completed in 9 milliseconds