OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxindex
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java
279
int
maxindex
=m_firstFree>>>m_SHIFT; // %REVIEW% (m_firstFree+1?)
local
285
while(index<=
maxindex
)
351
int
maxindex
=m_firstFree>>>m_SHIFT;
local
354
while(index<=
maxindex
)
362
if(index<
maxindex
)
475
int
maxindex
=m_firstFree>>>m_SHIFT;
local
478
for(;bindex<
maxindex
;++bindex)
489
block=m_map[
maxindex
];
492
return offset+
maxindex
*m_blocksize;
/external/quake/quake/src/QW/client/
d_sprite.c
27
static int minindex,
maxindex
;
variable
212
lmaxindex =
maxindex
;
332
} while (i !=
maxindex
);
415
maxindex
= i;
/external/quake/quake/src/WinQuake/
d_sprite.cpp
27
static int minindex,
maxindex
;
variable
212
lmaxindex =
maxindex
;
332
} while (i !=
maxindex
);
415
maxindex
= i;
/external/qemu/target-arm/
op_helper.c
32
uint32_t rn, uint32_t
maxindex
)
43
if (index <
maxindex
) {
Completed in 67 milliseconds