Home
last modified time | relevance | path

Searched refs:CountLeadingZeroBits32 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/
Dbits.h105 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32() function
148 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32() function
/external/libchrome/base/
Dbits.h103 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32() function
146 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32() function
Dbits_unittest.cc85 TEST(BitsTest, CountLeadingZeroBits32) { in TEST() argument