Searched defs:i_end (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/atari/stand/ahdilabel/ |
H A D | check.c | 51 u_int32_t i_end, j_end; in ahdi_checklabel() local
|
/netbsd-src/games/rogue/ |
H A D | move.c | 244 short i, j, i_end, j_end, row, col; in next_to_something() local
|
H A D | room.c | 136 short i, j, i_end, j_end; in light_passage() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | QLParser.tab.cc | 1254 i_end = yystack_.end (); in yy_stack_print_() local
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | analyze.c | 635 int i_end = filevec[f].buffered_lines; local
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | analyze.c | 622 lin i_end = filevec[f].buffered_lines; in shift_boundaries() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2267 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/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 4194 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType() local
|