Searched defs:dst (Results 301 - 325 of 603) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-d30v.c497 d30v_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
511 d30v_info_to_howto_rela(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Delf32-dlx.c542 elf32_dlx_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Delf32-m68hc12.c412 m68hc11_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Delf32-openrisc.c219 openrisc_info_to_howto_rela(bfd * abfd ATTRIBUTE_UNUSED, arelent * cache_ptr, Elf_Internal_Rela * dst) argument
H A Delf32-or32.c472 or32_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic54x-dis.c184 enum optype dst = OP_None; local
/haiku-buildtools/cloog/osl/source/
H A Dutil.c444 void osl_util_safe_strcat(char ** dst, char * src, int * hwm) { argument
[all...]
/haiku-buildtools/cloog/source/
H A Dpprint.c88 pprint_name(FILE *dst, struct clast_name *n) argument
99 pprint_term(struct cloogoptions *i, FILE *dst, struct clast_term *t) argument
121 pprint_sum(struct cloogoptions *opt, FILE *dst, struct clast_reduction *r) argument
140 pprint_binary(struct cloogoptions *i, FILE *dst, struct clast_binary *b) argument
192 pprint_minmax_f(struct cloogoptions *info, FILE *dst, struct clast_reduction *r) argument
206 pprint_minmax_c(struct cloogoptions *info, FILE *dst, struct clast_reduction *r) argument
220 pprint_reduction(struct cloogoptions *i, FILE *dst, struct clast_reduction *r) argument
242 pprint_expr(struct cloogoptions *i, FILE *dst, struct clast_expr *e) argument
264 pprint_equation(struct cloogoptions *i, FILE *dst, struct clast_equation *eq) argument
276 pprint_assignment(struct cloogoptions *i, FILE *dst, struct clast_assignment *a) argument
295 pprint_osl_body(struct cloogoptions *options, FILE *dst, struct clast_user_stmt *u) argument
343 pprint_user_stmt(struct cloogoptions *options, FILE *dst, struct clast_user_stmt *u) argument
368 pprint_guard(struct cloogoptions *options, FILE *dst, int indent, struct clast_guard *g) argument
405 pprint_for(struct cloogoptions *options, FILE *dst, int indent, struct clast_for *f) argument
534 pprint_stmt_list(struct cloogoptions *options, FILE *dst, int indent, struct clast_stmt *s) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr39362.C34 static void uninitializedFill (T * dst, T * dstEnd, const T & val) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr44043.c59 union { struct dst_entry dst; } u; member in union:rtable::__anon1612
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dgenerate-random_r.c167 int *dst; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp13.c17 rc_filter_sobel_3x3_horz_u8(uint8_t *__restrict dst, int dst_dim, argument
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random_r.c167 int *dst; local
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dtoom_interpolate_16pts.c43 DO_mpn_sublsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) argument
59 DO_mpn_addlsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) argument
[all...]
/haiku-buildtools/isl/
H A Disl_seq.c34 void isl_seq_neg(isl_int *dst, isl_int *src, unsigned len) argument
41 void isl_seq_cpy(isl_int *dst, isl_int *src, unsigned len) argument
48 void isl_seq_submul(isl_int *dst, isl_int f, isl_int *src, unsigned len) argument
55 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len) argument
62 void isl_seq_swp_or_cpy(isl_int *dst, isl_int *src, unsigned len) argument
69 isl_seq_scale(isl_int *dst, isl_int *src, isl_int m, unsigned len) argument
76 isl_seq_scale_down(isl_int *dst, isl_int *src, isl_int m, unsigned len) argument
83 isl_seq_cdiv_q(isl_int *dst, isl_int *src, isl_int m, unsigned len) argument
90 isl_seq_fdiv_q(isl_int *dst, isl_int *src, isl_int m, unsigned len) argument
97 isl_seq_fdiv_r(isl_int *dst, isl_int *src, isl_int m, unsigned len) argument
104 isl_seq_combine(isl_int *dst, isl_int m1, isl_int *src1, isl_int m2, isl_int *src2, unsigned len) argument
123 isl_seq_elim(isl_int *dst, isl_int *src, unsigned pos, unsigned len, isl_int *m) argument
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.cc167 char *internal_strncat(char *dst, const char *src, uptr n) { argument
176 char *internal_strncpy(char *dst, const char *src, uptr n) { argument
/haiku-buildtools/gcc/gcc/
H A Dvec.h708 vec_safe_splice (vec<T, A, vl_embed> *&dst, vec<T, A, vl_embed> *src argument
H A Dcombine-stack-adj.c390 maybe_merge_cfa_adjust(rtx_insn *dst, rtx_insn *src, bool after) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dchk.c28 memcpy (void *dst, const void *src, __SIZE_TYPE__ n) argument
47 __memcpy_chk (void *dst, const void *src, __SIZE_TYPE__ n, __SIZE_TYPE__ size) argument
59 mempcpy (void *dst, const void *src, __SIZE_TYPE__ n) argument
78 __mempcpy_chk (void *dst, const void *src, __SIZE_TYPE__ n, __SIZE_TYPE__ size) argument
90 memmove (void *dst, cons argument
113 __memmove_chk(void *dst, const void *src, __SIZE_TYPE__ n, __SIZE_TYPE__ size) argument
125 memset(void *dst, int c, __SIZE_TYPE__ n) argument
142 __memset_chk(void *dst, int c, __SIZE_TYPE__ n, __SIZE_TYPE__ size) argument
178 stpcpy(char *dst, const char *src) argument
205 stpncpy(char *dst, const char *src, __SIZE_TYPE__ n) argument
264 strcat(char *dst, const char *src) argument
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dmkdeps.c59 char *dst, *buffer; local
/haiku-buildtools/gcc/gcc/ada/
H A Dsocket.c513 __gnat_inet_pton(int af, const char *src, void *dst) argument
/haiku-buildtools/binutils/bfd/
H A Dcoff-tic54x.c263 tic54x_lookup_howto(arelent *internal, struct internal_reloc *dst) argument
H A Dcoff-tic80.c426 rtype2howto(arelent *cache_ptr, struct internal_reloc *dst) argument
H A Dcoff-stgo32.c133 adjust_filehdr_in_post(bfd * abfd ATTRIBUTE_UNUSED, void * src, void * dst) argument
H A Dcoff-sparc.c170 rtype2howto (arelent *cache_ptr, struct internal_reloc *dst) argument

Completed in 318 milliseconds

<<11121314151617181920>>