HomeSort by relevance Sort by last modified time
    Searched refs:boffset (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 474 int boffset=index&m_MASK; local
482 for(int offset=boffset;offset<m_blocksize;++offset)
485 boffset=0; // after first
490 for(int offset=boffset;offset<maxoffset;++offset)
524 int boffset=m_firstFree&m_MASK; local
531 for(int offset=boffset; offset>=0; --offset)
534 boffset=0; // after first
  /external/oprofile/libpp/
callgraph_container.cpp 131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid),
145 if (start > boffset) {
147 caller_to_key(start - boffset),
148 caller_to_key(end - boffset));
184 get_symbol_by_filepos(b, boffset, off, i);
189 callee_end = bfdsym->size() + bfdsym->filepos() - boffset;
209 << " offset " << boffset << " app "
241 u32 boffset; member in class:__anon9134::call_data
  /external/bison/lib/
ebitset.c 573 bitset_bindex boffset; local
604 boffset = windex * BITSET_WORD_BITS;
626 list[count++] = boffset + bcount;
629 *next = n_bits - (boffset + bcount);
635 boffset -= BITSET_WORD_BITS;
642 boffset = eindex * EBITSET_ELT_BITS - BITSET_WORD_BITS;
646 *next = n_bits - (boffset + 1);
lbitset.c 574 bitset_bindex boffset; local
615 boffset = windex * BITSET_WORD_BITS;
625 windex--, boffset -= BITSET_WORD_BITS,
635 list[count++] = boffset + bcount;
638 *next = n_bits - (boffset + bcount);
650 boffset = windex * BITSET_WORD_BITS;
654 *next = n_bits - (boffset + 1);

Completed in 440 milliseconds