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

  /external/qemu/hw/
dma.c 58 int dshift; member in struct:dma_cont
138 r->now[ADDR] = r->base[ADDR] << d->dshift;
157 iport = (nport >> d->dshift) & 0x0f;
165 val = (r->base[COUNT] << d->dshift) - r->now[COUNT];
170 return (val >> (d->dshift + (ff << 3))) & 0xff;
179 iport = (nport >> d->dshift) & 0x0f;
196 iport = (nport >> d->dshift) & 0x0f;
284 iport = (nport >> d->dshift) & 0x0f;
458 write_cont (d, (0x0d << d->dshift), 0);
468 /* dshift = 0: 8 bit DMA, 1 = 16 bit DMA *
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 2814 int sshift, dshift; local
2870 int sshift, dshift; local
2927 int sshift, dshift; local
3551 int sshift, dshift; local
3606 int sshift, dshift; local
3662 int sshift, dshift; local
    [all...]
pngvcrd.c 1039 int sshift, dshift; local
1095 int sshift, dshift; local
1152 int sshift, dshift; local
    [all...]
pnggccrd.c 2080 int sshift, dshift; local
2136 int sshift, dshift; local
2193 int sshift, dshift; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 123 dShift DN D5.U16
241 VDUP dShift,shift
253 VSHL dVRow0U16,dVRow0U16,dShift
254 VSHL dVRow1U16,dVRow1U16,dShift
  /external/libpng/
pngrutil.c 2759 int sshift, dshift; local
2814 int sshift, dshift; local
2870 int sshift, dshift; local
    [all...]
  /external/skia/legacy/src/core/
SkEdge.cpp 433 const int dshift = fCubicDShift; local
440 newx = oldx + (fCDx >> dshift);
444 newy = oldy + (fCDy >> dshift);
  /external/skia/src/core/
SkEdge.cpp 460 const int dshift = fCubicDShift; local
467 newx = oldx + (fCDx >> dshift);
471 newy = oldy + (fCDy >> dshift);
  /external/icu4c/i18n/
vtzone.cpp 816 int32_t dshift = 0; local
818 dshift = -1;
821 dshift = 1;
830 if (dshift != 0) {
843 dom += dshift;
855 dow += dshift;
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc     [all...]

Completed in 392 milliseconds