Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c1432 const BYTE* const shortiend = iend - (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/; in LZ4_decompress_generic() local
1465 && likely((endOnInput ? ip < shortiend : 1) & (op <= shortoend)) ) { in LZ4_decompress_generic()