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

  /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:__anon11508::call_data
  /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/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);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 242 int bOffset = -1;
255 bOffset = inB.getPosition();
280 updateIndex(bOffset, bIndexMap, bIndex++, outCount);
282 bOffset = -1;
    [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 41 unsigned BOffset = SM.getFileOffset(B);
52 HighlightRange(R.getEditBuffer(FID), BOffset, EOffset,

Completed in 844 milliseconds