Home
last modified time | relevance | path

Searched refs:BrotliReadBits24 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h249 static BROTLI_INLINE uint32_t BrotliReadBits24( in BrotliReadBits24() function
268 /* Same as BrotliReadBits24, but allows reading up to 32 bits. */
H A Ddecode.c879 return _kBrotliPrefixCodeRanges[code].offset + BrotliReadBits24(br, nbits); in ReadBlockLength()
1688 insert_len_extra = BrotliReadBits24(br, v.insert_len_extra_bits); in ReadCommandInternal()
1690 copy_length = BrotliReadBits24(br, v.copy_len_extra_bits); in ReadCommandInternal()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dbit_reader.h249 static BROTLI_INLINE uint32_t BrotliReadBits24( in BrotliReadBits24() function
268 /* Same as BrotliReadBits24, but allows reading up to 32 bits. */
H A Ddecode.c879 return _kBrotliPrefixCodeRanges[code].offset + BrotliReadBits24(br, nbits); in ReadBlockLength()
1688 insert_len_extra = BrotliReadBits24(br, v.insert_len_extra_bits); in ReadCommandInternal()
1690 copy_length = BrotliReadBits24(br, v.copy_len_extra_bits); in ReadCommandInternal()

Completed in 9 milliseconds