OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_end
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/atari/stand/ahdilabel/
check.c
51
u_int32_t
i_end
, j_end;
local
87
i_end
= ptable->parts[i].start + ptable->parts[i].size - 1;
90
if (
i_end
>= ptable->secperunit) {
100
&& ptable->parts[j].start <=
i_end
) ||
102
j_end <=
i_end
)) {
119
ptable->parts[j].root <=
i_end
) {
/src/games/rogue/
move.c
244
short i, j,
i_end
, j_end, row, col;
local
254
i_end
= (rogue.row < (DROWS-2)) ? 1 : 0;
257
for (i = ((rogue.row > MIN_ROW) ? -1 : 0); i <=
i_end
; i++) {
room.c
136
short i, j,
i_end
, j_end;
local
141
i_end
= (row < (DROWS-2)) ? 1 : 0;
144
for (i = ((row > MIN_ROW) ? -1 : 0); i <=
i_end
; i++) {
/src/external/gpl2/diffutils/dist/src/
analyze.c
625
lin
i_end
= filevec[f].buffered_lines;
634
while (i <
i_end
&& !changed[i])
641
if (i ==
i_end
)
675
CORRESPONDING ==
I_END
means no such point has been found. */
676
corresponding = other_changed[j - 1] ? i :
i_end
;
684
while (i !=
i_end
&& equivs[start] == equivs[i])
622
lin
i_end
= filevec[f].buffered_lines;
local
/src/external/gpl2/xcvs/dist/diff/
analyze.c
638
int
i_end
= filevec[f].buffered_lines;
647
while (i <
i_end
&& changed[i] == 0)
654
if (i ==
i_end
)
688
CORRESPONDING ==
I_END
means no such point has been found. */
689
corresponding = other_changed[j - 1] ? i :
i_end
;
697
while (i !=
i_end
&& equivs[start] == equivs[i])
635
int
i_end
= filevec[f].buffered_lines;
local
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
2267
for (unsigned i = 0,
i_end
= DeclTypeInfo.size(); i <
i_end
; ++i) {
2278
for (unsigned i = DeclTypeInfo.size(),
i_end
= 0; i !=
i_end
; --i) {
2299
for (unsigned i = 0,
i_end
= DeclTypeInfo.size(); i <
i_end
; ++i) {
/src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.cc
1255
i_end
= yystack_.end ();
1256
i !=
i_end
; ++i)
/src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.tab.cc
1255
i_end
= yystack_.end ();
1256
i !=
i_end
; ++i)
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
326
for (unsigned i = 0,
i_end
= DeclTypeInfo.size(); i <
i_end
; ++i) {
SemaTemplateInstantiateDecl.cpp
4194
for (unsigned i = 0,
i_end
= OldProtoLoc.getNumParams(); i !=
i_end
;
Completed in 47 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026