Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c623 const BYTE* const dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic() local
625 if ((sourceEnd > dictBegin) && ((const BYTE*)source < dictEnd)) { in LZ4_compressHC_continue_generic()