HomeSort by: relevance | last modified time | path
    Searched defs:__builtin_popcountl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
support.h 24 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x) macro
support.h 24 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x) macro

Completed in 32 milliseconds