| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h | 314 template <typename p0##_type>\ 321 explicit gmock_Impl(p0##_type gmock_p0)\ 332 p0##_type const p0;\ 342 ::std::tuple<p0##_type>(p0)));\ 350 explicit name##MatcherP(p0##_type gmock_p0) : p0(::std::move(gmock_p0)) {\ 352 p0##_type const p0;\ 355 template <typename p0##_type>\ 356 inline name##MatcherP<p0##_type> name(p0##_type p0) {\ 357 return name##MatcherP<p0##_type>(p0);\ 359 template <typename p0##_type>\ [all …]
|
| H A D | gmock-generated-actions.h | 434 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type 436 typename p0##_type, typename p1##_type 438 typename p0##_type, typename p1##_type, typename p2##_type 440 typename p0##_type, typename p1##_type, typename p2##_type, \ 441 typename p3##_type 443 typename p0##_type, typename p1##_type, typename p2##_type, \ 444 typename p3##_type, typename p4##_type 446 typename p0##_type, typename p1##_type, typename p2##_type, \ 447 typename p3##_type, typename p4##_type, typename p5##_type 449 p6) , typename p0##_type, typename p1##_type, typename p2##_type, \ [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_blit.c | 40 #define VMW_FIND_FIRST_DIFF(_type) \ argument 41 static size_t vmw_find_first_diff_ ## _type \ 42 (const _type * dst, const _type * src, size_t size)\ 46 for (i = 0; i < size; i += sizeof(_type)) { \ 61 #define VMW_FIND_LAST_DIFF(_type) \ argument 62 static ssize_t vmw_find_last_diff_ ## _type( \ 63 const _type * dst, const _type * src, size_t size) \ 69 size -= sizeof(_type); \ 97 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) argument 107 #define VMW_TRY_FIND_FIRST_DIFF(_type) \ argument [all …]
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | acl.h | 346 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 347 int __acl_aclcheck_file(const char *_path, acl_type_t _type, 349 int __acl_aclcheck_link(const char *_path, acl_type_t _type, 351 int __acl_delete_fd(int _filedes, acl_type_t _type); 352 int __acl_delete_file(const char *_path_p, acl_type_t _type); 353 int __acl_delete_link(const char *_path_p, acl_type_t _type); 354 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 355 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp); 356 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp); 357 int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp); [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | acl.h | 349 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 350 int __acl_aclcheck_file(const char *_path, acl_type_t _type, 352 int __acl_aclcheck_link(const char *_path, acl_type_t _type, 354 int __acl_delete_fd(int _filedes, acl_type_t _type); 355 int __acl_delete_file(const char *_path_p, acl_type_t _type); 356 int __acl_delete_link(const char *_path_p, acl_type_t _type); 357 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp); 358 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp); 359 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp); 360 int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp); [all …]
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| H A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \ 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \ 76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; } 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];} 81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
| /netbsd-src/usr.sbin/makefs/ |
| H A D | msdos.c | 78 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument 83 (sizeof(_type) == 1 ? OPT_INT8 : \ in msdos_prep_opts() 84 (sizeof(_type) == 2 ? OPT_INT16 : \ in msdos_prep_opts() 85 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \ in msdos_prep_opts() 88 .maximum = sizeof(_type) == 1 ? 0xff : \ in msdos_prep_opts() 89 (sizeof(_type) == 2 ? 0xffff : \ in msdos_prep_opts() 90 (sizeof(_type) == 4 ? 0xffffffff : 0xffffffffffffffffLL)), \ in msdos_prep_opts()
|
| /netbsd-src/external/bsd/kyua-cli/dist/engine/ |
| H A D | test_result.cpp | 46 _type(type_), in test_result() 118 return _type; in type() 138 switch (_type) { in good() 160 return _type == other._type && _reason == other._reason; in operator ==()
|
| H A D | test_result.hpp | 66 result_type _type; member in engine::test_result
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ctf.h | 249 unsigned short _type; /* Reference to another type. */ member 269 unsigned short _type; /* Do not use. */ member 292 uint32_t _type; /* Reference to another type. */ member 312 uint32_t _type; /* Do not use. */ member 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ctf.h | 249 unsigned short _type; /* Reference to another type. */ member 269 unsigned short _type; /* Do not use. */ member 292 uint32_t _type; /* Reference to another type. */ member 312 uint32_t _type; /* Do not use. */ member 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
| H A D | drm_hashtab.h | 39 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_hashtab.h | 44 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | ctf.h | 167 ushort_t _type; /* reference to another type */ member 184 ushort_t _type; /* do not use */ member 191 #define ctt_type _u._type /* for types that reference another type */
|
| /netbsd-src/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.h | 60 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DefaultMap2D.h | 41 DefaultMap2D (typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type); 65 typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type) in DefaultMap2D() argument 67 type = _type; in DefaultMap2D()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DefaultMap2D.h | 41 DefaultMap2D (typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type); 65 typename Map2D<Key1_t, Key2_t, Value_t>::MapType _type) in DefaultMap2D() argument 67 type = _type; in DefaultMap2D()
|
| H A D | Print.h | 188 er_print_heapactivity (DbeView *_dbev, Histable::Type _type, 204 er_print_ioactivity (DbeView *_dbev, Histable::Type _type,
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | ctf.h | 220 uint32_t _type; /* Reference to another type. */ member 240 uint32_t _type; /* Do not use. */ member 256 #define ctt_type _u._type /* For types that reference another type. */
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs.h | 185 procfs_fileno(pid_t _pid, pfstype _type, int _fd) in procfs_fileno() argument 188 switch (_type) { in procfs_fileno() 199 return _ino * PFSlast + _type; in procfs_fileno()
|
| /netbsd-src/lib/libisns/ |
| H A D | isns_pdu.h | 71 #define ISNS_INIT_BUFFER(_bufp, _len, _type) \ argument 76 ((struct isns_buffer_s *)(_bufp))->buf_type = (_type); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | acc_prof.h | 95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \ 96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | acc_prof.h | 95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \ 96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/ |
| H A D | xen-mca.h | 311 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument 321 if (_mic->type == (_type)) { \
|
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_proto.h | 51 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \ argument 52 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg))
|