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

  /external/capstone/
MathExtras.h 238 /// CountTrailingOnes_64 - This function performs the operation
242 static inline unsigned CountTrailingOnes_64(uint64_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 274 /// CountTrailingOnes_64 - This function performs the operation
278 inline unsigned CountTrailingOnes_64(uint64_t Value) {

Completed in 101 milliseconds