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

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 535 int32_t roffset = offset + clength; local
538 if (roffset < maxOffset) {
539 rlength = minLengthInChars(ceList, roffset, history);
565 int32_t roffset = offset + 2; local
568 //history[roffset++] = -1;
569 //history[roffset++] = 1;
571 if (roffset < maxOffset) {
572 rlength = minLengthInChars(ceList, roffset, history);
582 int32_t roffset = offset; local
586 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);
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 269 roffset int64
329 f.err = CorruptInputError(f.roffset)
374 return CorruptInputError(f.roffset)
379 return CorruptInputError(f.roffset)
402 return CorruptInputError(f.roffset)
429 return CorruptInputError(f.roffset)
450 return CorruptInputError(f.roffset)
459 return CorruptInputError(f.roffset)
536 f.err = CorruptInputError(f.roffset)
587 f.err = CorruptInputError(f.roffset)
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 269 roffset int64
329 f.err = CorruptInputError(f.roffset)
374 return CorruptInputError(f.roffset)
379 return CorruptInputError(f.roffset)
402 return CorruptInputError(f.roffset)
429 return CorruptInputError(f.roffset)
450 return CorruptInputError(f.roffset)
459 return CorruptInputError(f.roffset)
536 f.err = CorruptInputError(f.roffset)
587 f.err = CorruptInputError(f.roffset)
    [all...]
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 56 __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/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 924 milliseconds