Home
last modified time | relevance | path

Searched refs:brotli_reg_t (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c25 ((sizeof(brotli_reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
65 ((brotli_reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70 static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { in BrotliReverseBits()
109 brotli_reg_t key; /* prefix code */ in BrotliBuildCodeLengthsHuffmanTable()
110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable()
146 for (key = 0; key < (brotli_reg_t)table_size; ++key) { in BrotliBuildCodeLengthsHuffmanTable()
177 brotli_reg_t key; /* prefix code */ in BrotliBuildHuffmanTable()
178 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildHuffmanTable()
179 brotli_reg_t sub_ke in BrotliBuildHuffmanTable()
[all...]
H A Dbit_reader.h22 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(brotli_reg_t) >> 1)
37 brotli_reg_t val_; /* pre-fetched bits */
44 brotli_reg_t val_;
54 May consume up to sizeof(brotli_reg_t) - 1 bytes of input.
183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( in BrotliGetBitsUnmasked()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c25 ((sizeof(brotli_reg_t) << 3) - BROTLI_REVERSE_BITS_MAX)
65 ((brotli_reg_t)1 << (BROTLI_REVERSE_BITS_MAX - 1 + BROTLI_REVERSE_BITS_BASE))
70 static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { in BrotliReverseBits()
109 brotli_reg_t key; /* prefix code */ in BrotliBuildCodeLengthsHuffmanTable()
110 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildCodeLengthsHuffmanTable()
146 for (key = 0; key < (brotli_reg_t)table_size; ++key) { in BrotliBuildCodeLengthsHuffmanTable()
177 brotli_reg_t key; /* prefix code */ in BrotliBuildHuffmanTable()
178 brotli_reg_t key_step; /* prefix code addend */ in BrotliBuildHuffmanTable()
179 brotli_reg_t sub_ke in BrotliBuildHuffmanTable()
[all...]
H A Dbit_reader.h22 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(brotli_reg_t) >> 1)
37 brotli_reg_t val_; /* pre-fetched bits */
44 brotli_reg_t val_;
54 May consume up to sizeof(brotli_reg_t) - 1 bytes of input.
183 static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( in BrotliGetBitsUnmasked()
/third_party/node/deps/brotli/c/common/
H A Dplatform.h241 #define brotli_reg_t uint64_t macro
243 #define brotli_reg_t uint32_t macro
493 static BROTLI_INLINE brotli_reg_t BrotliRBit(brotli_reg_t input) { in BrotliRBit()
494 brotli_reg_t output; in BrotliRBit()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h241 #define brotli_reg_t uint64_t macro
243 #define brotli_reg_t uint32_t macro
493 static BROTLI_INLINE brotli_reg_t BrotliRBit(brotli_reg_t input) { in BrotliRBit()
494 brotli_reg_t output; in BrotliRBit()

Completed in 5 milliseconds