Home
last modified time | relevance | path

Searched defs:__popcountsi2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dpopcountsi2.c17 COMPILER_RT_ABI int __popcountsi2(si_int a) { in __popcountsi2() function
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-64.c71 int __popcountsi2 (uSI x) { return __builtin_popcount (x); } in __popcountsi2() function