| /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-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...] |
| 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];}
|
| 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...] |
| 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...] |
| 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...] |
| 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)
|
| 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)
|
| 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.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;
|
| 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)
|
| 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;
|
| 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)), \
|