Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( in BrotliGetBitsUnmasked() function
193 return (uint32_t)BrotliGetBitsUnmasked(br); in BrotliGet16BitsUnmasked()
201 return (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliGetBits()
213 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliSafeGetBits()
240 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliTakeBits()
337 *dest = (uint8_t)BrotliGetBitsUnmasked(br); in BrotliCopyBytes()
H A Ddecode.c387 val = (uint32_t)BrotliGetBitsUnmasked(br); in SafeDecodeSymbol()
621 BROTLI_HC_ADJUST_TABLE_INDEX(p, BrotliGetBitsUnmasked(br) & in ReadSymbolCodeLengths()
632 (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(extra_bits); in ReadSymbolCodeLengths()
658 bits = (uint32_t)BrotliGetBitsUnmasked(br); in SafeReadSymbolCodeLengths()
705 ix = BrotliGetBitsUnmasked(br) & 0xF; in ReadCodeLengthCodeLengths()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dbit_reader.h183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( in BrotliGetBitsUnmasked() function
193 return (uint32_t)BrotliGetBitsUnmasked(br); in BrotliGet16BitsUnmasked()
201 return (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliGetBits()
213 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliSafeGetBits()
240 *val = (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(n_bits); in BrotliTakeBits()
337 *dest = (uint8_t)BrotliGetBitsUnmasked(br); in BrotliCopyBytes()
H A Ddecode.c387 val = (uint32_t)BrotliGetBitsUnmasked(br); in SafeDecodeSymbol()
621 BROTLI_HC_ADJUST_TABLE_INDEX(p, BrotliGetBitsUnmasked(br) & in ReadSymbolCodeLengths()
632 (uint32_t)BrotliGetBitsUnmasked(br) & BitMask(extra_bits); in ReadSymbolCodeLengths()
658 bits = (uint32_t)BrotliGetBitsUnmasked(br); in SafeReadSymbolCodeLengths()
705 ix = BrotliGetBitsUnmasked(br) & 0xF; in ReadCodeLengthCodeLengths()

Completed in 8 milliseconds