Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dconstants.c10 _kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS] = { variable
H A Dconstants.h198 _kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS];
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.c10 _kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS] = { variable
H A Dconstants.h198 _kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS];
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c878 nbits = _kBrotliPrefixCodeRanges[code].nbits; /* nbits == 2..24 */ in ReadBlockLength()
879 return _kBrotliPrefixCodeRanges[code].offset + BrotliReadBits24(br, nbits); in ReadBlockLength()
897 uint32_t nbits = _kBrotliPrefixCodeRanges[index].nbits; in SafeReadBlockLength()
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset; in SafeReadBlockLength()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c878 nbits = _kBrotliPrefixCodeRanges[code].nbits; /* nbits == 2..24 */ in ReadBlockLength()
879 return _kBrotliPrefixCodeRanges[code].offset + BrotliReadBits24(br, nbits); in ReadBlockLength()
897 uint32_t nbits = _kBrotliPrefixCodeRanges[index].nbits; in SafeReadBlockLength()
898 uint32_t offset = _kBrotliPrefixCodeRanges[index].offset; in SafeReadBlockLength()
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c40 len >= _kBrotliPrefixCodeRanges[code + 1].offset) ++code; in BlockLengthPrefixCode()
47 *n_extra = _kBrotliPrefixCodeRanges[*code].nbits; in GetBlockLengthPrefixCode()
48 *extra = len - _kBrotliPrefixCodeRanges[*code].offset; in GetBlockLengthPrefixCode()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbrotli_bit_stream.c40 len >= _kBrotliPrefixCodeRanges[code + 1].offset) ++code; in BlockLengthPrefixCode()
47 *n_extra = _kBrotliPrefixCodeRanges[*code].nbits; in GetBlockLengthPrefixCode()
48 *extra = len - _kBrotliPrefixCodeRanges[*code].offset; in GetBlockLengthPrefixCode()

Completed in 15 milliseconds