Home
last modified time | relevance | path

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

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