Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/