Searched refs:__new (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h194 } __ret = { .val = (old) }, __new = { .val = (new) }; \
206 __ret.u8, __new.u8[0]) && __ret.val == (old)) \
213 __ret.u16, __new.u16[0]) && __ret.val == (old)) \
219 __ret.u32, __new.u32[0]) && __ret.val == (old)) \
225 __ret.u64, __new.u64[0]) && __ret.val == (old)) \
242 } __ret, __new = { .val = (new) }; \
255 __ret.u8, __new.u8[0])) \
263 __ret.u16, __new.u16[0])) \
269 __new.u32[0]); \
274 __new
[all...]
/freebsd-11-stable/sys/xen/interface/io/
H A Dring.h268 RING_IDX __new = (_r)->req_prod_pvt; \
270 (_r)->sring->req_prod = __new; \
272 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
273 (RING_IDX)(__new - __old)); \
278 RING_IDX __new = (_r)->rsp_prod_pvt; \
280 (_r)->sring->rsp_prod = __new; \
282 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \
283 (RING_IDX)(__new - __old)); \
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc304 char* __new = new char[__len]; local
305 std::memcpy(__new, __src, __len);
307 _M_names[__ix_name] = __new;
/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh44 tcpdump -n -e -r - 2>/dev/null > ./.__new
45 diff -u $old ./.__new |grep '^+' |cut -d '+' -f 2 > ./.__diff
46 mv -f ./.__new ./.__old
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h2444 char_type __sep, const char_type* __p, char_type* __new,
2454 char_type __sep, ios_base& __io, char_type* __new,
2459 char_type* __new, const char_type* __cs, int& __len) const;

Completed in 87 milliseconds