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

  /external/capstone/
MathExtras.h 259 /// CountPopulation_64 - this function counts the number of set bits in a value,
261 static inline unsigned CountPopulation_64(uint64_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 295 /// CountPopulation_64 - this function counts the number of set bits in a value,
297 inline unsigned CountPopulation_64(uint64_t Value) {

Completed in 453 milliseconds