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

  /external/compiler-rt/lib/
ctzti2.c 1 /* ===-- ctzti2.c - Implement __ctzti2 -------------------------------------===
10 * This file implements __ctzti2 for the compiler_rt library.
24 __ctzti2(ti_int a) function
apple_versioning.c 63 NOT_HERE_BEFORE_10_6(__ctzti2)
  /external/compiler-rt/test/Unit/
ctzti2_test.c 1 //===-- ctzti2_test.c - Test __ctzti2 -------------------------------------===//
10 // This file tests __ctzti2 for the compiler_rt library.
23 si_int __ctzti2(ti_int a);
27 si_int x = __ctzti2(a);
32 printf("error in __ctzti2(0x%llX%.16llX) = %d, expected %d\n",

Completed in 46 milliseconds