Searched refs:nsi (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/atari/atari/
H A Dmachdep.c660 struct si_callback *si, *psi, *nsi; local
665 nsi = si->next;
673 psi->next = nsi;
675 si_callbacks = nsi;
677 si = nsi;
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c229 int nsi; local
241 nsi = 2;
244 nsi = 1;
258 ftprintf(fp, T("n%d:"), nsi);
264 ftprintf(fp, T(" xmlns:n%d"), nsi++);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c1323 strinfo *nsi; local
1328 nsi = new_strinfo (si->ptr, si->idx, si->nonzero_chars, si->full_string_p);
1329 nsi->stmt = si->stmt;
1330 nsi->alloc = si->alloc;
1331 nsi->endptr = si->endptr;
1332 nsi->first = si->first;
1333 nsi->prev = si->prev;
1334 nsi->next = si->next;
1335 nsi->writable = si->writable;
1336 set_strinfo (si->idx, nsi);
1517 strinfo *nsi; local
[all...]
H A Dcfgexpand.c5790 gimple_stmt_iterator nsi = gsi; local
5886 gsi = nsi;
5887 gsi_next (&nsi);
5888 if (gsi_end_p (nsi))
5890 stmt = gsi_stmt (nsi);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc1459 strinfo *nsi; local
1464 nsi = new_strinfo (si->ptr, si->idx, si->nonzero_chars, si->full_string_p);
1465 nsi->stmt = si->stmt;
1466 nsi->alloc = si->alloc;
1467 nsi->endptr = si->endptr;
1468 nsi->first = si->first;
1469 nsi->prev = si->prev;
1470 nsi->next = si->next;
1471 nsi->writable = si->writable;
1472 set_strinfo (si->idx, nsi);
1653 strinfo *nsi; local
[all...]
H A Dcfgexpand.cc5981 gimple_stmt_iterator nsi = gsi;
6070 gsi = nsi;
6071 gsi_next (&nsi);
6072 if (gsi_end_p (nsi))
6074 stmt = gsi_stmt (nsi);
5955 gimple_stmt_iterator nsi = gsi; local

Completed in 260 milliseconds