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

  /external/capstone/
MathExtras.h 216 /// CountTrailingZeros_64 - This function performs the platform optimal form
220 static inline unsigned CountTrailingZeros_64(uint64_t Value) {
243 return CountTrailingZeros_64(~Value);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 255 /// CountTrailingZeros_64 - This function performs the platform optimal form
259 inline unsigned CountTrailingZeros_64(uint64_t Value) {
279 return CountTrailingZeros_64(~Value);

Completed in 62 milliseconds