Searched refs:BrotliSafeReadBits (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
H A D | bit_reader.c | 37 overflow. If unalignment is caused by BrotliSafeReadBits, then there is in BrotliWarmupBitReader() 65 if (!BrotliSafeReadBits(br, 16, &low_val) || in BrotliSafeReadBits32Slow() 66 !BrotliSafeReadBits(br, n_bits - 16, &high_val)) { in BrotliSafeReadBits32Slow()
|
H A D | decode.c | 186 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8() 196 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8() 210 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8() 232 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 247 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 258 if (!BrotliSafeReadBits(br, 2, &bits)) { in DecodeMetaBlockLength() 274 if (!BrotliSafeReadBits(br, 4, &bits)) { in DecodeMetaBlockLength() 290 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 300 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 310 if (!BrotliSafeReadBits(b in DecodeMetaBlockLength() [all...] |
H A D | bit_reader.h | 291 static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits( in BrotliSafeReadBits() function 303 /* Same as BrotliSafeReadBits, but allows reading up to 32 bits. */
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | bit_reader.c | 37 overflow. If unalignment is caused by BrotliSafeReadBits, then there is in BrotliWarmupBitReader() 65 if (!BrotliSafeReadBits(br, 16, &low_val) || in BrotliSafeReadBits32Slow() 66 !BrotliSafeReadBits(br, n_bits - 16, &high_val)) { in BrotliSafeReadBits32Slow()
|
H A D | decode.c | 186 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8() 196 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8() 210 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8() 232 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 247 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 258 if (!BrotliSafeReadBits(br, 2, &bits)) { in DecodeMetaBlockLength() 274 if (!BrotliSafeReadBits(br, 4, &bits)) { in DecodeMetaBlockLength() 290 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 300 if (!BrotliSafeReadBits(br, 1, &bits)) { in DecodeMetaBlockLength() 310 if (!BrotliSafeReadBits(b in DecodeMetaBlockLength() [all...] |
H A D | bit_reader.h | 291 static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits( in BrotliSafeReadBits() function 303 /* Same as BrotliSafeReadBits, but allows reading up to 32 bits. */
|
Completed in 7 milliseconds