Home
last modified time | relevance | path

Searched defs:ostart (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/tests/
Dframetest.c322 BYTE* const ostart = (BYTE*)decodedBuffer; in basicTests() local
402 { BYTE* const ostart = (BYTE*)decodedBuffer; in basicTests() local
441 BYTE* const ostart = (BYTE*)decodedBuffer; in basicTests() local
525 BYTE* const ostart = (BYTE*)compressedBuffer; in basicTests() local
/third_party/lz4/lib/
Dlz4.c1797 BYTE* const ostart, in LZ4_decompress_unsafe_generic()