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

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
popcountdi2_test.c 1 //===-- popcountdi2_test.c - Test __popcountdi2 ----------------------------===//
10 // This file tests __popcountdi2 for the compiler_rt library.
20 si_int __popcountdi2(di_int a);
32 si_int x = __popcountdi2(a);
35 printf("error in __popcountdi2(0x%llX) = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
popcountdi2_test.c 1 //===-- popcountdi2_test.c - Test __popcountdi2 ----------------------------===//
10 // This file tests __popcountdi2 for the compiler_rt library.
20 COMPILER_RT_ABI si_int __popcountdi2(di_int a);
32 si_int x = __popcountdi2(a);
35 printf("error in __popcountdi2(0x%llX) = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
popcountdi2.c 1 /* ===-- popcountdi2.c - Implement __popcountdi2 ----------------------------===
10 * This file implements __popcountdi2 for the compiler_rt library.
20 __popcountdi2(di_int a) function in typeref:typename:COMPILER_RT_ABI si_int

Completed in 13 milliseconds