Searched refs:roffset (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 536 int32_t roffset = offset + clength; in minLengthInChars() local 539 if (roffset < maxOffset) { in minLengthInChars() 540 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 566 int32_t roffset = offset + 2; in minLengthInChars() local 572 if (roffset < maxOffset) { in minLengthInChars() 573 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 583 int32_t roffset = offset; in minLengthInChars() local 587 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) { in minLengthInChars() 588 uint32_t jce = ceList->get(roffset); in minLengthInChars() 603 if (roffset == offset) { in minLengthInChars() [all …]
|
/external/libvncserver/test/ |
D | tjunittest.c | 75 int roffset=tjRedOffset[pf]; in initBuf() local 107 buf[index*ps+roffset]=255; in initBuf() 114 buf[index*ps+roffset]=255; in initBuf() 146 int roffset=tjRedOffset[pf]; in checkBuf() local 162 r=buf[index*ps+roffset]; in checkBuf() 214 printf("%.3d/%.3d/%.3d ", buf[(row*w+col)*ps+roffset], in checkBuf()
|
D | bmp.c | 75 static const int roffset[BMPPIXELFORMATS]={0, 0, 2, 2, 3, 1}; variable 101 dstptr0[roffset[dstformat]]=srcptr0[roffset[srcformat]]; in pixelconvert() 152 (*buf)[j*dstpitch+i*ps[f]+roffset[f]]=(unsigned char)(pixel[0]*255/scalefactor); in loadppm()
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 90 int roffset=tjRedOffset[pf]; in initBuf() local 144 buf[index*ps+roffset]=255; in initBuf() 151 buf[index*ps+roffset]=255; in initBuf() 183 int roffset=tjRedOffset[pf]; in checkBuf() local 229 r=buf[index*ps+roffset]; in checkBuf() 285 printf("%.3d/%.3d/%.3d ", buf[(row*w+col)*ps+roffset], in checkBuf()
|
/external/kernel-headers/original/uapi/linux/ |
D | scif_ioctl.h | 154 __s64 roffset; member
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | calc_back_project.cl | 93 __constant float * ranges, int roffset) 98 ranges += roffset;
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 155 int roffset = TJ.getRedOffset(pf); in initBuf() local 207 buf[index + roffset] = (byte)255; in initBuf() 212 buf[index + roffset] = (byte)255; in initBuf() 307 int roffset = TJ.getRedOffset(pf); in checkBuf() local 356 byte r = buf[index + roffset]; in checkBuf() 413 int r = buf[pitch * row + col * ps + roffset]; in checkBuf()
|
/external/robolectric/v3/libs/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |