OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__ffsdi2
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
ffsdi2_test.c
22
int
test__ffsdi2
(di_int a, si_int expected)
function
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 417 milliseconds