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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c 314 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]);
337 U32 const llBits = LL_bits[llCode];
zstd_compress_superblock.c 382 nbSeq, fseTables->litlengthCTable, LL_bits,
zstd_opt.c 311 return (LL_bits[llCode] * BITCOST_MULTIPLIER)
zstd_compress.c 3911 fseTables->litlengthCTable, LL_bits,
  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 119 static UNUSED_ATTR const U8 LL_bits[MaxLL+1] = {
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 984 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]);
996 U32 const llBits = LL_bits[llCode];
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c 456 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3236 U32 const llBits = LL_bits[llCode];
zstd_v07.c 2690 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3467 U32 const llBits = LL_bits[llCode];
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1519 LL_base, LL_bits,
zstd_decompress_block.c 740 LL_base, LL_bits,

Completed in 86 milliseconds