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

  /external/brotli/c/dec/
huffman.c 23 #if defined(BROTLI_RBIT)
62 #endif /* BROTLI_RBIT */
71 #if defined(BROTLI_RBIT)
72 return BROTLI_RBIT(num);
  /external/brotli/c/common/
platform.h 496 #define BROTLI_RBIT(x) BrotliRBit(x)
499 #if !defined(BROTLI_RBIT)
501 #endif /* BROTLI_RBIT */

Completed in 1089 milliseconds