Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c536 size_t nbytes; in new_arena() local
747 PyObject_Malloc(size_t nbytes) in PyObject_Malloc()
1176 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc()
1393 _PyMem_DebugMalloc(size_t nbytes) in _PyMem_DebugMalloc()
1398 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc()
1410 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc()
1415 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc()
1433 _PyObject_DebugMallocApi(char id, size_t nbytes) in _PyObject_DebugMallocApi()
1474 size_t nbytes; in _PyObject_DebugFreeApi() local
1487 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) in _PyObject_DebugReallocApi()
[all …]
Dobject.c2320 PyMem_Malloc(size_t nbytes) in PyMem_Malloc()
2326 PyMem_Realloc(void *p, size_t nbytes) in PyMem_Realloc()
Dtupleobject.c82 Py_ssize_t nbytes = size * sizeof(PyObject *); in PyTuple_New() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c571 size_t nbytes; in new_arena() local
790 PyObject_Malloc(size_t nbytes) in PyObject_Malloc()
1225 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc()
1442 _PyMem_DebugMalloc(size_t nbytes) in _PyMem_DebugMalloc()
1447 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc()
1459 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc()
1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc()
1482 _PyObject_DebugMallocApi(char id, size_t nbytes) in _PyObject_DebugMallocApi()
1523 size_t nbytes; in _PyObject_DebugFreeApi() local
1536 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) in _PyObject_DebugReallocApi()
[all …]
Dobject.c2341 PyMem_Malloc(size_t nbytes) in PyMem_Malloc()
2347 PyMem_Realloc(void *p, size_t nbytes) in PyMem_Realloc()
Dtupleobject.c82 Py_ssize_t nbytes = size * sizeof(PyObject *); in PyTuple_New() local
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dutils.h24 size_t nbytes; member
/device/linaro/bootloader/arm-trusted-firmware/lib/utils/
Dmem_region.c56 uintptr_t addr, size_t nbytes) in mem_region_in_array_chk()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmd5module.c63 Py_ssize_t nbytes; in md5_update() local
292 Py_ssize_t nbytes; in MD5_new() local
Dshamodule.c441 Py_ssize_t nbytes; in SHA_update() local
576 Py_ssize_t nbytes; in SHA_new() local
Dmd5.c324 md5_append(md5_state_t *pms, const md5_byte_t *data, unsigned int nbytes) in md5_append()
DcPickle.c218 Py_ssize_t nbytes; in Pdata_grow() local
1086 size_t nbytes; in save_long() local
3540 char *nbytes; in load_counted_long() local
4286 load_extension(Unpicklerobject *self, int nbytes) in load_extension()
5087 noload_extension(Unpicklerobject *self, int nbytes) in noload_extension()
Darraymodule.c419 size_t nbytes; in newarrayobject() local
677 Py_ssize_t nbytes; in array_repeat() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ioctl.py38 def _check_ioctl_mutate_len(self, nbytes=None): argument
Dtest_marshal.py29 def to_little_endian_string(value, nbytes): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dbitset.c10 int nbytes = NBYTES(nbits); in newbitset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dbitset.c10 int nbytes = NBYTES(nbits); in newbitset() local
/device/linaro/hikey/hifi/xaf/host-apf/playback/
Dxa_playback.c265 unsigned int nbytes) in xa_playback_buf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dssl.py236 def recv_into(self, buffer, nbytes=None, flags=0): argument
260 def recvfrom_into(self, buffer, nbytes=None, flags=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c312 Py_ssize_t nbytes; in _pysqlite_fetch_one_row() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmd5.c324 md5_append(md5_state_t *pms, const md5_byte_t *data, unsigned int nbytes) in md5_append()
DcPickle.c218 size_t nbytes; in Pdata_grow() local
1055 size_t nbytes; in save_long() local
3506 char *nbytes; in load_counted_long() local
4251 load_extension(Unpicklerobject *self, int nbytes) in load_extension()
5052 noload_extension(Unpicklerobject *self, int nbytes) in noload_extension()
Darraymodule.c419 size_t nbytes; in newarrayobject() local
677 Py_ssize_t nbytes; in array_repeat() local
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c501 size_t clen, nbytes; in __wcsconv() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c3581 int j, nbytes, ncodes = d_bytecode / 255; in assemble_lnotab() local
3607 int j, nbytes, ncodes = d_lineno / 255; in assemble_lnotab() local

12