HomeSort by relevance Sort by last modified time
    Searched refs:__popcountti2 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/builtins/
popcountti2.c 1 /* ===-- popcountti2.c - Implement __popcountti2 ----------------------------===
10 * This file implements __popcountti2 for the compiler_rt library.
22 __popcountti2(ti_int a) function
apple_versioning.c 129 NOT_HERE_BEFORE_10_6(__popcountti2)
  /external/compiler-rt/test/builtins/Unit/
popcountti2_test.c 1 //===-- popcountti2_test.c - Test __popcountti2 ----------------------------===//
10 // This file tests __popcountti2 for the compiler_rt library.
22 COMPILER_RT_ABI si_int __popcountti2(ti_int a);
34 si_int x = __popcountti2(a);
40 printf("error in __popcountti2(0x%.16llX%.16llX) = %d, expected %d\n",

Completed in 78 milliseconds