Home
last modified time | relevance | path

Searched refs:roffset (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp535 int32_t roffset = offset + clength; in minLengthInChars() local
538 if (roffset < maxOffset) { in minLengthInChars()
539 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
565 int32_t roffset = offset + 2; in minLengthInChars() local
571 if (roffset < maxOffset) { in minLengthInChars()
572 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
582 int32_t roffset = offset; in minLengthInChars() local
586 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) { in minLengthInChars()
587 uint32_t jce = ceList->get(roffset); in minLengthInChars()
602 if (roffset == offset) { in minLengthInChars()
[all …]
/external/libvncserver/test/
Dtjunittest.c75 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()
Dbmp.c75 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/
Dtjunittest.c90 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/
Dscif_ioctl.h154 __s64 roffset; member
/external/libjpeg-turbo/java/
DTJUnitTest.java155 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()