Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
f6bf1bafdc2152bb22aff3a4e947f2441a1d49e2
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 9f3a3216b5e3251ebe07c6543123c22e3ec5bec4 [
file
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
andnot$
{
sfx
}
$
{
order
}(
$
{
int
}
i
,
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
and
$
{
sfx
}
$
{
order
}(~
i
,
v
);
}
EOF