OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 52 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026