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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
popcountsi2.c 1 /* ===-- popcountsi2.c - Implement __popcountsi2 ---------------------------===
10 * This file implements __popcountsi2 for the compiler_rt library.
20 __popcountsi2(si_int a) function
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-64.c 49 int __popcountsi2 (uSI x);
66 int __popcountsi2 (uSI x) { return __builtin_popcount (x); } function
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-64.c 49 int __popcountsi2 (uSI x);
66 int __popcountsi2 (uSI x) { return __builtin_popcount (x); } function

Completed in 21 milliseconds