/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/bison/lib/ |
D | ebitset.c | 573 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()
|
D | lbitset.c | 575 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/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/fio/ |
D | io_u.c | 1398 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/libjpeg-turbo/java/ |
D | TJUnitTest.java | 157 int boffset = TJ.getBlueOffset(pf); in initBuf() local 209 buf[index + boffset] = (byte)255; in initBuf() 309 int boffset = TJ.getBlueOffset(pf); in checkBuf() local 358 byte b = buf[index + boffset]; in checkBuf() 415 int b = buf[pitch * row + col * ps + boffset]; in checkBuf()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 165 const int boffset = bid * 36; /* block-hist offset in the work-group */ 166 const int hid = tid - boffset; /* histogram bin id, (0 - 35) */ 172 __local float* smem = squares + boffset;
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2278 int boffset = in single_motion_search() local 2281 step_param = VPXMAX(step_param, boffset); in single_motion_search()
|
D | vp9_encodeframe.c | 1613 int boffset = b_mi_row / 2 * cm->mb_cols + in set_source_var_based_partition() local 1616 d16[j] = cpi->source_diff_var + offset + boffset; in set_source_var_based_partition()
|