HomeSort by relevance Sort by last modified time
    Searched refs:boffset (Results 1 - 8 of 8) 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/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 310 const int boffset = b_width_log2(BLOCK_64X64) - bsl;
311 const char pcval0 = ~(0xe << boffset);
312 const char pcval1 = ~(0xf << boffset);
334 int boffset = mi_width_log2(BLOCK_64X64) - bsl;
338 assert(boffset >= 0);
341 above |= (above_ctx[i] & (1 << boffset));
343 left |= (left_ctx[i] & (1 << boffset));
  /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:__anon26142::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 575 bitset_bindex boffset; local
616 boffset = windex * BITSET_WORD_BITS;
626 windex--, boffset -= BITSET_WORD_BITS,
636 list[count++] = boffset + bcount;
639 *next = n_bits - (boffset + bcount);
651 boffset = windex * BITSET_WORD_BITS;
655 *next = n_bits - (boffset + 1);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2430 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 160 milliseconds