| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| tgmath.h | 13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| tgmath.h | 13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| check_arg.h | 10 /* type checking/narrowing/widening for unprototyped arguments 19 /* /* Example variables with type int, int *, const int *. */ 24 /* /* Example variadic function with type-flag arguments. */ 31 /* arguments, to enable the same type checking, type narrowing, 32 /* and type widening as for prototyped function arguments. The 42 /* Use CHECK_VAL(tag, type, argument) for arguments with a 43 /* basic type: int, long, etc., and types defined with "typedef" 44 /* where indirection is built into the type itself (for example, 48 /* Use CHECK_PTR(tag, type, argument) for non-const pointe [all...] |
| /src/sys/external/bsd/acpica/dist/compiler/ |
| asltypes.y | 53 %type <n> ArgList 54 %type <n> AslCode 55 %type <n> BufferData 56 %type <n> BufferTermData 57 %type <n> CompilerDirective 58 %type <n> DataObject 59 %type <n> DefinitionBlockTerm 60 %type <n> DefinitionBlockList 61 %type <n> IntegerData 62 %type <n> NamedObjec [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| debug-expr.f90 | 17 type data_item 19 end type data_item 21 type level_one 22 type(data_item) :: one(3) 23 end type level_one 25 type level_two 26 type(level_one) :: two(3) 27 end type level_two 29 type level_three 30 type(level_two) :: three(3 [all...] |
| completion.f90 | 17 type some_type 21 end type some_type 23 type(some_type) :: var
|
| max-depth.f90 | 17 type :: s1 19 end type s1 21 type :: s2 22 type (s1) :: b 24 end type s2 26 type :: s3 28 type (s2) :: c 29 end type s3 31 type :: s4 32 type (s3) :: [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| debug-expr.f90 | 17 type data_item 19 end type data_item 21 type level_one 22 type(data_item) :: one(3) 23 end type level_one 25 type level_two 26 type(level_one) :: two(3) 27 end type level_two 29 type level_three 30 type(level_two) :: three(3 [all...] |
| completion.f90 | 17 type some_type 21 end type some_type 23 type(some_type) :: var
|
| max-depth.f90 | 17 type :: s1 19 end type s1 21 type :: s2 22 type (s1) :: b 24 end type s2 26 type :: s3 28 type (s2) :: c 29 end type s3 31 type :: s4 32 type (s3) :: [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| flexmember.h | 25 /* Nonzero multiple of alignment of TYPE, suitable for FLEXSIZEOF below. 31 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) 33 # define FLEXALIGNOF(type) _Alignof (type) 37 type TYPE with a flexible array member named MEMBER that is 44 FLEXSIZEOF (TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| flexmember.h | 25 /* Nonzero multiple of alignment of TYPE, suitable for FLEXSIZEOF below. 31 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) 33 # define FLEXALIGNOF(type) _Alignof (type) 37 type TYPE with a flexible array member named MEMBER that is 44 FLEXSIZEOF (TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N) [all...] |
| /src/external/bsd/openldap/dist/include/ |
| ldap_cdefs.h | 135 # define LBER_F(type) extern __declspec(dllimport) type 136 # define LBER_V(type) extern __declspec(dllimport) type 138 # define LBER_F(type) extern type 139 # define LBER_V(type) extern type 146 # define LDAP_F(type) extern __declspec(dllimport) type [all...] |
| /src/external/bsd/byacc/dist/test/ |
| err_syntax26.y | 8 %type <tag2
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kdigest-commands.in | 39 type = "string" 47 long = "type" 48 type = "string" 49 help = "digest type" 54 type = "string" 60 type = "string" 61 argument = "digest-type" 62 help = "digest type to use in the algorithm" 65 long = "cb-type" 66 type = "string [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go-typeprint.c | 23 want a Python API for type printing 30 /* Print a description of a type TYPE. 34 SHOW+1 is the maximum number of levels of internal type structure 37 SHOW is the number of levels of internal type structure to show 38 when there is a type name for the SHOWth deepest level (0th is 44 go_language::print_type (struct type *type, const char *varstring, 50 type = check_typedef (type); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| go-typeprint.c | 23 want a Python API for type printing 30 /* Print a description of a type TYPE. 34 SHOW+1 is the maximum number of levels of internal type structure 37 SHOW is the number of levels of internal type structure to show 38 when there is a type name for the SHOWth deepest level (0th is 44 go_language::print_type (struct type *type, const char *varstring, 50 type = check_typedef (type); [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/ |
| rfc1918.zones | 14 zone "10.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 15 zone "16.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 16 zone "17.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 17 zone "18.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 18 zone "19.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 19 zone "20.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 20 zone "21.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 21 zone "22.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 22 zone "23.172.IN-ADDR.ARPA" { type primary; file "empty.db"; }; 23 zone "24.172.IN-ADDR.ARPA" { type primary; file "empty.db"; } [all...] |
| /src/lib/libc/posix1e/ |
| acl_delete.c | 63 acl_delete_file_np(const char *path_p, acl_type_t type) 66 type = _acl_type_unold(type); 67 return (__acl_delete_file(path_p, type)); 71 acl_delete_link_np(const char *path_p, acl_type_t type) 74 type = _acl_type_unold(type); 75 return (__acl_delete_link(path_p, type)); 79 acl_delete_fd_np(int filedes, acl_type_t type) 82 type = _acl_type_unold(type) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-sra.h | 22 bool type_internals_preclude_sra_p (tree type, const char **msg); 24 /* Return true iff TYPE is stdarg va_list type (which early SRA and IPA-SRA 28 is_va_list_type (tree type) 30 return TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (va_list_type_node);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-alloc.h | 34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type)) 35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type)) 36 #define HW_NALLOC(me,type,n) (type*) hw_malloc (me, sizeof (type) * (n)) 37 #define HW_NZALLOC(me,type,n) (type*) hw_zalloc (me, sizeof (type) * (n) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-alloc.h | 34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type)) 35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type)) 36 #define HW_NALLOC(me,type,n) (type*) hw_malloc (me, sizeof (type) * (n)) 37 #define HW_NZALLOC(me,type,n) (type*) hw_zalloc (me, sizeof (type) * (n) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_strings.c | 23 const char *OSSL_STORE_INFO_type_string(int type) 27 if (type < 1 || type > types) 30 return type_strings[type - 1];
|
| /src/crypto/external/bsd/openssl/dist/crypto/store/ |
| store_strings.c | 21 const char *OSSL_STORE_INFO_type_string(int type) 25 if (type < 1 || type > types) 28 return type_strings[type - 1];
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| store_strings.c | 20 const char *OSSL_STORE_INFO_type_string(int type) 24 if (type < 1 || type > types) 27 return type_strings[type - 1];
|