HomeSort by: relevance | last modified time | path
    Searched refs:next1 (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
wide-int-print.cc 100 char buf2[20], next1[19], next2[19]; local
113 memcpy (next1, buf, 19);
118 memcpy (buf + l + (c - i - 1) * 19, next1, 19);
119 memcpy (next1, buf + (i + 1) * 19, 19);
123 memcpy (buf + l + i * 19, next1, 19);
combine.cc 1323 struct insn_link *next1;
1331 FOR_EACH_LOG_LINK (next1, link)
1333 rtx_insn *link1 = next1->insn;
1347 for (nextlinks = next1->next; nextlinks;
1359 for (next1 = links->next; next1; next1 = next1->next)
1361 rtx_insn *link1 = next1->insn;
1314 struct insn_link *next1; local
  /src/external/gpl2/diffutils/dist/src/
side.c 31 static lin next0, next1; variable
40 next0 = next1 = - files[0].prefix_lines;
207 lin i0 = next0, i1 = next1;
231 next1 = limit1;
267 next1 = first1 = j;
275 next1 = j;
  /src/external/gpl2/xcvs/dist/diff/
side.c 31 static int next0, next1; variable
41 next0 = next1 = - files[0].prefix_lines;
225 int i0 = next0, i1 = next1;
244 next1 = limit1;
277 next1 = first1 = j;
286 next1 = j;
  /src/external/gpl3/gdb/dist/gdb/
buildsym.c 94 struct pending *next, *next1; local
96 for (next = m_file_symbols; next != NULL; next = next1)
98 next1 = next->next;
102 for (next = m_global_symbols; next != NULL; next = next1)
104 next1 = next->next;
208 struct pending *next, *next1; local
294 for (next = *listhead; next; next = next1)
296 next1 = next->next;
  /src/external/gpl3/gdb.old/dist/gdb/
buildsym.c 94 struct pending *next, *next1; local
96 for (next = m_file_symbols; next != NULL; next = next1)
98 next1 = next->next;
102 for (next = m_global_symbols; next != NULL; next = next1)
104 next1 = next->next;
208 struct pending *next, *next1; local
294 for (next = *listhead; next; next = next1)
296 next1 = next->next;
  /src/external/gpl3/binutils/dist/include/
doubly-linked-list.h 246 LTYPE *next1 = node1->next; \
259 if (next1 != NULL) \
260 next1->prev = node2; \
  /src/external/gpl3/binutils.old/dist/include/
doubly-linked-list.h 246 LTYPE *next1 = node1->next; \
259 if (next1 != NULL) \
260 next1->prev = node2; \
  /src/external/gpl3/binutils/dist/ld/
ldmisc.c 845 char next1 = *src;
846 int hex1 = hexdecode (next1);
856 else if (next1 == '[')
844 char next1 = *src; local
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.c 812 char next1 = *src;
813 int hex1 = hexdecode (next1);
823 else if (next1 == '[')
811 char next1 = *src; local
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 2082 node *next1 = next; local
2085 gn->div_nest_level, next1);
2089 node *next1 = next; local
2092 gn->div_nest_level, next1);
2306 node *next1 = next; local
2316 return new dbreak_node(this, nn, state, div_nest_level, next1);
2453 node *next1 = next; local
2463 return new dbreak_node(this, n1, state, div_nest_level, next1);
2617 node *next1 = next; local
2620 return new italic_corrected_node(this, ic, state, div_nest_level, next1);
5037 node *next1 = res->next; local
    [all...]
  /src/external/bsd/tmux/dist/
screen-redraw.c 357 goto next1;
368 next1:
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 1325 struct insn_link *next1;
1333 FOR_EACH_LOG_LINK (next1, link)
1335 rtx_insn *link1 = next1->insn;
1349 for (nextlinks = next1->next; nextlinks;
1361 for (next1 = links->next; next1; next1 = next1->next)
1363 rtx_insn *link1 = next1->insn;
1316 struct insn_link *next1; local
  /src/sys/net/
if_wg.c 3846 goto next1;
3850 next1: wg_put_session(wgs, &psref);

Completed in 67 milliseconds