Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libkern/
H A Dsoftfloat-macros.h608 static int8 countLeadingZeros32( bits32 a ) in countLeadingZeros32() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h428 static int countLeadingZeros32(uint32_t N) { return countLeadingZeros(N); } in countLeadingZeros32() function