Home
last modified time | relevance | path

Searched refs:boffset (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java474 int boffset=index&m_MASK; in indexOf() local
482 for(int offset=boffset;offset<m_blocksize;++offset) in indexOf()
485 boffset=0; // after first in indexOf()
490 for(int offset=boffset;offset<maxoffset;++offset) in indexOf()
524 int boffset=m_firstFree&m_MASK; in lastIndexOf() local
531 for(int offset=boffset; offset>=0; --offset) in lastIndexOf()
534 boffset=0; // after first in lastIndexOf()
/external/oprofile/libpp/
Dcallgraph_container.cpp131 : pc(p), profile(pr), b(bfd), boffset(boff), image(iid), in call_data()
145 if (start > boffset) { in caller_sym()
147 caller_to_key(start - boffset), in caller_sym()
148 caller_to_key(end - boffset)); in caller_sym()
184 get_symbol_by_filepos(b, boffset, off, i); in callee_sym()
189 callee_end = bfdsym->size() + bfdsym->filepos() - boffset; in callee_sym()
209 << " offset " << boffset << " app " in verbose_bfd()
241 u32 boffset; member in __anonaf8e7faa0111::call_data
/external/bison/lib/
Debitset.c573 bitset_bindex boffset; in ebitset_list_reverse() local
604 boffset = windex * BITSET_WORD_BITS; in ebitset_list_reverse()
626 list[count++] = boffset + bcount; in ebitset_list_reverse()
629 *next = n_bits - (boffset + bcount); in ebitset_list_reverse()
635 boffset -= BITSET_WORD_BITS; in ebitset_list_reverse()
642 boffset = eindex * EBITSET_ELT_BITS - BITSET_WORD_BITS; in ebitset_list_reverse()
646 *next = n_bits - (boffset + 1); in ebitset_list_reverse()
Dlbitset.c574 bitset_bindex boffset; in lbitset_list_reverse() local
615 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()
625 windex--, boffset -= BITSET_WORD_BITS, in lbitset_list_reverse()
635 list[count++] = boffset + bcount; in lbitset_list_reverse()
638 *next = n_bits - (boffset + bcount); in lbitset_list_reverse()
650 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()
654 *next = n_bits - (boffset + 1); in lbitset_list_reverse()