Home
last modified time | relevance | path

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

/external/libaom/aom_ports/
Dbitops.h76 static INLINE int aom_clzll(uint64_t n) { return __builtin_clzll(n); } in aom_clzll() function
82 static INLINE int aom_clzll(uint64_t n) { in aom_clzll() function
105 static INLINE int aom_clzll(uint64_t n) { in aom_clzll() function