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

  /external/capstone/
MathExtras.h 180 /// CountLeadingOnes_64 - This function performs the operation
184 static inline unsigned CountLeadingOnes_64(uint64_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 222 /// CountLeadingOnes_64 - This function performs the operation
226 inline unsigned CountLeadingOnes_64(uint64_t Value) {

Completed in 329 milliseconds