HomeSort by relevance Sort by last modified time
    Searched full:roffset (Results 1 - 9 of 9) 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 78 static const int roffset[BMPPIXELFORMATS]={0, 0, 2, 2, 3, 1}; variable
104 dstptr0[roffset[dstformat]]=srcptr0[roffset[srcformat]];
155 (*buf)[j*dstpitch+i*ps[f]+roffset[f]]=(unsigned char)(pixel[0]*255/scalefactor);
  /external/libvncserver/common/
turbojpeg.c 292 #define TORGB(PS, ROFFSET, GOFFSET, BOFFSET) { \
299 dst[RGB_RED]=src[ROFFSET]; \
352 #define FROMRGB(PS, ROFFSET, GOFFSET, BOFFSET, SETALPHA) { \
359 dst[ROFFSET]=src[RGB_RED]; \
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 592 uint64_t ROffset = getROffset(Rel);
598 Result = ROffset + RelocatedSec->sh_addr;
600 Result = ROffset;
  /external/clang/include/clang/Basic/
SourceManager.h 483 bool getCachedResult(unsigned LOffset, unsigned ROffset) const {
487 if (RQueryFID != CommonFID) ROffset = RCommonOffset;
494 if (LOffset == ROffset)
497 return LOffset < ROffset;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 663 Value *ROffset = EmitGEPOffset(GEPRHS);
669 Type *RHSIndexTy = ROffset->getType();
673 ROffset = Builder->CreateTrunc(ROffset, LHSIndexTy);
679 LOffset, ROffset);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 866 milliseconds