Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
H A Dfast_log.h22 #if defined(BROTLI_BSR32) in Log2FloorNonZero()
23 return BROTLI_BSR32((uint32_t)n); in Log2FloorNonZero()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dfast_log.h22 #if defined(BROTLI_BSR32) in Log2FloorNonZero()
23 return BROTLI_BSR32((uint32_t)n); in Log2FloorNonZero()
/third_party/node/deps/brotli/c/common/
H A Dplatform.h548 #define BROTLI_BSR32(x) (31u ^ (uint32_t)__builtin_clz(x)) macro
555 #define BROTLI_BSR32 BrotliBsr32Msvc
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h548 #define BROTLI_BSR32(x) (31u ^ (uint32_t)__builtin_clz(x)) macro
555 #define BROTLI_BSR32 BrotliBsr32Msvc

Completed in 3 milliseconds