HomeSort by relevance Sort by last modified time
    Searched refs:BrotliPullByte (Results 1 - 3 of 3) sorted by null

  /external/brotli/dec/
bit_reader.c 32 if (!BrotliPullByte(br)) {
38 if (!BrotliPullByte(br)) {
bit_reader.h 217 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) {
259 if (!BrotliPullByte(br)) {
321 if (!BrotliPullByte(br)) {
decode.c 593 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
    [all...]

Completed in 44 milliseconds