Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes() function
332 |num| may not be larger than BrotliGetRemainingBytes. The bit reader must be
H A Ddecode.c1367 int nbytes = (int)BrotliGetRemainingBytes(&s->br); in CopyUncompressedBlockToOutput()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dbit_reader.h90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes() function
332 |num| may not be larger than BrotliGetRemainingBytes. The bit reader must be
H A Ddecode.c1367 int nbytes = (int)BrotliGetRemainingBytes(&s->br); in CopyUncompressedBlockToOutput()

Completed in 9 milliseconds