Searched refs:dst (Results 351 - 375 of 837) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-div_2exp.c45 #define INPLACE(fun,dst,src,d) \
48 mpz_set (dst, src); \
49 fun (dst, dst, d); \
52 fun (dst, src, d);
/haiku-buildtools/legacy/gcc/gcc/
H A Dscan.c47 sstring_append (dst, src)
48 sstring *dst;
53 MAKE_SSTRING_SPACE(dst, count + 1);
54 d = dst->ptr;
57 dst->ptr = d;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr19080.c20 int src, dst, *a = &src, *b = &dst; *a = 1, *b = 1; local
24 { int src, dst, *a = &src, *b = &dst; *a = 1, *b = 1;} local
105 if (ahd->src_mode == 2 && ahd->dst_mode == dst)
/haiku-buildtools/gcc/gcc/
H A Dipa-utils.c414 ipa_merge_profiles (struct cgraph_node *dst, argument
423 || !dst->definition)
425 if (src->frequency < dst->frequency)
426 src->frequency = dst->frequency;
429 if (dst->tp_first_run > src->tp_first_run && src->tp_first_run)
430 dst->tp_first_run = src->tp_first_run;
432 if (src->profile_id && !dst->profile_id)
433 dst->profile_id = src->profile_id;
435 if (!dst->count)
441 xstrdup_for_dump (dst
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcoff-tic30.c113 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) dst->r_stuff[0] = 'S'; \
114 dst->r_stuff[1] = 'C';
119 rtype2howto (arelent *internal, struct internal_reloc *dst) argument
121 switch (dst->r_type)
H A Dcoff-z80.c72 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \
73 dst->r_stuff[0] = 'S'; \
74 dst->r_stuff[1] = 'C';
79 rtype2howto (arelent *internal, struct internal_reloc *dst) argument
81 switch (dst->r_type)
237 bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info, local
242 int gap = dst - dot - 1; /* -1, Since the offset is relative
H A Delf32-i960.c122 Elf_Internal_Rela * dst ATTRIBUTE_UNUSED)
130 Elf_Internal_Rela *dst)
134 type = (enum elf_i960_reloc_type) ELF32_R_TYPE (dst->r_info);
128 elf32_i960_info_to_howto_rel(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
/haiku-buildtools/legacy/gcc/gcc/config/i960/
H A Di960.c628 i960_output_move_double (dst, src)
629 rtx dst, src;
633 if (GET_CODE (dst) == REG
637 || (REGNO (dst) & 1))
642 if (REGNO (src) + 1 == REGNO (dst))
650 else if (GET_CODE (dst) == REG
654 if (REGNO (dst) & 1)
659 else if (GET_CODE (dst) == REG
662 if (REGNO (dst) & 1)
667 operands[0] = dst;
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-sparc.c162 rtype2howto (cache_ptr, dst)
164 struct internal_reloc *dst;
166 BFD_ASSERT (dst->r_type < (unsigned int) R_SPARC_max);
167 cache_ptr->howto = &coff_sparc_howto_table[dst->r_type];
178 #define SWAP_OUT_RELOC_EXTRA(abfd,src,dst) \
180 dst->r_spare[0] = 0; \
181 dst->r_spare[1] = 0; \
H A Dcoff-z80.c72 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \
73 dst->r_stuff[0] = 'S'; \
74 dst->r_stuff[1] = 'C';
79 rtype2howto (arelent *internal, struct internal_reloc *dst) argument
81 switch (dst->r_type)
220 bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info, local
225 int gap = dst - dot - 1; /* -1, Since the offset is relative
H A Dcoff64-rs6000.c235 #define RTYPE2HOWTO(cache_ptr, dst) xcoff64_rtype2howto (cache_ptr, dst)
603 xcoff64_swap_ldhdr_in (abfd, s, dst)
606 struct internal_ldhdr *dst;
610 dst->l_version = bfd_get_32 (abfd, src->l_version);
611 dst->l_nsyms = bfd_get_32 (abfd, src->l_nsyms);
612 dst->l_nreloc = bfd_get_32 (abfd, src->l_nreloc);
613 dst->l_istlen = bfd_get_32 (abfd, src->l_istlen);
614 dst->l_nimpid = bfd_get_32 (abfd, src->l_nimpid);
615 dst
630 struct external_ldhdr *dst = (struct external_ldhdr *) d; local
674 struct external_ldsym *dst = (struct external_ldsym *) d; local
692 struct internal_reloc *dst = (struct internal_reloc *) d; local
709 struct external_reloc *dst = (struct external_reloc *) d; local
743 struct external_ldrel *dst = (struct external_ldrel *) d; local
[all...]
/haiku-buildtools/gcc/gmp/mpz/
H A Dn_pow_ui.c82 #define MPN_SQR(dst, alloc, src, size) \
85 mpn_sqr (dst, src, size); \
87 (size) -= ((dst)[(size)-1] == 0); \
90 #define MPN_MUL(dst, alloc, src, size, src2, size2) \
94 cy = mpn_mul (dst, src, size, src2, size2); \
126 #define MPN_RSHIFT_OR_COPY(dst, src, size, shift) \
129 MPN_COPY (dst, src, size); \
132 mpn_rshift (dst, src, size, shift); \
133 (size) -= ((dst)[(size)-1] == 0); \
/haiku-buildtools/gcc/libcpp/
H A Dmkdeps.c59 char *dst, *buffer; local
93 for (p = filename, dst = buffer; *p; p++, dst++)
100 *dst++ = '\\';
101 *dst++ = '\\';
105 *dst++ = '$';
109 *dst++ = '\\';
115 *dst = *p;
118 *dst = '\0';
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtry.c38 the dst pointers are off by 1 or whatever. The magic DEADVAL initial
82 When alignment means a dst isn't hard against the redzone, check the
98 When there's no overlap, run with both src>dst and src<dst. A subtle
100 relative location of src and dst.
306 char dst[2]; member in struct:try_t
412 mp_srcptr dst = fun.d[0].p; local
427 if (! refmpn_equal_anynail (tp, dst, size))
430 mpn_trace ("fun ", dst, size);
693 p->dst[
1310 mpn_toom22_mul_fun(mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size) argument
1320 mpn_toom2_sqr_fun(mp_ptr dst, mp_srcptr src, mp_size_t size) argument
1330 mpn_toom33_mul_fun(mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size) argument
1340 mpn_toom3_sqr_fun(mp_ptr dst, mp_srcptr src, mp_size_t size) argument
1350 mpn_toom44_mul_fun(mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size) argument
1360 mpn_toom4_sqr_fun(mp_ptr dst, mp_srcptr src, mp_size_t size) argument
2349 char *dst; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dcom.asm26 C void mpn_com (mp_ptr dst, mp_srcptr src, mp_size_t size);
33 C If both src and dst are 4mod8, the loop runs at 1.5 c/l. So long as one
34 C of the two is 0mod8, it runs at 1.0 c/l. On that basis dst is checked
78 movd %mm0, -4(%edx,%ecx,4) C dst high limb
94 C edx dst
107 movd %mm0, -4(%edx) C dst low limb
/haiku-buildtools/legacy/binutils/bfd/doc/
H A Dchew.c207 overwrite_string (dst, src)
208 string_type *dst;
211 free (dst->ptr);
212 dst->size = src->size;
213 dst->write_idx = src->write_idx;
214 dst->ptr = src->ptr;
242 catstr (dst, src)
243 string_type *dst;
246 catbuf (dst, src->ptr, src->write_idx);
420 remove_noncomments (src, dst)
1130 char *dst; local
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver-system.c139 char *dst = gf->filename + gf->prefix; local
172 *dst++ = '/';
174 strcpy (dst, fname);
H A Dfp-bit.c200 FLO_union_type dst;
320 dst.bits.fraction = fraction;
321 dst.bits.exp = exp;
322 dst.bits.sign = sign;
395 dst.value_raw = ((fractype) high << HALFSHIFT) | low;
398 dst.value_raw = fraction & ((((fractype)1) << FRACBITS) - (fractype)1);
399 dst.value_raw |= ((fractype) (exp & ((1 << EXPBITS) - 1))) << FRACBITS;
400 dst.value_raw |= ((fractype) (sign & 1)) << (FRACBITS | EXPBITS);
407 qrtrfractype tmp1 = dst.words[0];
408 qrtrfractype tmp2 = dst
[all...]
/haiku-buildtools/binutils/bfd/doc/
H A Dchew.c211 overwrite_string (dst, src)
212 string_type *dst;
215 free (dst->ptr);
216 dst->size = src->size;
217 dst->write_idx = src->write_idx;
218 dst->ptr = src->ptr;
246 catstr (dst, src)
247 string_type *dst;
250 catbuf (dst, src->ptr, src->write_idx);
437 remove_noncomments (src, dst)
1151 char *dst; local
[all...]
/haiku-buildtools/isl/
H A Disl_map_piplib.c19 static void copy_values_from(isl_int *dst, Entier *src, unsigned n) argument
24 entier_assign(dst[i], src[i]);
27 static void add_value(isl_int *dst, Entier *src) argument
29 mpz_add(*dst, *dst, *src);
32 static void copy_constraint_from(isl_int *dst, PipVector *src, argument
38 copy_values_from(dst, src->the_vector+src->nb_elements-1, 1);
39 copy_values_from(dst+1, src->the_vector, nparam+n_in);
40 isl_seq_clr(dst+1+nparam+n_in, n_out);
41 isl_seq_clr(dst
353 copy_values_to(Entier *dst, isl_int *src, unsigned n) argument
361 copy_constraint_to(Entier *dst, isl_int *src, unsigned pip_param, unsigned pip_var, unsigned extra_front, unsigned extra_back) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dfp-bit.c437 FLO_union_type dst; local
522 dst.bits.fraction = fraction;
523 dst.bits.exp = exp;
524 dst.bits.sign = sign;
526 dst.value_raw = fraction & ((((fractype)1) << FRACBITS) - (fractype)1);
527 dst.value_raw |= ((fractype) (exp & ((1 << EXPBITS) - 1))) << FRACBITS;
528 dst.value_raw |= ((fractype) (sign & 1)) << (FRACBITS | EXPBITS);
533 halffractype tmp = dst.words[0];
534 dst.words[0] = dst
547 unpack_d(FLO_union_type * src, fp_number_type * dst) argument
[all...]
/haiku-buildtools/gcc/mpfr/src/
H A Dprintf.c34 # define va_copy(dst,src) __va_copy(dst, src)
38 # define va_copy(dst,src) \
39 do { memcpy(&(dst), &(src), sizeof(va_list)); } while (0)
/haiku-buildtools/gcc/mpfr/tests/
H A Dtsqr.c139 mp_limb_t dst[10]; local
142 mpn_sqr (dst, src, 5); /* new in GMP 5 */
145 if (dst[i] != exd[i])
149 printf ("dst[%d] = 0x%08lx\n", i, (unsigned long) dst[i]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp87.c34 bitmap_elt_ior (bitmap dst, bitmap_element * dst_elt, argument
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_java.h52 void __tsan_java_move(jptr src, jptr dst, jptr size) INTERFACE_ATTRIBUTE;

Completed in 295 milliseconds

<<11121314151617181920>>