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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
ia32intrin.h 154 __popcntd(unsigned int __A) function
159 #define _popcnt32(A) __popcntd((A))
ia32intrin.h 154 __popcntd(unsigned int __A) function
159 #define _popcnt32(A) __popcntd((A))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
ia32intrin.h 92 __popcntd (unsigned int __X) function
308 #define _popcnt32(a) __popcntd(a)
ia32intrin.h 92 __popcntd (unsigned int __X) function
308 #define _popcnt32(a) __popcntd(a)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
ia32intrin.h 92 __popcntd (unsigned int __X) function
308 #define _popcnt32(a) __popcntd(a)
ia32intrin.h 92 __popcntd (unsigned int __X) function
308 #define _popcnt32(a) __popcntd(a)

Completed in 27 milliseconds