Searched refs:past (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dbcopy-1.c12 struct timeval past, now, then; local
13 __builtin_bcopy (&then, &past, sizeof (then));
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug347.go39 // walk past runtime frames
H A Dbug348.go34 // walk past runtime frames
/haiku-buildtools/gcc/zlib/
H A Dgzguts.h164 int past; /* true if read requested past end */ member in struct:__anon1542
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
391 state->past = 0;
514 return state->mode == GZ_READ ? state->past : 0;
553 state->past = 0;
H A Dgzread.c338 state->past = 1; /* tried to read past end */
451 state->past = 0;
473 state->past = 0;
515 state->past = 1; /* read past end */
/haiku-buildtools/binutils/zlib/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
401 state->past = 0;
524 return state->mode == GZ_READ ? state->past : 0;
564 state->past = 0;
H A Dgzread.c339 state->past = 1; /* tried to read past end */
456 state->past = 0;
478 state->past = 0;
520 state->past = 1; /* read past end */
H A Dgzguts.h180 int past; /* true if read requested past end */ member in struct:__anon1170
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dtypeswitch.go95 // boolean switch (has had bugs in past; worth writing down)
H A Dshift1.go149 // For now, the spec disallows these. We may revisit past Go 1.1.
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsol2-g1.asm73 ! Skip argc words past argv, to env:
H A Dsol2-c1.asm95 ! Skip argc words past argv, to env:
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-c1.S88 ! Skip argc words past argv, to env:
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dgcd_1.asm69 C iterations, and the iterations are data dependent so it's unlikely past
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el444 move forward past the closing brace.
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dmorestack.S276 # Here CFA points just past the return address on the stack,
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs.S437 subi r26, lo8(-3) ; Add 3 to point past return address
748 subi r26, lo8(-3) ; Add 3 to point past return address
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs2214 # In the past scan0 and scan1 were described as returning ULONG_MAX which
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c2821 When returning true, move *SPTR past the register, store the
8280 const struct mips_opcode *past, struct mips_operand_token *tokens,
8320 while (opcode < past && strcmp (opcode->name, first->name) == 0);
13820 const struct mips_opcode *first, *past;
13830 past = &micromips_opcodes[bfd_micromips_num_opcodes];
13835 past = &mips_opcodes[NUMOPCODES];
13861 if (!match_insns (insn, first, past, tokens, opcode_extra, FALSE)
13862 && !match_insns (insn, first, past, tokens, opcode_extra, TRUE))
8270 match_insns(struct mips_cl_insn *insn, const struct mips_opcode *first, const struct mips_opcode *past, struct mips_operand_token *tokens, int opcode_extra, bfd_boolean lax_match) argument
13811 const struct mips_opcode *first, *past; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c1124 /* Advance past the portion which has already been printed. */
2255 /* Advance past this name. */
2404 Move any backslash-newlines up past any following symbol constituents. */
2732 /* %: appears at start of line; skip past the ':' too. */
2844 "string constant runs past end of line");
3108 /* But traditional C does not let the token go past the sign,
4421 /* Skip just horiz space, and don't go past limit. */
4558 past the dir in which the containing file was found. */
5364 *LIMIT will be set to an address one past the end of the file.
5485 character past th
[all...]

Completed in 342 milliseconds