Searched defs:countLeadingZeros64 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitwiseOperations.h62 ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x) function in namespace:WTF
82 ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x)
91 ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros64(x); }
/external/qemu/fpu/
H A Dsoftfloat-macros.h676 static int8 countLeadingZeros64( uint64_t a ) function

Completed in 309 milliseconds