Home
last modified time | relevance | path

Searched refs:__new (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
HDatomic.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.u64[0]); \
/freebsd-11-stable/sys/xen/interface/io/
HDring.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/netbsd-tests/net/
HDnet_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++/src/
Dlocalename.cc304 char* __new = new char[__len]; in _M_replace_categories() local
305 std::memcpy(__new, __src, __len); in _M_replace_categories()
307 _M_names[__ix_name] = __new; in _M_replace_categories()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDfilesystem1537 const path& __new) {
1538 __copy_symlink(__existing, __new);
1542 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept {
1543 __copy_symlink(__ext, __new, &__ec);
1576 create_directory_symlink(const path& __to, const path& __new) {
1577 __create_directory_symlink(__to, __new);
1581 create_directory_symlink(const path& __to, const path& __new,
1583 __create_directory_symlink(__to, __new, &__ec);
1587 const path& __new) {
1588 __create_hard_link(__to, __new);
[all …]
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dlocale_facets.tcc915 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
919 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, __cs, in _M_pad()
974 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
976 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int()
978 __len = __p - __new; in _M_group_int()
1072 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument
1079 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float()
1084 int __newlen = __p2 - __new; in _M_group_float()
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;