| /netbsd-src/sys/arch/riscv/include/ |
| H A D | sysreg.h | 65 fcsr_write(uint32_t __new) in fcsr_write() argument 68 asm volatile("fscsr %0, %1" : "=r"(__old) : "r"(__new) : "memory"); in fcsr_write() 81 fcsr_fflags_write(uint32_t __new) in fcsr_fflags_write() argument 84 asm volatile("fsflags %0, %1" : "=r"(__old) : "r"(__new) : "memory"); in fcsr_fflags_write() 97 fcsr_frm_write(uint32_t __new) in fcsr_frm_write() argument 100 asm volatile("fsrm\t%0, %1" : "=r"(__old) : "r"(__new) : "memory"); in fcsr_frm_write()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| H A D | ring.h | 297 RING_IDX __new = (_r)->req_prod_pvt; \ 299 (_r)->sring->req_prod = __new; \ 301 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \ 302 (RING_IDX)(__new - __old)); \ 307 RING_IDX __new = (_r)->rsp_prod_pvt; \ 309 (_r)->sring->rsp_prod = __new; \ 311 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \ 312 (RING_IDX)(__new - __old)); \
|
| /netbsd-src/sys/netinet/ |
| H A D | in_var.h | 233 #define IN_ADDRLIST_WRITER_INSERT_AFTER(__ia, __new) \ argument 234 PSLIST_WRITER_INSERT_AFTER((__ia), (__new), ia_pslist_entry) 238 #define IN_ADDRLIST_WRITER_INSERT_TAIL(__new) \ argument 241 IN_ADDRLIST_WRITER_INSERT_HEAD((__new)); \ 247 (__new)); \
|
| /netbsd-src/sys/netinet6/ |
| H A D | in6_var.h | 465 #define IN6_ADDRLIST_WRITER_INSERT_AFTER(__ia, __new) \ argument 466 PSLIST_WRITER_INSERT_AFTER((__ia), (__new), ia6_pslist_entry) 470 #define IN6_ADDRLIST_WRITER_INSERT_TAIL(__new) \ argument 473 IN6_ADDRLIST_WRITER_INSERT_HEAD((__new)); \ 479 (__new)); \
|
| /netbsd-src/sys/net/ |
| H A D | if.h | 1326 #define IFADDR_WRITER_INSERT_AFTER(__ifp, __new) \ argument 1327 PSLIST_WRITER_INSERT_AFTER((__ifp), (__new), ifa_pslist_entry) 1331 #define IFADDR_WRITER_INSERT_TAIL(__ifp, __new) \ argument 1334 IFADDR_WRITER_INSERT_HEAD((__ifp), (__new)); \ 1340 (__new)); \ 1369 #define IFNET_WRITER_INSERT_AFTER(__ifp, __new) \ argument 1370 PSLIST_WRITER_INSERT_AFTER((__ifp), (__new), if_pslist_entry) 1373 #define IFNET_WRITER_INSERT_TAIL(__new) \ argument 1376 IFNET_WRITER_INSERT_HEAD(__new); \ 1382 (__new)); \ [all...] |
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| H A D | localename.cc | 372 char* __new = new char[__len]; in _M_replace_categories() local 373 std::memcpy(__new, __src, __len); in _M_replace_categories() 375 _M_names[__ix_name] = __new; in _M_replace_categories()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| H A D | localename.cc | 356 char* __new = new char[__len]; in _M_replace_categories() local 357 std::memcpy(__new, __src, __len); in _M_replace_categories() 359 _M_names[__ix_name] = __new; in _M_replace_categories()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets.tcc | 781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad() 840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int() 844 __len = __p - __new; in _M_group_int() 940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument 947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() 952 int __newlen = __p2 - __new; in _M_group_float()
|
| H A D | locale_facets.h | 2474 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY() 2484 char_type __sep, ios_base& __io, char_type* __new, in _GLIBCXX_VISIBILITY() 2489 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets.tcc | 799 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 803 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad() 858 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 860 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int() 862 __len = __p - __new; in _M_group_int() 958 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument 965 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() 970 int __newlen = __p2 - __new; in _M_group_float()
|
| H A D | locale_facets.h | 2499 char_type __sep, const char_type* __p, char_type* __new, in _GLIBCXX_VISIBILITY() 2509 char_type __sep, ios_base& __io, char_type* __new, in _GLIBCXX_VISIBILITY() 2514 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/tests/net/ |
| H A D | net_common.sh | 48 tcpdump -n -e -r - 2>/dev/null > ./.__new 49 diff -u $old ./.__new | grep '^+' | cut -d '+' -f 2 > ./.__diff 50 mv -f ./.__new ./.__old
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | filesystem | 1904 const path& __new) { 1905 __copy_symlink(__existing, __new); 1909 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept { 1910 __copy_symlink(__ext, __new, &__ec); 1943 create_directory_symlink(const path& __to, const path& __new) { 1944 __create_directory_symlink(__to, __new); 1948 create_directory_symlink(const path& __to, const path& __new, 1950 __create_directory_symlink(__to, __new, &__ec); 1954 const path& __new) { 1955 __create_hard_link(__to, __new); [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | acinclude.m4.in | 2662 __new="" 2670 if test -z "$__new" ; then __new=$i ; else __new="$__new $i" ; fi ;; 2674 $1=$__new
|