HomeSort by: relevance | last modified time | path
    Searched defs:test__ffsdi2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ffsdi2_test.c 22 int test__ffsdi2(di_int a, si_int expected) function in typeref:typename:int
34 if (test__ffsdi2(0x00000000, 0))
36 if (test__ffsdi2(0x00000001, 1))
38 if (test__ffsdi2(0x00000002, 2))
40 if (test__ffsdi2(0x00000003, 1))
42 if (test__ffsdi2(0x00000004, 3))
44 if (test__ffsdi2(0x00000005, 1))
46 if (test__ffsdi2(0x0000000A, 2))
48 if (test__ffsdi2(0x10000000, 29))
50 if (test__ffsdi2(0x20000000, 30)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ffsdi2_test.c 22 int test__ffsdi2(di_int a, si_int expected) function in typeref:typename:int
34 if (test__ffsdi2(0x00000000, 0))
36 if (test__ffsdi2(0x00000001, 1))
38 if (test__ffsdi2(0x00000002, 2))
40 if (test__ffsdi2(0x00000003, 1))
42 if (test__ffsdi2(0x00000004, 3))
44 if (test__ffsdi2(0x00000005, 1))
46 if (test__ffsdi2(0x0000000A, 2))
48 if (test__ffsdi2(0x10000000, 29))
50 if (test__ffsdi2(0x20000000, 30)
    [all...]

Completed in 11 milliseconds