Sign in
zircon-guest
/
third_party
/
linux
/
36f5b1d83ab5571e6661d1004c236db07e53a38c
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 9f3a3216b5e3251ebe07c6543123c22e3ec5bec4 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
andnot$
{
sfx
}
$
{
order
}(
$
{
int
}
i
,
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
and
$
{
sfx
}
$
{
order
}(~
i
,
v
);
}
EOF