HomeSort by relevance Sort by last modified time
    Searched refs:boffset (Results 1 - 13 of 13) 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/owasp/sanitizer/src/main/org/owasp/html/
Strings.java 76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) {
77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; }
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i);
  /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:__anon32199::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/fio/
io_u.c 1400 uint64_t boffset; local
1408 boffset = io_u->offset;
1417 offset = (io_u->start_time.tv_usec ^ boffset) & 511;
1421 memcpy(p + offset, &boffset, sizeof(boffset));
1426 boffset += 512;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 2364 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 2425 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/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 811 milliseconds