Searched defs:__popcountsi2 (Results 1 – 2 of 2) sorted by relevance
17 COMPILER_RT_ABI int __popcountsi2(si_int a) { in __popcountsi2() function
71 int __popcountsi2 (uSI x) { return __builtin_popcount (x); } in __popcountsi2() function