Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c1965 const BYTE* const shortiend = iend - 14 /*maxLL*/ - 2 /*offset*/; in LZ4_decompress_generic() local
2130 && likely((ip < shortiend) & (op <= shortoend)) ) { in LZ4_decompress_generic()