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

/netbsd-current/sys/external/bsd/compiler_rt/dist/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
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/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",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dctzti2_test.c1 //===-- ctzti2_test.c - Test __ctzti2 -------------------------------------===//
10 // This file tests __ctzti2 for the compiler_rt library.
23 COMPILER_RT_ABI 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 131 milliseconds