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

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c 142 SymbolEncodingType_e const litEncType = (SymbolEncodingType_e)(istart[0] & 3);
145 switch(litEncType)
200 if (litEncType==set_repeat) {
246 if (litEncType==set_compressed) dctx->HUFptr = dctx->entropy.hufTable;
  /src/external/bsd/zstd/dist/tests/
fullbench.c 223 SymbolEncodingType_e const litEncType = (SymbolEncodingType_e)(istart[0] & 3);
224 if (litEncType == set_compressed) {

Completed in 23 milliseconds