HomeSort by: relevance | last modified time | path
    Searched defs:beyond (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 426 char *beyond = STR(message) + LEN(message); local
431 * Stop at newline or at some limit. Don't look beyond the end of the
437 if (cp >= beyond)
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 5573 threading with a jump beyond the delay slot insn.
5793 /* Check if there is an immediately preceding branch to the insn beyond
5800 where the preceding branch is to the insn beyond the barrier (simple
6396 rtx_insn *next, *beyond;
6471 /* A syntax error might cause beyond to be NULL_RTX. */
6473 beyond = next_active_insn (as_a<rtx_insn *> (temp));
6475 if (beyond
6476 && (JUMP_P (beyond)
6477 || ((beyond = next_active_insn (beyond))
6386 rtx_insn *next, *beyond; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 5573 threading with a jump beyond the delay slot insn.
5793 /* Check if there is an immediately preceding branch to the insn beyond
5800 where the preceding branch is to the insn beyond the barrier (simple
6396 rtx_insn *next, *beyond;
6471 /* A syntax error might cause beyond to be NULL_RTX. */
6473 beyond = next_active_insn (as_a<rtx_insn *> (temp));
6475 if (beyond
6476 && (JUMP_P (beyond)
6477 || ((beyond = next_active_insn (beyond))
6386 rtx_insn *next, *beyond; local
    [all...]

Completed in 44 milliseconds