Sign in
android-kvm
/
linux
/
384b77fd48fd683a82760bc88bef8611cba997fc
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 3f18663dcefb45939aa4a3b4ea4eca8735622c2f [
file
] [
log
] [
blame
]
cat
<<
EOF
static
__always_inline $
{
ret
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
andnot$
{
sfx
}
$
{
order
}(
$
{
int
}
i
,
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
arch
}
$
{
atomic
}
_$
{
pfx
}
and
$
{
sfx
}
$
{
order
}(~
i
,
v
);
}
EOF