Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c23 #if defined(BROTLI_RBIT)
62 #endif /* BROTLI_RBIT */
71 #if defined(BROTLI_RBIT) in BrotliReverseBits()
72 return BROTLI_RBIT(num); in BrotliReverseBits()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c23 #if defined(BROTLI_RBIT)
62 #endif /* BROTLI_RBIT */
71 #if defined(BROTLI_RBIT) in BrotliReverseBits()
72 return BROTLI_RBIT(num); in BrotliReverseBits()
/third_party/node/deps/brotli/c/common/
H A Dplatform.h498 #define BROTLI_RBIT(x) BrotliRBit(x) macro
501 #if !defined(BROTLI_RBIT)
503 #endif /* BROTLI_RBIT */
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h498 #define BROTLI_RBIT(x) BrotliRBit(x) macro
501 #if !defined(BROTLI_RBIT)
503 #endif /* BROTLI_RBIT */

Completed in 4 milliseconds