Home
last modified time | relevance | path

Searched refs:__name (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dformatter.h252 _Parameter(long __value, const char* __name) in _Parameter()
255 _M_variant._M_integer._M_name = __name; in _Parameter()
259 _Parameter(const char* __value, const char* __name) in _Parameter()
262 _M_variant._M_string._M_name = __name; in _Parameter()
268 const char* __name, _Is_iterator) in _Parameter()
271 _M_variant._M_iterator._M_name = __name; in _Parameter()
296 const char* __name, _Is_iterator) in _Parameter()
299 _M_variant._M_iterator._M_name = __name; in _Parameter()
321 _Parameter(const _Type* const& __it, const char* __name, _Is_iterator) in _Parameter()
324 _M_variant._M_iterator._M_name = __name; in _Parameter()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dformatter.h255 _Parameter(long __value, const char* __name) in _Parameter()
258 _M_variant._M_integer._M_name = __name; in _Parameter()
262 _Parameter(const char* __value, const char* __name) in _Parameter()
265 _M_variant._M_string._M_name = __name; in _Parameter()
271 const char* __name, _Is_iterator) in _Parameter()
274 _M_variant._M_iterator._M_name = __name; in _Parameter()
299 const char* __name, _Is_iterator) in _Parameter()
302 _M_variant._M_iterator._M_name = __name; in _Parameter()
324 _Parameter(const _Type* const& __it, const char* __name, _Is_iterator) in _Parameter()
327 _M_variant._M_iterator._M_name = __name; in _Parameter()
[all …]
/netbsd-src/sys/dev/ic/
H A Dath_netbsd.h69 #define SYSCTL_INT_SUBR(__rw, __name, __descr) \ argument
71 CTLTYPE_INT, #__name, SYSCTL_DESCR(__descr), ath_sysctl_##__name,\
74 #define __PFX(__pfx, __name) __pfx##__name argument
76 #define SYSCTL_PFX_INT(__pfx, __rw, __name, __descr) \ argument
78 CTLTYPE_INT, #__name, SYSCTL_DESCR(__descr), NULL, 0, \
79 __PFX(&__pfx, __name), 0, CTL_CREATE, CTL_EOL)
81 #define SYSCTL_INT(__rw, __name, __descr) \ argument
82 SYSCTL_PFX_INT(sc->sc_, __rw, __name, __descr)
84 #define SYSCTL_GLOBAL_INT(__rw, __name, __descr, __var) \ argument
86 CTLFLAG_PERMANENT|(__rw), CTLTYPE_INT, __name, \
/netbsd-src/sbin/ifconfig/
H A Dparse.h71 #define PTERM_INITIALIZER(__pt, __name, __exec, __key) \ argument
73 .pt_parser = {.p_name = (__name), .p_methods = &pterm_methods, \
78 #define PBRANCH_INITIALIZER(__pb, __name, __brs, __nbr, __match_first) \ argument
80 .pb_parser = {.p_name = (__name), .p_methods = &pbranch_methods},\
87 #define PSTR_INITIALIZER(__ps, __name, __defexec, __defkey, __defnext) \ argument
88 PSTR_INITIALIZER1((__ps), (__name), (__defexec), (__defkey), \
91 #define PSTR_INITIALIZER1(__ps, __name, __defexec, __defkey, __defhexok,\ argument
94 .ps_parser = {.p_name = (__name), .p_methods = &pstr_methods, \
101 #define PADDR_INITIALIZER(__pa, __name, __defexec, __addrkey, \ argument
104 .pa_parser = {.p_name = (__name), .p_methods = &paddr_methods, \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dtypeinfo100 { return __name[0] == '*' ? __name + 1 : __name; }
116 { return (__name[0] == '*' && __arg.__name[0] == '*')
117 ? __name < __arg.__name
118 : __builtin_strcmp (__name, __arg.__name) < 0; }
122 return ((__name == __arg.__name)
123 || (__name[0] != '*' &&
124 __builtin_strcmp (__name, __arg.__name) == 0));
130 { return __name < __arg.__name; }
133 { return __name == __arg.__name; }
149 return reinterpret_cast<size_t>(__name);
[all …]
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h109 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
112 union __name##_sring_entry { \
118 struct __name##_sring { \
131 union __name##_sring_entry ring[1]; /* variable-length */ \
135 struct __name##_front_ring { \
139 struct __name##_sring *sring; \
143 struct __name##_back_ring { \
147 struct __name##_sring *sring; \
151 typedef struct __name##_sring __name##_sring_t; \
152 typedef struct __name##_front_ring __name##_front_ring_t; \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dutsname.d38 int uname(utsname* __name); in version()
55 int uname(utsname* __name); in version()
74 int uname()(utsname* __name) { return __xuname(SYS_NMLN, cast(void*) __name); } in version()
91 int uname(utsname* __name); in version()
106 int uname(utsname* __name); in version()
123 int uname(utsname* __name); in version()
139 int uname(utsname* __name); in version()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Ddebugfs_gt.h15 #define DEFINE_GT_DEBUGFS_ATTRIBUTE(__name) \ argument
16 static int __name ## _open(struct inode *inode, struct file *file) \
18 return single_open(file, __name ## _show, inode->i_private); \
20 static const struct file_operations __name ## _fops = { \
22 .open = __name ## _open, \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler.h36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \ argument
38 __get_##__name() \
40 static __type __name; \
41 return __name; \
43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \ argument
44 inline __type& __get_##__name() { \
45 static __type __name(__initial_value); \
46 return __name; \
48 #define _GLIBCXX_PROFILE_DATA(__name) \ argument
49 __get_##__name()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dtypeinfo104 { return __name[0] == '*' ? __name + 1 : __name; }
125 return reinterpret_cast<size_t>(__name);
150 const char *__name;
152 explicit type_info(const char *__n): __name(__n) { }
177 if (__name[0] != '*' || __arg.__name[0] != '*')
178 return __builtin_strcmp (__name, __arg.__name) < 0;
186 // type. Uniqueness must use the __name value, not object address.
187 return __name < __arg.__name;
198 if (__name == __arg.__name)
206 return __name[0] != '*' && __builtin_strcmp (__name, __arg.name()) == 0;
H A Dtinfo2.cc42 return (__name[0] == '*') ? name () < arg.name () in before()
/netbsd-src/include/
H A Dmath.h64 #define __fpmacro_unary_floating(__name, __arg0) \
67 ? __ ## __name ## f (__arg0) \
69 ? __ ## __name ## d (__arg0) \
70 : __ ## __name ## l (__arg0))
72 #define __fpmacro_unary_floating(__name, __arg0) \
75 ? __ ## __name ## f (__arg0) \
76 : __ ## __name ## d (__arg0))
74 __fpmacro_unary_floating(__name,__arg0) global() argument
82 __fpmacro_unary_floating(__name,__arg0) global() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h55 const char* __name, const _CharT* __str, std::size_t* __idx, in _GLIBCXX_VISIBILITY()
83 std::__throw_invalid_argument(__name); in _GLIBCXX_VISIBILITY()
86 std::__throw_out_of_range(__name); in _GLIBCXX_VISIBILITY()
H A Dconcurrence.h240 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h55 const char* __name, const _CharT* __str, std::size_t* __idx, in _GLIBCXX_VISIBILITY()
83 std::__throw_invalid_argument(__name); in _GLIBCXX_VISIBILITY()
86 std::__throw_out_of_range(__name); in _GLIBCXX_VISIBILITY()
H A Dconcurrence.h240 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h59 #define _GLIBCXX_SIMD_MATH_CALL_(__name) \
62 decltype(std::__name(declval<double>())), _Tp, _Abi>> \
65 __name(simd<_Tp, _Abi> __x) \
66 { return {__private_init, _Abi::_SimdImpl::_S_##__name(__data(__x))}; }
123 #define _GLIBCXX_SIMD_MATH_CALL2_(__name, __arg2) \
128 decltype(std::__name(declval<double>(), _Arg2::declval())), _Tp, _Abi>> \
131 __name(const simd<_Tp, _Abi>& __x, const typename _Arg2::type& __y) \
134 _Abi::_SimdImpl::_S_##__name(__data(__x), _Arg2::_S_data(__y))}; \
138 decltype(std::__name( \
147 __name(_Up&& __xx, const simd<_Tp, _Abi>& __yy) \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc232 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, in open() argument
240 if ((_M_cfile = fopen64(__name, __c_mode))) in open()
242 if ((_M_cfile = fopen(__name, __c_mode))) in open()
254 __basic_file<char>::open(const wchar_t* __name, ios_base::openmode __mode) in open() argument
275 if ((_M_cfile = _wfopen(__name, __wc_mode))) in open()
H A Dbasic_file_stdio.h85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY()
89 open(const wchar_t* __name, ios_base::openmode __mode); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc246 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, in open() argument
254 if ((_M_cfile = fopen64(__name, __c_mode))) in open()
256 if ((_M_cfile = fopen(__name, __c_mode))) in open()
268 __basic_file<char>::open(const wchar_t* __name, ios_base::openmode __mode) in open() argument
289 if ((_M_cfile = _wfopen(__name, __wc_mode))) in open()
H A Dbasic_file_stdio.h85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY()
89 open(const wchar_t* __name, ios_base::openmode __mode); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.h776 const char *__name = (FNAME); \
785 = (char *) alloca (strlen (prefix) + strlen (__name) + 1); \
788 strcat (dst_name, __name); \
789 __name = dst_name; \
791 ASM_OUTPUT_MEASURED_SIZE ((FILE), __name); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.h776 const char *__name = (FNAME); \
785 = (char *) alloca (strlen (prefix) + strlen (__name) + 1); \
788 strcat (dst_name, __name); \
789 __name = dst_name; \
791 ASM_OUTPUT_MEASURED_SIZE ((FILE), __name); \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc1101 const char_type* __name; in _M_extract_name() local
1146 __name = __names[__matches[__i3]]; in _M_extract_name()
1148 && (__ctype.tolower(__name[__pos]) == __cl in _M_extract_name()
1149 || __ctype.toupper(__name[__pos]) == __cu)) in _M_extract_name()
1199 __name = __names[__matches[__i6]]; in _M_extract_name()
1200 if (__ctype.tolower(__name[__pos]) != __cl in _M_extract_name()
1201 && __ctype.toupper(__name[__pos]) != __cu) in _M_extract_name()
1222 __name = __names[__matches[0]]; in _M_extract_name()
1227 && (__ctype.tolower(__name[__pos]) == __ctype.tolower(*__beg) in _M_extract_name()
1228 || (__ctype.toupper(__name[__pos]) in _M_extract_name()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_.h56 extern int fnmatch (const char *__pattern, const char *__name,

1234