TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux
/
0e64123141f3854e695eb4924d82b52856691466
/
.
/
scripts
/
atomic
/
fallbacks
/
andnot
blob: 9f3a3216b5e3251ebe07c6543123c22e3ec5bec4 [
file
] [
log
] [
blame
]
David Brazdil
0f672f6
2019-12-10 10:32:29 +0000
[
diff
] [
blame
]
1
cat
<<
EOF
2
static
inline
$
{
ret
}
3
$
{
atomic
}
_$
{
pfx
}
andnot$
{
sfx
}
$
{
order
}(
$
{
int
}
i
,
$
{
atomic
}
_t
*
v
)
4
{
5
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
and
$
{
sfx
}
$
{
order
}(~
i
,
v
);
6
}
7
EOF