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

  /src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd 88 goto next2
93 :next2 label
  /src/external/cddl/osnet/dist/tools/ctf/common/
list.c 196 list_t *list1, *next2; local
207 next2 = list2->l_next;
219 list2 = next2;
  /src/external/gpl3/gcc/dist/gcc/
wide-int-print.cc 100 char buf2[20], next1[19], next2[19]; local
117 memcpy (next2, buf + (c - i - 1) * 19, 19);
120 memcpy (buf + l + i * 19, next2, 19);
  /src/external/mit/lua/dist/src/
lstate.c 148 CallInfo *next2 = next->next; /* next's next */ local
149 ci->next = next2; /* remove next from the list */
152 if (next2 == NULL)
155 next2->previous = ci;
156 ci = next2; /* continue */
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 2239 rtx_insn *next2 = emit_move_ccc_after (add.dest, plus, next);
2241 INSN_UID (next2), INSN_UID (next), add.regno, msize);
2242 next = next2;
2238 rtx_insn *next2 = emit_move_ccc_after (add.dest, plus, next); local

Completed in 23 milliseconds