Home
last modified time | relevance | path

Searched refs:elist (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Denviron.c273 static exception_t *elist; /* The list of exceptions to the default. This is variable
306 if (unit == elist[mid].unit) in search_unit()
311 else if (unit > elist[mid].unit) in search_unit()
317 if (unit > elist[mid].unit) in search_unit()
446 elist[i].conv |= endian; in mark_single()
448 elist[i].conv = endian; in mark_single()
454 elist[j+1] = elist[j]; in mark_single()
457 elist[i].unit = unit; in mark_single()
459 elist[i].conv |= endian; in mark_single()
461 elist[i].conv = endian; in mark_single()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Denviron.c269 static exception_t *elist; /* The list of exceptions to the default. This is variable
302 if (unit == elist[mid].unit) in search_unit()
307 else if (unit > elist[mid].unit) in search_unit()
313 if (unit > elist[mid].unit) in search_unit()
431 elist[i].conv = endian; in mark_single()
436 elist[j+1] = elist[j]; in mark_single()
439 elist[i].unit = unit; in mark_single()
440 elist[i].conv = endian; in mark_single()
659 elist = NULL; in init_unformatted()
663 elist = xmallocarray (unit_count, sizeof (exception_t)); in init_unformatted()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_cnf.c153 STACK_OF(CONF_VALUE) *elist; in int_engine_module_init()
161 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in int_engine_module_init()
163 if (!elist) { in int_engine_module_init()
169 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in int_engine_module_init()
170 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cnf.c149 STACK_OF(CONF_VALUE) *elist; in int_engine_module_init()
155 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in int_engine_module_init()
157 if (!elist) { in int_engine_module_init()
162 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in int_engine_module_init()
163 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.c218 struct edge_list *elist; in create_edge_list() local
233 elist = XNEW (struct edge_list); in create_edge_list()
234 elist->num_edges = num_edges; in create_edge_list()
235 elist->index_to_edge = XNEWVEC (edge, num_edges); in create_edge_list()
243 elist->index_to_edge[num_edges++] = e; in create_edge_list()
245 return elist; in create_edge_list()
251 free_edge_list (struct edge_list *elist) in free_edge_list() argument
253 if (elist) in free_edge_list()
255 free (elist->index_to_edge); in free_edge_list()
256 free (elist); in free_edge_list()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfganal.cc259 struct edge_list *elist; in create_edge_list() local
274 elist = XNEW (struct edge_list); in create_edge_list()
275 elist->num_edges = num_edges; in create_edge_list()
276 elist->index_to_edge = XNEWVEC (edge, num_edges); in create_edge_list()
284 elist->index_to_edge[num_edges++] = e; in create_edge_list()
286 return elist; in create_edge_list()
292 free_edge_list (struct edge_list *elist) in free_edge_list() argument
294 if (elist) in free_edge_list()
296 free (elist->index_to_edge); in free_edge_list()
297 free (elist); in free_edge_list()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhdb.cpp87 ELT *elist; /* pointer to the file's elements */ in DBRead() local
95 elist = DBInit(); in DBRead()
100 return (elist); in DBRead()
115 return (elist); in DBRead()
197 (void) DBCreateElt(type, plist, brush, size, txt, &elist); in DBRead()
200 return (elist); in DBRead()
H A Dmain.cpp222 int has_polygon(ELT *elist);
898 has_polygon(ELT *elist) in has_polygon() argument
900 while (!DBNullelt(elist)) { in has_polygon()
901 if (elist->type == POLYGON) in has_polygon()
903 elist = DBNextElt(elist); in has_polygon()
/netbsd-src/games/gomoku/
H A Dgomoku.h188 struct elist { struct
189 struct elist *e_next; /* list of completion points */ argument
222 struct elist *s_empty; /* level n combo completion spots */
223 struct elist *s_nempty; /* level n+1 combo completion spots */
H A Dpickmove.c255 struct elist *nep; in scanframes()
365 for (struct elist *ep = sp->s_empty; ep != NULL; ep = nep) { in scanframes()
380 for (struct elist *ep = sp->s_nempty; ep != NULL; ep = nep) { in scanframes()
568 struct elist *nep; in addframes()
579 for (struct elist *ep = sp->s_empty; ep != NULL; ep = nep) { in addframes()
679 for (struct elist *ep = osp->s_empty; ep != NULL; ep = ep->e_next) { in makecombo()
702 for (struct elist *nep = sp->s_empty; in makecombo()
800 static struct elist einfo[MAXDEPTH];
811 struct elist *ep, *nep; in makeempty()
925 nep = (struct elist *)malloc(sizeof(struct elist)); in makeempty()
[all …]
H A Dmain.c482 struct elist *ep; in whatsup()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_conf.c353 STACK_OF(CONF_VALUE) *elist; in provider_conf_init()
361 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in provider_conf_init()
363 if (!elist) { in provider_conf_init()
368 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in provider_conf_init()
369 cval = sk_CONF_VALUE_value(elist, i); in provider_conf_init()
/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c254 enumval_list *elist; in def_enum() local
264 elist = ALLOC(enumval_list); in def_enum()
265 elist->name = tok.str; in def_enum()
266 elist->assignment = NULL; in def_enum()
270 elist->assignment = tok.str; in def_enum()
273 *tailp = elist; in def_enum()
274 tailp = &elist->next; in def_enum()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c758 STACK_OF(CONF_VALUE) *elist; in random_conf_init()
767 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in random_conf_init()
768 if (elist == NULL) { in random_conf_init()
776 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in random_conf_init()
777 cval = sk_CONF_VALUE_value(elist, i); in random_conf_init()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h175 typedef struct elist { struct
178 struct elist *el_next; argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgp-display-text.cc2736 Vector<void*> *elist = dbeGetEntities (0, exp_id, ent_prop_id); in dump_entities() local
2737 if (!elist) in dump_entities()
2739 Vector<int> *entity_vals = (Vector<int> *) elist->fetch (0); in dump_entities()
2740 Vector<char*> *jthr_names = (Vector<char*> *)elist->fetch (1); in dump_entities()
2741 Vector<char*> *jthr_g_names = (Vector<char*> *)elist->fetch (2); in dump_entities()
2742 Vector<char*> *jthr_p_names = (Vector<char*> *)elist->fetch (3); in dump_entities()
2743 Vector<char*> *entity_name = (Vector<char*> *)elist->fetch (4); in dump_entities()
2755 destroy (elist); in dump_entities()
H A DDbe.cc6408 char *name, *type, *member, *elist; in setDataSummary() local
6416 member = elist = type = size = offset = elements = scopename = NULL; in setDataSummary()
6470 elist = sb.toString (); in setDataSummary()
6515 jvalues->store (7, elist); in setDataSummary()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-display-text.cc2741 Vector<void*> *elist = dbeGetEntities (0, exp_id, ent_prop_id); in dump_entities() local
2742 if (!elist) in dump_entities()
2744 Vector<int> *entity_vals = (Vector<int> *) elist->fetch (0); in dump_entities()
2745 Vector<char*> *jthr_names = (Vector<char*> *)elist->fetch (1); in dump_entities()
2746 Vector<char*> *jthr_g_names = (Vector<char*> *)elist->fetch (2); in dump_entities()
2747 Vector<char*> *jthr_p_names = (Vector<char*> *)elist->fetch (3); in dump_entities()
2748 Vector<char*> *entity_name = (Vector<char*> *)elist->fetch (4); in dump_entities()
2760 destroy (elist); in dump_entities()
H A DDbe.cc6408 char *name, *type, *member, *elist; in setDataSummary() local
6416 member = elist = type = size = offset = elements = scopename = NULL; in setDataSummary()
6470 elist = sb.toString (); in setDataSummary()
6515 jvalues->store (7, elist); in setDataSummary()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y243 elist type_sq cf_spec merge_attribs
435 | C_NAME '(' elist ')' {
1141 elist: { $$ = NIL; }
1143 | elist ',' e { $$ = biop(CM, $1, $3); }
1144 | elist ',' cast_type { /* hack for stdarg */
1246 | C_NAME '(' elist ')' {
1254 | term '(' elist ')' { $$ = biop($3 ? CALL : UCALL, $1, $3); }
/netbsd-src/external/bsd/byacc/dist/test/
H A Dbtyacc_demo.y41 Expr_List *elist; member
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y270 elist type_sq cf_spec merge_attribs e2 ecq
386 | C_NAME '(' elist ')' {
1134 elist: { $$ = NULL; }
1214 | C_NAME '(' elist ')' {
1217 | term '(' elist ')' { $$ = biop($3 ? CALL : UCALL, $1, $3); }
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-92031882 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-92031882 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make