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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitwiseOperations.h53 ALWAYS_INLINE uint32_t countLeadingZeros32(uint32_t x) function in namespace:WTF
77 ALWAYS_INLINE uint32_t countLeadingZeros32(uint32_t x)
95 ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros32(x); }
/external/qemu/fpu/
H A Dsoftfloat-macros.h628 static int8 countLeadingZeros32( uint32_t a ) function
694 shiftCount += countLeadingZeros32( a );

Completed in 250 milliseconds