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 160 void* tableEnd;
181 assert(ws->objectEnd <= ws->tableEnd);
183 assert(ws->tableEnd <= ws->allocStart);
294 void* const bottom = ws->tableEnd;
337 ws->tableEnd = objectEnd; /* table area starts being empty */
338 if (ws->tableValidEnd < ws->tableEnd) {
339 ws->tableValidEnd = ws->tableEnd;
460 alloc = ws->tableEnd;
474 ws->tableEnd = end;
515 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