Home
last modified time | relevance | path

Searched refs:maxindex (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java279 int maxindex=m_firstFree>>>m_SHIFT; // %REVIEW% (m_firstFree+1?) in insertElementAt() local
285 while(index<=maxindex) in insertElementAt()
351 int maxindex=m_firstFree>>>m_SHIFT; in removeElementAt() local
354 while(index<=maxindex) in removeElementAt()
362 if(index<maxindex) in removeElementAt()
475 int maxindex=m_firstFree>>>m_SHIFT; in indexOf() local
478 for(;bindex<maxindex;++bindex) in indexOf()
489 block=m_map[maxindex]; in indexOf()
492 return offset+maxindex*m_blocksize; in indexOf()
/external/fio/
Dgoptions.c50 unsigned int maxindex; member
785 if (index + 1 <= g->maxindex) { in gopt_str_val_spin_wrapped()
855 g->maxindex = i - 1; in gopt_new_str_val()