Searched refs:ARRAY (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/games/sail/
H A Darray.h137 #define DECLARRAY_BYTYPE(ARRAY, T) \
138 struct ARRAY { \
142 struct ARRAY *ARRAY##_create(void); \
143 void ARRAY##_destroy(struct ARRAY *a); \
144 void ARRAY##_init(struct ARRAY *a); \
145 void ARRAY##_cleanup(struct ARRAY *
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS)
27 for (j = i; ARRAY[j-1] > ARRAY[j]; --j) {
28 temp = ARRAY[j]
29 ARRAY[j] = ARRAY[j-1]
30 ARRAY[j-1] = temp
H A Dgcov-io.h285 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
286 ((ARRAY)[0] = (char)((VALUE) >> 24), \
287 (ARRAY)[1] = (char)((VALUE) >> 16), \
288 (ARRAY)[2] = (char)((VALUE) >> 8), \
289 (ARRAY)[3] = (char)((VALUE) >> 0))
H A Dgengtype.h107 ARRAY, enumerator in enum:__anon4637
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS)
27 for (j = i; ARRAY[j-1] > ARRAY[j]; --j) {
28 temp = ARRAY[j]
29 ARRAY[j] = ARRAY[j-1]
30 ARRAY[j-1] = temp
H A Dgengtype-yacc.h48 ARRAY = 274, enumerator in enum:yytokentype
70 #define ARRAY 274 macro
H A Dgengtype-yacc.y54 %token <s>ARRAY
95 | ENT_EXTERNSTATIC options lasttype ID ARRAY semiequal
100 | ENT_EXTERNSTATIC options lasttype ID ARRAY ARRAY semiequal
196 | type optionsopt ID ARRAY ';' struct_fields
206 | type optionsopt ID ARRAY ARRAY ';' struct_fields
H A Dgcov-io.h287 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
288 ((ARRAY)[0] = (char)((VALUE) >> 24), \
289 (ARRAY)[1] = (char)((VALUE) >> 16), \
290 (ARRAY)[2] = (char)((VALUE) >> 8), \
291 (ARRAY)[3] = (char)((VALUE) >> 0))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c2 typedef struct atbl ARRAY; typedef in typeref:struct:atbl
13 register ARRAY *ar;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030917-1.c2 typedef struct atbl ARRAY; typedef in typeref:struct:atbl
13 register ARRAY *ar;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.4.1.f9027 REAL ARRAY(10000) variable in program:A4
28 CALL SUB(ARRAY, 10000)
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Ddhcp.c47 #define ARRAY (1 << 9) macro
74 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
75 { 3, IPV4 | ARRAY | REQUEST, "routers" },
77 { 4, IPV4 | ARRAY, "time_servers" },
78 { 5, IPV4 | ARRAY, "ien116_name_servers" },
79 { 6, IPV4 | ARRAY, "domain_name_servers" },
80 { 7, IPV4 | ARRAY, "log_servers" },
81 { 8, IPV4 | ARRAY, "cookie_servers" },
82 { 9, IPV4 | ARRAY, "lpr_servers" },
83 { 10, IPV4 | ARRAY, "impress_server
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash49.C15 class ARRAY { class
36 ARRAY<str_ptr> tags;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash49.C15 class ARRAY { class
36 ARRAY<str_ptr> tags;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dm128-check.h98 #define CHECK_ARRAY(ARRAY, TYPE, FMT) \
101 checkV##ARRAY (const TYPE *v, const TYPE *e, int n) \
119 #define CHECK_FP_ARRAY(ARRAY, TYPE, ESP, FMT) \
122 checkV##ARRAY (const TYPE *v, const TYPE *e, int n) \
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dconst.h87 #define ARRAY 1 macro
H A Dbc.y335 { $$ = nextarg (NULL, lookup ($1,ARRAY), FALSE); }
337 { $$ = nextarg (NULL, lookup ($2,ARRAY), TRUE); }
341 { $$ = nextarg ($1, lookup ($3,ARRAY), FALSE); }
343 { $$ = nextarg ($1, lookup ($4,ARRAY), TRUE); }
356 sprintf (genstr, "K%d:", -lookup ($1,ARRAY));
367 sprintf (genstr, "K%d:", -lookup ($3,ARRAY));
628 $$ = lookup($1,ARRAY);
H A Dsbc.y255 { $$ = nextarg (NULL, lookup($1,ARRAY), FALSE); }
259 { $$ = nextarg ($1, lookup($3,ARRAY), FALSE); }
439 { $$ = lookup($1,ARRAY); }
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dconst.h87 #define ARRAY 1 macro
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcp.c49 #define ARRAY (1 << 9) macro
77 { 33, IPV4 | ARRAY | REQUEST, "static_routes" },
78 { 3, IPV4 | ARRAY | REQUEST, "routers" },
80 { 4, IPV4 | ARRAY, "time_servers" },
81 { 5, IPV4 | ARRAY, "ien116_name_servers" },
82 { 6, IPV4 | ARRAY, "domain_name_servers" },
83 { 7, IPV4 | ARRAY, "log_servers" },
84 { 8, IPV4 | ARRAY, "cookie_servers" },
85 { 9, IPV4 | ARRAY, "lpr_servers" },
86 { 10, IPV4 | ARRAY, "impress_server
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dinittyp.c140 { ARRAY, { -1, -1,
141 ARRAY, ARRAY,
H A Dtyname.c80 case ARRAY: return "array";
157 case ARRAY:
H A Dlint.h75 ARRAY, /* array */ enumerator in enum:__anon9908
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dinit.c149 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
267 if (istk->i_type->t_tspec != ARRAY)
290 case ARRAY:
292 DPRINTF(("pushinit ARRAY %s brace=%d\n",
296 DPRINTF(("pushinit ARRAY brace=%d, namedmem=%d\n",
395 case ARRAY:
519 initsym->s_type->t_tspec != ARRAY && initstk->i_nxt == NULL) {
627 if (istk->i_subt != NULL && istk->i_subt->t_tspec == ARRAY) {
638 } else if (istk->i_type != NULL && istk->i_type->t_tspec == ARRAY) {
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dpascal.lex56 array return(ARRAY);

Completed in 408 milliseconds

123