Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h621 p4##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, \
700 p4##_type, p5##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, \
786 p4##_type, p5##_type, p6##_type> name(p0##_type p0, p1##_type p1, \
878 p4##_type, p5##_type, p6##_type, p7##_type> name(p0##_type p0, \
879 p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4, p5##_type p5, \
975 p4##_type, p5##_type, p6##_type, p7##_type, \
980 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type>(p0, p1, p2, \
1043 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \
1079 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \
1084 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, p9##_type>(p0, \
[all …]
H A Dgmock-generated-actions.h554 p4##_type p4; p5##_type p5; p6##_type p6; p7##_type p7; p8##_type p8;
587 p0##_type, p1##_type, p2##_type, p3##_type
589 p0##_type, p1##_type, p2##_type, p3##_type, p4##_type
591 p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type
593 p6) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \
596 p6, p7) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \
600 p5##_type, p6##_type, p7##_type, p8##_type
603 p5##_type, p6##_type, p7##_type, p8##_type, p9##_type
627 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8
1569 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_blit.c40 #define VMW_FIND_FIRST_DIFF(_type) \ argument
42 (const _type * dst, const _type * src, size_t size)\
61 #define VMW_FIND_LAST_DIFF(_type) \ argument
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
113 sizeof(_type) - spill <= size) { \
114 spill = sizeof(_type) - spill; \
125 if (!spill && !SPILL(src, _type)) { \
129 ((_type *) dst, (_type *) src, to_copy); \
[all …]
/netbsd/external/cddl/osnet/sys/sys/
H A Dacl.h347 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);
383 int acl_delete_fd_np(int _filedes, acl_type_t _type);
396 acl_t acl_get_fd_np(int fd, acl_type_t _type);
397 acl_t acl_get_file(const char *_path_p, acl_type_t _type);
399 acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
408 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
[all …]
/netbsd/sys/sys/
H A Dacl.h350 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);
394 int acl_delete_fd_np(int _filedes, acl_type_t _type);
407 acl_t acl_get_fd_np(int fd, acl_type_t _type);
408 acl_t acl_get_file(const char *_path_p, acl_type_t _type);
410 acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
419 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
[all …]
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dsave.h65 # 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/usr.sbin/makefs/
H A Dmsdos.c78 #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/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.cpp46 _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 ==()
/netbsd/external/gpl3/gdb/dist/include/
H A Dctf.h235 unsigned short _type; /* Reference to another type. */ member
255 unsigned short _type; /* Do not use. */ member
278 uint32_t _type; /* Reference to another type. */ member
298 uint32_t _type; /* Do not use. */ member
314 #define ctt_type _u._type /* For types that reference another type. */
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dctf.h234 unsigned short _type; /* Reference to another type. */ member
254 unsigned short _type; /* Do not use. */ member
277 uint32_t _type; /* Reference to another type. */ member
297 uint32_t _type; /* Do not use. */ member
313 #define ctt_type _u._type /* For types that reference another type. */
/netbsd/external/gpl3/binutils/dist/include/
H A Dctf.h249 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/external/gpl3/gdb.old/dist/include/
H A Dctf.h235 unsigned short _type; /* Reference to another type. */ member
255 unsigned short _type; /* Do not use. */ member
278 uint32_t _type; /* Reference to another type. */ member
298 uint32_t _type; /* Do not use. */ member
314 #define ctt_type _u._type /* For types that reference another type. */
/netbsd/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.h39 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_hashtab.h44 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h167 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/sbin/newfs_msdos/
H A Dmkfs_msdos.h60 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
/netbsd/sys/miscfs/procfs/
H A Dprocfs.h170 procfs_fileno(pid_t _pid, pfstype _type, int _fd) in procfs_fileno() argument
173 switch (_type) { in procfs_fileno()
184 return _ino * PFSlast + _type; in procfs_fileno()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultMap2D.h41 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/external/gpl3/gcc/dist/include/
H A Dctf.h220 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/lib/libisns/
H A Disns_pdu.h71 #define ISNS_INIT_BUFFER(_bufp, _len, _type) \ argument
76 ((struct isns_buffer_s *)(_bufp))->buf_type = (_type); \
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dacc_prof.h95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \
96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dacc_prof.h95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \
96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
/netbsd/external/bsd/wpa/dist/src/drivers/
H A Dndis_events.c197 int _type; in ndis_events_send_event() local
201 _type = (int) type; in ndis_events_send_event()
202 os_memcpy(buf, &_type, sizeof(_type)); in ndis_events_send_event()
203 pos = buf + sizeof(_type); in ndis_events_send_event()
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dxen-mca.h311 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument
321 if (_mic->type == (_type)) { \
/netbsd/sys/net80211/
H A Dieee80211_proto.h51 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \ argument
52 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg))

12345