Searched defs:first (Results 251 - 275 of 522) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dreducer_list.h277 list_view_base(Iter first, Iter last, const Allocator& a = Allocator()) : argument
508 void insert_back(Iter first, Ite argument
509 { this->m_value.insert(end(), first, last); } local
541 splice_back(list_type& x, iterator first, iterator last) argument
543 this->m_value.splice(end(), x, first, last); local
653 insert_front(Iter first, Iter last) argument
654 { this->m_value.insert(begin(), first, last); } local
686 splice_front(list_type& x, iterator first, iterator last) argument
688 this->m_value.splice(begin(), x, first, last); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcxx-pretty-print.c1430 bool first = true; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-pdp11.c174 static int first = 1; local
/haiku-buildtools/binutils/include/
H A Doasys.h188 oasys_header_record_type first; member in union:oasys_record_union
/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.h214 struct rcdata_item *first; member in struct:YYSTYPE::__anon2481
H A Dresbin.c172 int first; local
292 struct menuitem *first, **pp; local
370 struct menuitem *first, **pp; local
679 struct fontdir *first, **pp; local
748 struct accelerator *first, **pp; local
815 struct group_cursor *first, **pp; local
871 struct group_icon *first, **pp; local
981 struct ver_info *first, **pp; local
1399 struct bindata *first, **pp; local
1456 struct bindata *first, **pp; local
1504 struct bindata *first, **pp; local
1684 struct bindata *first, **pp; local
1730 struct bindata *first, **pp; local
1812 struct bindata *first, **pp; local
1860 struct bindata *first, **pp; local
1932 struct bindata *first, **pp; local
1996 struct bindata *first, **pp; local
2057 struct bindata *first, **pp; local
[all...]
H A Dsrconv.c306 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first, argument
451 int first = 1; local
1647 int first local
1577 wr_er(struct coff_ofile *ptr, struct coff_sfile *sfile ATTRIBUTE_UNUSED, int first) argument
1604 wr_ed(struct coff_ofile *ptr, struct coff_sfile *sfile ATTRIBUTE_UNUSED, int first) argument
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.c673 frchainS *f, *first = NULL; local
H A Dlisting.c568 list_info_type *first = list; local
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Darc.c1674 rtx first, second; local
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c856 rtx first, second; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c2269 unsigned long int first; local
2468 unsigned long int first; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpphash.c1560 int first = 1; local
[all...]
H A Dfunction.h47 rtx first, last; member in struct:sequence_stack
H A Dgenrecog.c71 struct decision_head { struct decision *first, *last; }; member in struct:decision_head
[all...]
H A Drecog.c2661 rtx first = PREV_INSN (insn); local
[all...]
H A Dreorg.c420 rtx first = get_insns (); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dtarget.c535 ffetarget_substr_character1(ffetargetCharacter1 *res, ffetargetCharacter1 l, ffetargetCharacterSize first, ffetargetCharacterSize last, mallocPool pool, ffetargetCharacterSize *len) argument
/haiku-buildtools/cloog/osl/source/
H A Drelation.c165 int i, j, first = 1; local
266 osl_relation_expression_element(void * val, int precision, int * first, int cst, char * name) argument
423 int i, first = 1, constant; local
490 int first = 1; local
970 int first = 1; local
1199 int first = 1, all_rows = 0; local
2066 int first = 1; local
2271 int first = 1; local
[all...]
/haiku-buildtools/isl/
H A Disl_ast_build.c1558 static __isl_give isl_id_list *generate_names(isl_ctx *ctx, int n, int first, argument
H A Disl_convex_hull.c139 int first; local
[all...]
H A Disl_flow.c1255 before(void *first, void *second) argument
[all...]
H A Disl_local_space.c777 isl_local_space_substitute_seq( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, isl_int *subs, int subs_len, int first, int n) argument
856 isl_local_space_drop_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
892 isl_local_space_insert_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
[all...]
H A Disl_mat.c566 int first, i, off; local
780 int pivot, first, i, off; local
886 int pivot, first, i, off; local
1210 isl_basic_set_transform_dims( __isl_take isl_basic_set *bset, enum isl_dim_type type, unsigned first, __isl_take isl_mat *trans) argument
1345 isl_mat_insert_zero_cols(__isl_take isl_mat *mat, unsigned first, unsigned n) argument
[all...]
H A Disl_vertices.c795 static int update_todo(struct isl_facet_todo *first, struct isl_tab *tab) argument

Completed in 247 milliseconds

<<11121314151617181920>>