OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test__ctzti2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
ctzti2_test.c
25
int
test__ctzti2
(ti_int a, si_int expected)
function
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
...]
/frameworks/compile/libbcc/runtime/test/Unit/
ctzti2_test.c
25
int
test__ctzti2
(ti_int a, si_int expected)
function
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
...]
Completed in 124 milliseconds