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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dffsti2.c1 /* ===-- ffsti2.c - Implement __ffsti2 -------------------------------------===
10 * This file implements __ffsti2 for the compiler_rt library.
24 __ffsti2(ti_int a) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dffsti2_test.c1 //===-- ffsti2_test.c - Test __ffsti2 -------------------------------------===//
10 // This file tests __ffsti2 for the compiler_rt library.
22 si_int __ffsti2(ti_int a);
26 si_int x = __ffsti2(a);
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dffsti2_test.c1 //===-- ffsti2_test.c - Test __ffsti2 -------------------------------------===//
10 // This file tests __ffsti2 for the compiler_rt library.
22 COMPILER_RT_ABI si_int __ffsti2(ti_int a);
26 si_int x = __ffsti2(a);
31 printf("error in __ffsti2(0x%llX%.16llX) = %d, expected %d\n",

Completed in 145 milliseconds