Home
last modified time | relevance | path

Searched refs:i_end (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/atari/stand/ahdilabel/
H A Dcheck.c51 u_int32_t i_end, j_end; in ahdi_checklabel() local
87 i_end = ptable->parts[i].start + ptable->parts[i].size - 1; in ahdi_checklabel()
90 if (i_end >= ptable->secperunit) { in ahdi_checklabel()
100 && ptable->parts[j].start <= i_end) || in ahdi_checklabel()
102 j_end <= i_end)) { in ahdi_checklabel()
119 ptable->parts[j].root <= i_end) { in ahdi_checklabel()
/netbsd-src/games/rogue/
H A Dmove.c244 short i, j, i_end, j_end, row, col; in next_to_something() local
254 i_end = (rogue.row < (DROWS-2)) ? 1 : 0; in next_to_something()
257 for (i = ((rogue.row > MIN_ROW) ? -1 : 0); i <= i_end; i++) { in next_to_something()
H A Droom.c136 short i, j, i_end, j_end; in light_passage() local
141 i_end = (row < (DROWS-2)) ? 1 : 0; in light_passage()
144 for (i = ((row > MIN_ROW) ? -1 : 0); i <= i_end; i++) { in light_passage()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c635 int i_end = filevec[f].buffered_lines; local
644 while (i < i_end && changed[i] == 0)
651 if (i == i_end)
686 corresponding = other_changed[j - 1] ? i : i_end;
694 while (i != i_end && equivs[start] == equivs[i])
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c622 lin i_end = filevec[f].buffered_lines; in shift_boundaries() local
631 while (i < i_end && !changed[i]) in shift_boundaries()
638 if (i == i_end) in shift_boundaries()
673 corresponding = other_changed[j - 1] ? i : i_end; in shift_boundaries()
681 while (i != i_end && equivs[start] == equivs[i]) in shift_boundaries()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2267 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in getInnermostNonParenChunk() local
2278 for (unsigned i = DeclTypeInfo.size(), i_end = 0; i != i_end; --i) { in getOutermostNonParenChunk() local
2299 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isFunctionDeclarator() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.cc1254 i_end = yystack_.end (); in yy_stack_print_() local
1255 i != i_end; ++i) in yy_stack_print_()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction() local
H A DSemaTemplateInstantiateDecl.cpp4194 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType() local