Searched defs:mysize (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 339 Py_ssize_t mysize; in bytearray_iconcat() local 373 Py_ssize_t mysize; in bytearray_repeat() local 398 Py_ssize_t mysize; in bytearray_irepeat() local 2443 lstrip_helper(unsigned char *myptr, Py_ssize_t mysize, in lstrip_helper() 2453 rstrip_helper(unsigned char *myptr, Py_ssize_t mysize, in rstrip_helper() 2470 Py_ssize_t left, right, mysize, argsize; in bytearray_strip() local 2506 Py_ssize_t left, right, mysize, argsize; in bytearray_lstrip() local 2539 Py_ssize_t left, right, mysize, argsize; in bytearray_rstrip() local 2614 Py_ssize_t mysize = Py_SIZE(self); in bytearray_join() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 325 const Py_ssize_t mysize = Py_SIZE(self); in bytearray_repeat() local 347 const Py_ssize_t mysize = Py_SIZE(self); in bytearray_irepeat() local 1869 Py_ssize_t mysize, byteslen; in bytearray_strip_impl_helper() local
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 374 unsigned long mysize = (inHeader->nFilledLen - mInputOffset); in onQueueFilled() local
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 99814 __le64 mysize; member
|
H A D | vmlinux_600.h | 99814 __le64 mysize; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 100402 __le64 mysize; member
|
H A D | vmlinux_518.h | 100402 __le64 mysize; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 82067 __le64 mysize; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 91798 __le64 mysize; member
|