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

  /external/brotli/c/common/
platform.h 227 #define BROTLI_64_BITS 1
229 #define BROTLI_64_BITS 0
232 #define BROTLI_64_BITS 1
234 #define BROTLI_64_BITS 0
237 #if (BROTLI_64_BITS)
344 #if (BROTLI_64_BITS)
351 #else /* BROTLI_64_BITS */
376 #endif /* BROTLI_64_BITS */
  /external/brotli/c/dec/
bit_reader.h 86 return (BROTLI_64_BITS ? 64 : 32) - br->bit_pos_;
108 #if (BROTLI_64_BITS)
169 #if (BROTLI_64_BITS)
249 if (BROTLI_64_BITS || (n_bits <= 16)) {

Completed in 211 milliseconds