HomeSort by relevance Sort by last modified time
    Searched refs:dptr (Results 51 - 64 of 64) sorted by null

1 23

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 239 unsigned char *dptr; local
241 dptr = b->predictor;
243 return vpx_get4x4sse_cs(sptr, be->src_stride, dptr, 16);
    [all...]
  /external/libpng/
pngread.c 657 png_bytep dptr = *dp++; local
659 png_read_row(png_ptr, rptr, dptr);
673 png_bytep dptr = *dp; local
674 png_read_row(png_ptr, NULL, dptr);
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 657 png_bytep dptr = *dp++; local
659 png_read_row(png_ptr, rptr, dptr);
673 png_bytep dptr = *dp; local
674 png_read_row(png_ptr, NULL, dptr);
    [all...]
  /external/skia/third_party/libpng/
pngread.c 654 png_bytep dptr = *dp++; local
656 png_read_row(png_ptr, rptr, dptr);
670 png_bytep dptr = *dp; local
671 png_read_row(png_ptr, NULL, dptr);
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1339 struct dntt_type_pointer dptr; member in union:dnttentry
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvfilter.cpp 443 uchar *sptr = 0, *dptr;
537 dptr = dst->data.ptr + dst_origin.y*dst->step + dst_origin.x*CV_ELEM_SIZE(dst_type);
576 y_func( rows + max_ky - anchor.y, dptr, dst->step, count, this );
579 dptr += dst->step*count;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 590 char *dptr, *sptr; local
645 dptr = PyBuffer_GetPointer(&view_dest, indices);
647 memcpy(dptr, sptr, view_src.itemsize);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 590 char *dptr, *sptr; local
645 dptr = PyBuffer_GetPointer(&view_dest, indices);
647 memcpy(dptr, sptr, view_src.itemsize);
    [all...]
  /external/python/cpython2/Objects/
abstract.c 590 char *dptr, *sptr; local
645 dptr = PyBuffer_GetPointer(&view_dest, indices);
647 memcpy(dptr, sptr, view_src.itemsize);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 1867 int64_t* dptr = reinterpret_cast<int64_t*>(ReadDW(ra_val + rb_val)); local
3831 int64_t* dptr = reinterpret_cast<int64_t*>(ReadDW(ra_val + offset)); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 978 milliseconds

1 23