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.c77 static const int boffset[BMPPIXELFORMATS]={2, 2, 0, 0, 1, 3}; variable
103 dstptr0[boffset[dstformat]]=srcptr0[boffset[srcformat]]; in pixelconvert()
154 (*buf)[j*dstpitch+i*ps[f]+boffset[f]]=(unsigned char)(pixel[2]*255/scalefactor); in loadppm()
/external/libjpeg-turbo/
Dtjunittest.c92 int boffset=tjBlueOffset[pf]; in initBuf() local
146 buf[index*ps+boffset]=255; in initBuf()
185 int boffset=tjBlueOffset[pf]; in checkBuf() local
231 b=buf[index*ps+boffset]; in checkBuf()
286 buf[(row*w+col)*ps+goffset], buf[(row*w+col)*ps+boffset]); in checkBuf()
/external/libjpeg-turbo/java/
DTJUnitTest.java148 int boffset = TJ.getBlueOffset(pf); in initBuf() local
200 buf[index + boffset] = (byte)255; in initBuf()
300 int boffset = TJ.getBlueOffset(pf); in checkBuf() local
349 byte b = buf[index + boffset]; in checkBuf()
406 int b = buf[pitch * row + col * ps + boffset]; in checkBuf()
/external/fio/
Dio_u.c1558 uint64_t boffset; in small_content_scramble() local
1566 boffset = io_u->offset; in small_content_scramble()
1575 offset = (io_u->start_time.tv_usec ^ boffset) & 511; in small_content_scramble()
1579 memcpy(p + offset, &boffset, sizeof(boffset)); in small_content_scramble()
1584 boffset += 512; in small_content_scramble()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2370 int boffset = in single_motion_search() local
2373 step_param = VPXMAX(step_param, boffset); in single_motion_search()
Dvp9_encodeframe.c2325 int boffset = b_mi_row / 2 * cm->mb_cols + b_mi_col / 2; in set_source_var_based_partition() local
2327 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()