Searched refs:BrotliSafeGetBits (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/brotli/c/dec/ |
D | bit_reader.h | 206 static BROTLI_INLINE BROTLI_BOOL BrotliSafeGetBits( in BrotliSafeGetBits() function
|
D | decode.c | 418 if (BROTLI_PREDICT_TRUE(BrotliSafeGetBits(br, 15, &val))) { in SafeReadSymbol() 702 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths() 1025 if (!BrotliSafeGetBits(br, 5, &bits)) { in DecodeContextMap()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | bit_reader.h | 206 static BROTLI_INLINE BROTLI_BOOL BrotliSafeGetBits( in BrotliSafeGetBits() function
|
D | decode.c | 418 if (BROTLI_PREDICT_TRUE(BrotliSafeGetBits(br, 15, &val))) { in SafeReadSymbol() 702 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths() 1025 if (!BrotliSafeGetBits(br, 5, &bits)) { in DecodeContextMap()
|