Searched refs:ids (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dminmaxloc_5.f907 if (ids.ne.100) call abort !expect 100
10 if (ids.ne.100) call abort !expect 100
13 if (ids.ne.1) call abort !expect 1
16 if (ids.ne.51) call abort !expect 51
H A Dminmaxloc_6.f907 if (ids.ne.100) call abort !expect 100
9 if (ids.ne.100) call abort !expect 100
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/
H A Dpthread5.cc93 int ids[NTHREADS]; local
108 ids[worker] = worker;
110 thread_function, &ids[worker]))
/haiku-buildtools/isl/
H A Disl_space.c47 dim->ids = NULL;
158 /* Extend length of ids array to the total number of dimensions.
162 isl_id **ids; local
168 if (!dim->ids) {
169 dim->ids = isl_calloc_array(dim->ctx,
171 if (!dim->ids)
174 ids = isl_realloc_array(dim->ctx, dim->ids,
176 if (!ids)
178 dim->ids
763 get_ids(__isl_keep isl_space *dim, enum isl_dim_type type, unsigned first, unsigned n, __isl_keep isl_id **ids) argument
775 isl_id **ids = NULL; local
866 isl_id **ids = NULL; local
963 isl_id **ids; local
1164 isl_id **ids = NULL; local
1217 set_ids(__isl_take isl_space *dim, enum isl_dim_type type, unsigned first, unsigned n, __isl_take isl_id **ids) argument
1233 isl_id **ids = NULL; local
[all...]
H A Disl_vertices_private.h44 int *ids; member in struct:isl_cell
H A Disl_space_private.h22 isl_id **ids; member in struct:isl_space
H A Disl_vertices.c1088 cell->ids = isl_alloc_array(dom->ctx, int, cell->n_vertices);
1089 if (cell->n_vertices && !cell->ids)
1092 cell->ids[i] = vertices->c[id].vertices[i];
1110 free(cell->ids);
1332 cell->ids[i]);
1418 simplex->ids = isl_alloc_array(ctx, int, simplex->n_vertices);
1419 if (!simplex->ids)
1423 simplex->ids[i] = simplex_ids[i];
1425 simplex->ids[n_simplex + i] = other_ids[i];
1463 /* Triangulate the polytope spanned by the vertices with ids
1479 int *ids; local
[all...]
H A Disl_bernstein.c106 v = cell->ids[n - 1 - i];
285 int k = cell->ids[i];
/haiku-buildtools/legacy/binutils/bfd/
H A Dirix-core.c173 struct idesc *idg, *idf, *ids; local
227 ids = &coreout.c_idesc[I_SPECREGS];
230 || idf->i_offset + idf->i_len != ids->i_offset)
238 idg->i_len + idf->i_len + ids->i_len,
/haiku-buildtools/binutils/bfd/
H A Dirix-core.c174 struct idesc *idg, *idf, *ids; local
228 ids = &coreout.c_idesc[I_SPECREGS];
231 || idf->i_offset + idf->i_len != ids->i_offset)
239 idg->i_len + idf->i_len + ids->i_len,
H A DpeXXigen.c3205 rsrc_dir_chain ids;
3397 table->ids.num_entries = bfd_get_16 (abfd, data + 14);
3406 highest_data = rsrc_parse_entries (abfd, & table->ids, FALSE, highest_data,
3408 data += table->ids.num_entries * 8;
3510 for (entry = dir->ids.first_entry; entry != NULL; entry = entry->next_entry)
3535 bfd_put_16 (data->abfd, dir->ids.num_entries, data->next_table + 14);
3540 + (dir->ids.num_entries * 8);
3555 for (i = dir->ids.num_entries, entry = dir->ids.first_entry;
3955 && next->value.directory->ids
3201 rsrc_dir_chain ids; member in struct:rsrc_directory
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dresres.c572 res_append_resource (resources, resource, cids, ids, dupok)
576 const struct res_id *ids;
606 if (res_id_cmp ((*pp)->id, ids[i]) == 0)
615 re->id = ids[i];
635 res_ids_print (stderr, i, ids);
647 res_ids_print (stderr, cids, ids);
658 res_ids_print (stderr, cids, ids);
H A Dwindres.c283 res_ids_print (FILE *stream, int cids, const struct res_id *ids)
289 res_id_print (stream, ids[i], 1);
314 const struct res_id *ids, int dupok)
343 if (res_id_cmp ((*pp)->id, ids[i]) == 0)
352 re->id = ids[i];
372 res_ids_print (stderr, i, ids);
384 res_ids_print (stderr, cids, ids);
395 res_ids_print (stderr, cids, ids);
280 res_ids_print(FILE *stream, int cids, const struct res_id *ids) argument
310 define_resource(struct res_directory **resources, int cids, const struct res_id *ids, int dupok) argument
/haiku-buildtools/binutils/binutils/
H A Dresres.c648 int cids, const rc_res_id *ids, int dupok)
673 if (res_id_cmp ((*pp)->id, ids[i]) == 0)
682 re->id = ids[i];
702 res_ids_print (stderr, i, ids);
714 res_ids_print (stderr, cids, ids);
725 res_ids_print (stderr, cids, ids);
647 res_append_resource(rc_res_directory **res_dirs, rc_res_resource *resource, int cids, const rc_res_id *ids, int dupok) argument
H A Dwindres.c293 res_ids_print (FILE *stream, int cids, const rc_res_id *ids)
299 res_id_print (stream, ids[i], 1);
333 const rc_res_id *ids, int dupok)
357 if (res_id_cmp ((*pp)->id, ids[i]) == 0)
366 re->id = ids[i];
386 res_ids_print (stderr, i, ids);
398 res_ids_print (stderr, cids, ids);
409 res_ids_print (stderr, cids, ids);
289 res_ids_print(FILE *stream, int cids, const rc_res_id *ids) argument
328 define_resource(rc_res_directory **resources, int cids, const rc_res_id *ids, int dupok) argument
H A Dresrc.c1655 rc_res_id ids[3];
1694 ids[0] = type;
1695 ids[1] = id;
1696 ids[2].named = 0;
1697 ids[2].u.id = resinfo->language;
1699 r = define_resource (& resources, 3, ids, 0);
1754 rc_res_id ids[3];
1770 ids[0] = type;
1771 ids[1] = id;
1772 ids[
1653 rc_res_id ids[3]; local
1752 rc_res_id ids[3]; local
[all...]
H A Dresbin.c1956 bfd_byte *ids;
1959 ids = (bfd_byte *) reswr_alloc (tb->nitems * 4);
1963 windres_put_32 (wrbfd, ids + i, it->id.u.id);
1967 set_windres_bfd_content (wrbfd, ids, off + BIN_TOOLBAR_SIZE, i);
1955 bfd_byte *ids; local
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c214 all known tree codes and all known builtin function ids. */
493 nr_stmts (nr_stmts_), ids (ids_) {}
501 vec<id_tab> ids; member in struct:operand
995 vec<c_expr::id_tab> ids = ce->ids.copy (); local
996 ids.safe_push (c_expr::id_tab (id->id, with->id));
997 return new c_expr (ce->r, ce->code, ce->nr_stmts, ids, ce->capture_ids);
1019 vec<user_id *>& ids = for_vec[fi]; local
1020 unsigned n_ids = ids.length ();
1023 if (ids[
[all...]
H A Dgengtype-state.c427 char *ids = NULL; local
440 ids = XOBFINISH (&id_obstack, char *);
441 sid = state_ident_by_name (ids, INSERT);
443 ids = NULL;
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc99 // Conflicting request ids.
/haiku-buildtools/gcc/libstdc++-v3/doc/
H A DMakefile.am466 XSLT_PARAM = --param toc.section.depth 4 --param generate.consistent.ids 1
H A DMakefile.in553 XSLT_PARAM = --param toc.section.depth 4 --param generate.consistent.ids 1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h462 void *ids; member in struct:_xmlDoc

Completed in 633 milliseconds