Searched refs:tableEnd (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_cwksp.h147 void* tableEnd; member in struct:__anon211
166 assert(ws->objectEnd <= ws->tableEnd);
168 assert(ws->tableEnd <= ws->allocStart);
248 void* const bottom = ws->tableEnd;
302 ws->tableEnd = objectEnd; /* table area starts being empty */
303 if (ws->tableValidEnd < ws->tableEnd) {
304 ws->tableValidEnd = ws->tableEnd;
372 alloc = ws->tableEnd;
386 ws->tableEnd = end;
418 ws->tableEnd
[all...]

Completed in 204 milliseconds