HomeSort by relevance Sort by last modified time
    Searched refs:maxindex (Results 1 - 2 of 2) 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/fio/
goptions.c 49 unsigned int maxindex; member in struct:gopt_str_val
784 if (index + 1 <= g->maxindex) {
854 g->maxindex = i - 1;
    [all...]

Completed in 92 milliseconds