| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| 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); [all...] |
| 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 [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ 68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \ 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ 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) \ 79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];} 81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ 82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_blit.c | 40 #define VMW_FIND_FIRST_DIFF(_type) \ 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) \ 62 static ssize_t vmw_find_last_diff_ ## _type( \ 63 const _type * dst, const _type * src, size_t size) \ 69 size -= sizeof(_type); \ [all...] |
| /src/external/cddl/osnet/sys/sys/ |
| 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...] |
| /src/sys/sys/ |
| 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...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_hashtab.h | 39 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_hashtab.h | 44 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| test_result.hpp | 66 result_type _type; member in class:engine::test_result
|
| test_result.cpp | 46 _type(type_), 118 return _type; 138 switch (_type) { 160 return _type == other._type && _reason == other._reason;
|
| /src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
| aarch64-asm.h | 64 #define SYMBOL_TYPE(name, _type) .type name, _type 68 #define SYMBOL_TYPE(name, _type)
|
| /src/sbin/newfs_msdos/ |
| mkfs_msdos.h | 60 #define AOPT(_opt, _type, _name, _min, _desc) _type _name;
|
| /src/usr.sbin/makefs/ |
| msdos.c | 78 #define AOPT(_opt, _type, _name, _min, _desc) { \ 83 (sizeof(_type) == 1 ? OPT_INT8 : \ 84 (sizeof(_type) == 2 ? OPT_INT16 : \ 85 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \ 88 .maximum = sizeof(_type) == 1 ? 0xff : \ 89 (sizeof(_type) == 2 ? 0xffff : \ 90 (sizeof(_type) == 4 ? 0xffffffff : 0xffffffffffffffffLL)), \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_linux.h | 41 (::__interception::real_##func = (func##_type)( \
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| ctf.h | 66 __uint16_t _type; member in union:ctf_stype_v2::__anon9073 75 __uint32_t _type; member in union:ctf_stype_v3::__anon9074 84 __uint16_t _type; member in union:ctf_type_v2::__anon9075 95 __uint32_t _type; member in union:ctf_type_v3::__anon9076 102 #define ctt_type _u._type
|
| /src/external/gpl3/binutils/dist/include/ |
| ctf.h | 250 unsigned short _type; /* Reference to another type. */ member in union:ctf_stype_v1::__anon10424 270 unsigned short _type; /* Do not use. */ member in union:ctf_type_v1::__anon10426 293 uint32_t _type; /* Reference to another type. */ member in union:ctf_stype::__anon10428 313 uint32_t _type; /* Do not use. */ member in union:ctf_type::__anon10430 329 #define ctt_type _u._type /* For types that reference another type. */
|
| /src/external/gpl3/binutils.old/dist/include/ |
| ctf.h | 249 unsigned short _type; /* Reference to another type. */ member in union:ctf_stype_v1::__anon11888 269 unsigned short _type; /* Do not use. */ member in union:ctf_type_v1::__anon11890 292 uint32_t _type; /* Reference to another type. */ member in union:ctf_stype::__anon11892 312 uint32_t _type; /* Do not use. */ member in union:ctf_type::__anon11894 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /src/external/gpl3/gcc/dist/include/ |
| ctf.h | 249 unsigned short _type; /* Reference to another type. */ member in union:ctf_stype_v1::__anon14032 269 unsigned short _type; /* Do not use. */ member in union:ctf_type_v1::__anon14034 292 uint32_t _type; /* Reference to another type. */ member in union:ctf_stype::__anon14036 312 uint32_t _type; /* Do not use. */ member in union:ctf_type::__anon14038 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /src/external/gpl3/gdb/dist/include/ |
| ctf.h | 249 unsigned short _type; /* Reference to another type. */ member in union:ctf_stype_v1::__anon18535 269 unsigned short _type; /* Do not use. */ member in union:ctf_type_v1::__anon18537 292 uint32_t _type; /* Reference to another type. */ member in union:ctf_stype::__anon18539 312 uint32_t _type; /* Do not use. */ member in union:ctf_type::__anon18541 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /src/external/gpl3/gdb.old/dist/include/ |
| ctf.h | 249 unsigned short _type; /* Reference to another type. */ member in union:ctf_stype_v1::__anon21276 269 unsigned short _type; /* Do not use. */ member in union:ctf_type_v1::__anon21278 292 uint32_t _type; /* Reference to another type. */ member in union:ctf_stype::__anon21280 312 uint32_t _type; /* Do not use. */ member in union:ctf_type::__anon21282 328 #define ctt_type _u._type /* For types that reference another type. */
|
| /src/lib/libisns/ |
| isns_pdu.h | 71 #define ISNS_INIT_BUFFER(_bufp, _len, _type) \ 76 ((struct isns_buffer_s *)(_bufp))->buf_type = (_type); \
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| acc_prof.h | 95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \ 96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| acc_prof.h | 95 #define _ACC_PROF_VALID_BYTES_TYPE_N(_type, _n, _valid_bytes_type) \ 96 ((_n - 1) * sizeof (_type) + (_valid_bytes_type))
|
| /src/external/lgpl2/userspace-rcu/dist/include/urcu/ |
| compiler.h | 117 #define URCU_FORCE_CAST(_type, arg) (reinterpret_cast<typename std::remove_cv<_type>::type>(arg))
|
| /src/sys/miscfs/procfs/ |
| procfs.h | 185 procfs_fileno(pid_t _pid, pfstype _type, int _fd) 188 switch (_type) { 199 return _ino * PFSlast + _type;
|