Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.h154 uint32_t nextToUpdate; /* index from which to continue dictionary update */ member
172 unsigned int nextToUpdate; /* index from which to continue dictionary update */ member
Dlz4hc.c103 hc4->nextToUpdate = (U32) startingOffset; in LZ4HC_init()
119 U32 idx = hc4->nextToUpdate; in LZ4HC_Insert()
130 hc4->nextToUpdate = target; in LZ4HC_Insert()
953 ctxPtr->nextToUpdate = ctxPtr->dictLimit; /* match referencing will resume from there */ in LZ4HC_setExternalDict()
1021 …if (streamPtr->nextToUpdate < streamPtr->dictLimit) streamPtr->nextToUpdate = streamPtr->dictLimit; in LZ4_saveDictHC()