Sign in
android-kvm
/
linux
/
d25f27432f80a800a3592db128254c8140bd71bf
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 5a42f54a3595032881edcc91af78d081ce2e82cf [
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