HomeSort by: relevance | last modified time | path
    Searched refs:tableEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_cwksp.h 163 void* tableEnd;
184 assert(ws->objectEnd <= ws->tableEnd);
186 assert(ws->tableEnd <= ws->allocStart);
289 void* const bottom = ws->tableEnd;
332 ws->tableEnd = objectEnd; /* table area starts being empty */
333 if (ws->tableValidEnd < ws->tableEnd) {
334 ws->tableValidEnd = ws->tableEnd;
454 alloc = ws->tableEnd;
468 ws->tableEnd = end;
509 ws->tableEnd = end
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
gen-normalize.py 170 tableEnd = {}
184 tableEnd[k] = end
199 (t[0], tableStart[k], tableEnd[k], tableToNext[k]))

Completed in 25 milliseconds