Home
last modified time | relevance | path

Searched defs:Log2FloorNonZero (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dfast_log.h21 static BROTLI_INLINE uint32_t Log2FloorNonZero(size_t n) { in Log2FloorNonZero() function
/aosp_15_r20/external/brotli/c/enc/
H A Dfast_log.h21 static BROTLI_INLINE uint32_t Log2FloorNonZero(size_t n) { in Log2FloorNonZero() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dport.h290 static uint32_t Log2FloorNonZero(uint32_t n) { in Log2FloorNonZero() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h303 static uint32_t Log2FloorNonZero(uint32_t n) { in Log2FloorNonZero() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.h553 inline int Log2FloorNonZero(uint64 n) { in Log2FloorNonZero() function