Searched defs:dptr (Results 26 - 31 of 31) sorted by relevance
12
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 473 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_rec() argument
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 626 char *dptr, *sptr; in PyObject_CopyData() local
|
| H A D | memoryobject.c | 329 copy_base(const Py_ssize_t *shape, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_base() argument 359 copy_rec(const Py_ssize_t *shape, Py_ssize_t ndim, Py_ssize_t itemsize, char *dptr, const Py_ssize_t *dstrides, const Py_ssize_t *dsuboffsets, char *sptr, const Py_ssize_t *sstrides, const Py_ssize_t *ssuboffsets, char *mem) copy_rec() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mpegvideo_enc.c | 1166 uint8_t *dptr = p->f->data[plane] + 8 * (x + y * stride) + off; in skip_check() local
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp150.c | 1092 shrink_image (uint8_t * dptr, uint8_t * sptr, unsigned xs, unsigned w, in shrink_image() argument 1148 uint8_t *sptr, *dptr, *gptr, *cptr; in post_process_image_data() local
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 1649 int64_t dptr = ReadDW(ra_val + im_val); in ExecuteGeneric() local 2178 int64_t dptr = ReadDW(ra_val + rb_val); in ExecuteGeneric() local 3373 int64_t dptr = ReadDW(ra_val + offset); in ExecuteGeneric() local
|
Completed in 28 milliseconds
12