Searched refs:__ctzti2 (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dctzti2.c1 /* ===-- ctzti2.c - Implement __ctzti2 -------------------------------------===
10 * This file implements __ctzti2 for the compiler_rt library.
24 __ctzti2(ti_int a) function
H A Dapple_versioning.c64 NOT_HERE_BEFORE_10_6(__ctzti2)
/external/compiler-rt/test/builtins/Unit/
H A Dctzti2_test.c1 //===-- 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 115 milliseconds