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

  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 430 const int dshift = fCubicDShift; local
437 newx = oldx + (fCDx >> dshift);
441 newy = oldy + (fCDy >> dshift);
  /external/skia/src/core/
SkEdge.cpp 430 const int dshift = fCubicDShift; local
437 newx = oldx + (fCDx >> dshift);
441 newy = oldy + (fCDy >> dshift);
  /external/qemu/hw/core/
dma.c 60 int dshift; member in struct:dma_cont
140 r->now[ADDR] = r->base[ADDR] << d->dshift;
159 iport = (nport >> d->dshift) & 0x0f;
167 val = (r->base[COUNT] << d->dshift) - r->now[COUNT];
172 return (val >> (d->dshift + (ff << 3))) & 0xff;
181 iport = (nport >> d->dshift) & 0x0f;
198 iport = (nport >> d->dshift) & 0x0f;
286 iport = (nport >> d->dshift) & 0x0f;
460 write_cont (d, (0x0d << d->dshift), 0);
470 /* dshift = 0: 8 bit DMA, 1 = 16 bit DMA *
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 2743 int sshift, dshift; local
2798 int sshift, dshift; local
2854 int sshift, dshift; local
    [all...]
  /external/libpng/
pngrutil.c 3529 int sshift, dshift; local
3591 int sshift, dshift; local
3654 int sshift, dshift; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 2759 int sshift, dshift; local
2814 int sshift, dshift; local
2870 int sshift, dshift; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 817 int32_t dshift = 0; local
819 dshift = -1;
822 dshift = 1;
831 if (dshift != 0) {
844 dom += dshift;
856 dow += dshift;
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 817 int32_t dshift = 0; local
819 dshift = -1;
822 dshift = 1;
831 if (dshift != 0) {
844 dom += dshift;
856 dow += dshift;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 299 milliseconds