Searched refs:copied (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/isl/
H A Disl_sort.c36 * every element into a temporary buffer, blocks of elements are copied
57 size_t copied = 0; local
89 if (copied == 0) {
103 copied += (lo - ls);
108 copied += (hi - hs);
110 } else if (copied) {
112 copied += (lo - ls);
116 memcpy (a1, buf, copied);
126 copied += (am - lo);
129 memcpy (a1, buf, copied);
[all...]
H A Disl_map_simplify.c1655 int copied = 0; local
1664 if (!copied) {
1666 copied = 1;
1670 return copied;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/
H A Dlifespan.cc32 mutable bool copied; member in class:destructing
35 destructing() : copied(false) { }
36 destructing(const destructing &o) : copied(false) { o.copied = true; }
37 ~destructing() { VERIFY( copied || may_destruct ); }
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-6.d10 # output if we didn't clear it. For reference, here's the ELF copied to
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-6.d10 # output if we didn't clear it. For reference, here's the ELF copied to
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcopy.go146 // copied part
187 // copied part
228 // copied part
269 // copied part
310 // copied part
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh-mem.cc96 /* We could use different pseudos for each copied word, but
101 int copied = 0; local
103 while (copied + 4 <= bytes)
105 rtx to = adjust_address (dest, SImode, copied);
107 src_addr, copied);
113 copied += 4;
116 if (copied < bytes)
117 move_by_pieces (adjust_address (dest, BLKmode, copied),
119 src_addr, copied),
120 bytes - copied, alig
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Drunstress.go78 log.Fatalf("stressNet: copied = %d; want %d", n, size)
/haiku-buildtools/gcc/gcc/
H A Dlra-eliminations.c345 int copied = 0;
678 if (new_rtx != XEXP (x, i) && ! copied)
681 copied = 1;
697 if (! copied)
700 copied = 1;
344 int copied = 0; local
H A Dreload1.c721 If that insn didn't set the register (i.e., it copied the register to
2597 int copied = 0;
2964 if (new_rtx != XEXP (x, i) && ! copied)
2967 copied = 1;
2982 if (! copied)
2985 copied = 1;
3580 and one is inside RTL that has been copied while the other is not. */
5033 forget any value previously copied from it. */
7398 incremented register can't be copied directly from
8130 but need not be copied fro
2582 int copied = 0; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.h1531 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
1535 { int copied = 0; \
/haiku-buildtools/legacy/binutils/bfd/
H A Decofflink.c619 unsigned int copied;
683 copied = 0;
740 fh->val = output_symhdr->ifdMax + copied;
743 input_debug->ifdmap[i] = output_symhdr->ifdMax + copied;
745 ++copied;
774 sz = copied * external_fdr_size;
616 unsigned int copied; local
/haiku-buildtools/binutils/bfd/
H A Decofflink.c584 unsigned int copied;
648 copied = 0;
705 fh->val = output_symhdr->ifdMax + copied;
708 input_debug->ifdmap[i] = output_symhdr->ifdMax + copied;
710 ++copied;
739 sz = copied * external_fdr_size;
582 unsigned int copied; local
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Delfm68hc11.sc363 read-only sections. The data image must be copied at init time.
H A Delfm68hc12.sc364 read-only sections. The data image must be copied at init time.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dparserdata_test.go10 // a stand-alone binary that can be copied easily from machine to
/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi98 rebuilt, and copied to its subdirectory. This will allow you to, for
/haiku-buildtools/legacy/gcc/gcc/
H A Demit-rtl.c197 it is copied and made bigger when necessary. */
1899 int copied = 0;
1936 /* The chain of insns is not being copied. */
1969 copied = 1;
1976 must be copied if X was copied. */
1994 if (copied && len > 0)
2042 /* The chain of insns is not being copied. */
2070 Return X or the rtx for the pseudo reg the value of X was copied into.
1887 int copied = 0; local
H A Dreload.c25 that need to be copied into registers to make valid code.
2443 It is copied into STATIC_RELOAD_REG_P and referenced from there
4416 int copied;
4553 for (copied = 0, i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)
4564 if (new_part != XEXP (x, i) && ! CONSTANT_P (new_part) && ! copied)
4567 copied = 1;
6273 and something equivalent to that constant was copied
4402 int copied; local
H A Dcse.c1627 Any invalid entries in CLASS2 will not be copied. */
5088 int copied = 0;
5567 if (insn == 0 && ! copied)
5570 copied = 1;
5623 if (insn == 0 && ! copied)
5626 copied = 1;
5066 int copied = 0; local
H A Dreload1.c1027 If that insn didn't set the register (i.e., it copied the register to
2731 int copied = 0;
3230 if (new != XEXP (x, i) && ! copied)
3237 copied = 1;
3251 if (! copied)
3259 copied = 1;
3437 and one is inside RTL that has been copied while the other is not. */
4559 forget any value previously copied from it. */
6887 incremented register can't be copied directly from
7258 but need not be copied fro
2717 int copied = 0; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el801 The first line of the buffer is copied to the
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dmorestack.S45 # pointing to the address of the first copied parameter. The return
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dmul_1.asm48 C that i16 needs to be copied.
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c1509 int copied = 0;
1511 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
1502 int copied = 0; local

Completed in 291 milliseconds

12