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

  /external/capstone/
MathExtras.h 246 /// CountPopulation_32 - this function counts the number of set bits in a value.
249 static inline unsigned CountPopulation_32(uint32_t Value) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 282 /// CountPopulation_32 - this function counts the number of set bits in a value.
285 inline unsigned CountPopulation_32(uint32_t Value) {

Completed in 378 milliseconds