Searched refs:boffset (Results 1 – 9 of 9) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SuballocatedIntVector.java | 474 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/ |
D | Strings.java | 76 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/ |
D | tjunittest.c | 77 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()
|
D | bmp.c | 77 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/ |
D | tjunittest.c | 92 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/ |
D | TJUnitTest.java | 148 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/ |
D | io_u.c | 1558 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/ |
D | vp9_rdopt.c | 2370 int boffset = in single_motion_search() local 2373 step_param = VPXMAX(step_param, boffset); in single_motion_search()
|
D | vp9_encodeframe.c | 2325 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()
|