Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_ports/
H A Dbitops.h75 static inline int aom_clzll(uint64_t n) { return __builtin_clzll(n); } in aom_clzll() function
81 static inline int aom_clzll(uint64_t n) { in aom_clzll() function
104 static inline int aom_clzll(uint64_t n) { in aom_clzll() function