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

  /external/compiler-rt/lib/
popcountsi2.c 1 /* ===-- popcountsi2.c - Implement __popcountsi2 ---------------------------===
10 * This file implements __popcountsi2 for the compiler_rt library.
20 __popcountsi2(si_int a) function
apple_versioning.c 127 NOT_HERE_BEFORE_10_6(__popcountsi2)
315 NOT_HERE_UNTIL_AFTER_4_3(__popcountsi2)
  /external/compiler-rt/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",

Completed in 445 milliseconds