Home
last modified time | relevance | path

Searched refs:boffset (Results 1 – 9 of 9) 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/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) { in regionMatchesIgnoreCase() argument
77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; } in regionMatchesIgnoreCase()
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i); in regionMatchesIgnoreCase()
/external/libvncserver/test/
Dtjunittest.c77 int boffset=tjBlueOffset[pf]; in initBuf() local
109 buf[index*ps+boffset]=255; in initBuf()
148 int boffset=tjBlueOffset[pf]; in checkBuf() local
164 b=buf[index*ps+boffset]; in checkBuf()
215 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]); in checkBuf()
Dbmp.c80 static const int boffset[BMPPIXELFORMATS]={2, 2, 0, 0, 1, 3}; variable
106 dstptr0[boffset[dstformat]]=srcptr0[boffset[srcformat]]; in pixelconvert()
157 (*buf)[j*dstpitch+i*ps[f]+boffset[f]]=(unsigned char)(pixel[2]*255/scalefactor); in loadppm()
/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.c575 bitset_bindex boffset; in lbitset_list_reverse() local
616 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()
626 windex--, boffset -= BITSET_WORD_BITS, in lbitset_list_reverse()
636 list[count++] = boffset + bcount; in lbitset_list_reverse()
639 *next = n_bits - (boffset + bcount); in lbitset_list_reverse()
651 boffset = windex * BITSET_WORD_BITS; in lbitset_list_reverse()
655 *next = n_bits - (boffset + 1); in lbitset_list_reverse()
/external/fio/
Dio_u.c1398 uint64_t boffset; in small_content_scramble() local
1406 boffset = io_u->offset; in small_content_scramble()
1415 offset = (io_u->start_time.tv_usec ^ boffset) & 511; in small_content_scramble()
1419 memcpy(p + offset, &boffset, sizeof(boffset)); in small_content_scramble()
1424 boffset += 512; in small_content_scramble()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2246 int boffset = 2 * (b_width_log2_lookup[BLOCK_64X64] - in single_motion_search() local
2248 step_param = MAX(step_param, boffset); in single_motion_search()
Dvp9_encodeframe.c1612 int boffset = b_mi_row / 2 * cm->mb_cols + in set_source_var_based_partition() local
1615 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()