HomeSort by relevance Sort by last modified time
    Searched defs:countLeadingZeros64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
BitwiseOperations.h 62 ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x)
82 ALWAYS_INLINE uint64_t countLeadingZeros64(uint64_t x)
91 ALWAYS_INLINE size_t countLeadingZerosSizet(size_t x) { return countLeadingZeros64(x); }
  /external/qemu/fpu/
softfloat-macros.h 676 static int8 countLeadingZeros64( uint64_t a )

Completed in 923 milliseconds