Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
set-uimm3.c
blob: 5160f741d85b2eafa518aeec5b2932804c7ee257 [
file
] [
log
] [
blame
]
int
le
(
int
x
)
{
return
(
x
<=
0x7fffffffU
)
==
(
x
>=
0
);
}
int
gt
(
int
x
)
{
return
(
x
>
0x7fffffffU
)
==
(
x
<
0
);
}
/*
* check-name: set-uimm3
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/