HomeSort by relevance Sort by last modified time
    Searched refs:roffset (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 536 int32_t roffset = offset + clength; local
539 if (roffset < maxOffset) {
540 rlength = minLengthInChars(ceList, roffset, history);
566 int32_t roffset = offset + 2; local
569 //history[roffset++] = -1;
570 //history[roffset++] = 1;
572 if (roffset < maxOffset) {
573 rlength = minLengthInChars(ceList, roffset, history);
583 int32_t roffset = offset; local
587 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/libvncserver/test/
tjunittest.c 75 int roffset=tjRedOffset[pf]; local
107 buf[index*ps+roffset]=255;
114 buf[index*ps+roffset]=255;
146 int roffset=tjRedOffset[pf]; local
162 r=buf[index*ps+roffset];
214 printf("%.3d/%.3d/%.3d ", buf[(row*w+col)*ps+roffset],
bmp.c 75 static const int roffset[BMPPIXELFORMATS]={0, 0, 2, 2, 3, 1}; variable
101 dstptr0[roffset[dstformat]]=srcptr0[roffset[srcformat]];
152 (*buf)[j*dstpitch+i*ps[f]+roffset[f]]=(unsigned char)(pixel[0]*255/scalefactor);
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 65 __s64 roffset; member in struct:scifioctl_copy
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 143 * @roffset: offset in remote registered address space to/from
154 __s64 roffset; member in struct:scifioctl_copy
174 * @rval: value to write to roffset
  /external/libjpeg-turbo/
tjunittest.c 90 int roffset=tjRedOffset[pf]; local
144 buf[index*ps+roffset]=255;
151 buf[index*ps+roffset]=255;
183 int roffset=tjRedOffset[pf]; local
229 r=buf[index*ps+roffset];
285 printf("%.3d/%.3d/%.3d ", buf[(row*w+col)*ps+roffset],
  /external/libjpeg-turbo/java/
TJUnitTest.java 155 int roffset = TJ.getRedOffset(pf); local
207 buf[index + roffset] = (byte)255;
212 buf[index + roffset] = (byte)255;
307 int roffset = TJ.getRedOffset(pf); local
356 byte r = buf[index + roffset];
413 int r = buf[pitch * row + col * ps + roffset];
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68hc11.c 769 unsigned char roffset;
795 roffset = bfd_get_8 (abfd, contents + irel->r_offset + 1);
796 if (roffset != 3)
767 unsigned char roffset; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 969 milliseconds