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

  /external/compiler-rt/test/Unit/
ctzdi2_test.c 1 //===-- ctzdi2_test.c - Test __ctzdi2 -------------------------------------===//
10 // This file tests __ctzdi2 for the compiler_rt library.
21 si_int __ctzdi2(di_int a);
25 si_int x = __ctzdi2(a);
27 printf("error in __ctzdi2(0x%llX) = %d, expected %d\n", a, x, expected);
  /external/compiler-rt/lib/
ctzdi2.c 1 /* ===-- ctzdi2.c - Implement __ctzdi2 -------------------------------------===
10 * This file implements __ctzdi2 for the compiler_rt library.
22 __ctzdi2(di_int a) function
apple_versioning.c 53 NOT_HERE_BEFORE_10_6(__ctzdi2)
178 NOT_HERE_UNTIL_AFTER_4_3(__ctzdi2)

Completed in 713 milliseconds