/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
ctzti2_test.c | 25 int test__ctzti2(ti_int a, si_int expected) function in typeref:typename:int 45 if (test__ctzti2(0x00000001, 0)) 47 if (test__ctzti2(0x00000002, 1)) 49 if (test__ctzti2(0x00000003, 0)) 51 if (test__ctzti2(0x00000004, 2)) 53 if (test__ctzti2(0x00000005, 0)) 55 if (test__ctzti2(0x0000000A, 1)) 57 if (test__ctzti2(0x10000000, 28)) 59 if (test__ctzti2(0x20000000, 29)) 61 if (test__ctzti2(0x60000000, 29) [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
ctzti2_test.c | 25 int test__ctzti2(ti_int a, si_int expected) function in typeref:typename:int 45 if (test__ctzti2(0x00000001, 0)) 47 if (test__ctzti2(0x00000002, 1)) 49 if (test__ctzti2(0x00000003, 0)) 51 if (test__ctzti2(0x00000004, 2)) 53 if (test__ctzti2(0x00000005, 0)) 55 if (test__ctzti2(0x0000000A, 1)) 57 if (test__ctzti2(0x10000000, 28)) 59 if (test__ctzti2(0x20000000, 29)) 61 if (test__ctzti2(0x60000000, 29) [all...] |