Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
and-or-crash.c
blob: 98a8a9b8f350667f7e7ee12bfed324a88dab9eb9 [
file
] [
log
] [
blame
]
static
unsigned
a
(
unsigned
b
,
unsigned
c
)
{
(
c
<<
1
|
b
&
1
<<
1
)
>>
1
;
}
/*
* check-name: catch crashes during AND-OR simplifications
*/