HomeSort by: relevance | last modified time | path
    Searched refs:__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 in typeref:typename:COMPILER_RT_ABI si_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
popcountsi2_test.c 1 //===-- popcountsi2_test.c - Test __popcountsi2 ---------------------------===//
10 // This file tests __popcountsi2 for the compiler_rt library.
20 si_int __popcountsi2(si_int a);
32 si_int x = __popcountsi2(a);
35 printf("error in __popcountsi2(0x%X) = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
popcountsi2_test.c 1 //===-- popcountsi2_test.c - Test __popcountsi2 ---------------------------===//
10 // This file tests __popcountsi2 for the compiler_rt library.
20 COMPILER_RT_ABI si_int __popcountsi2(si_int a);
32 si_int x = __popcountsi2(a);
35 printf("error in __popcountsi2(0x%X) = %d, expected %d\n",

Completed in 14 milliseconds