HomeSort by relevance Sort by last modified time
    Searched refs:PyMem_NEW (Results 1 - 25 of 71) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymem.h 92 #define PyMem_New(type, n) \
95 #define PyMem_NEW(type, n) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymem.h 92 #define PyMem_New(type, n) \
95 #define PyMem_NEW(type, n) \
  /external/python/cpython2/Include/
pymem.h 92 #define PyMem_New(type, n) \
95 #define PyMem_NEW(type, n) \
  /external/python/cpython3/Include/
pymem.h 141 #define PyMem_New(type, n) \
144 #define PyMem_NEW(type, n) \
  /external/python/cpython3/Objects/stringlib/
join.h 43 buffers = PyMem_NEW(Py_buffer, seqlen);
  /external/python/cpython2/Modules/
glmodule.c 254 if ((arg2 = PyMem_NEW(double, arg1 )) == NULL) {
261 if ((arg4 = PyMem_NEW(double, arg3 )) == NULL) {
288 if ((arg5 = PyMem_NEW(double, s_nctl*t_nctl*ncoords )) == NULL) {
336 if ((arg2 = PyMem_NEW(double, arg1 )) == NULL) {
360 if ((arg4 = PyMem_NEW(double, npoints*ncoords )) == NULL) {
404 if ((data = PyMem_NEW(double, npoints*ncoords)) == NULL) {
435 if ((pickbuffer = PyMem_NEW(short, pickbuffersize)) == NULL) {
    [all...]
almodule.c 170 param->value.ptr = PyMem_NEW(int, param->sizeIn);
176 param->value.ptr = PyMem_NEW(long long, param->sizeIn);
216 pvs = PyMem_NEW(ALpv, npvs);
217 pinfo = PyMem_NEW(ALparamInfo, npvs);
1183 PVbuffer = PyMem_NEW(long, length);
    [all...]
_localemodule.c 318 ws1 = PyMem_NEW(wchar_t, len1);
327 ws2 = PyMem_NEW(wchar_t, len2);
selectmodule.c 240 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
241 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
242 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
1037 evs = PyMem_New(struct epoll_event, maxevents);
    [all...]
sunaudiodev.c 84 ctldev = PyMem_NEW(char, strlen(basedev) + 4);
  /external/python/cpython3/PC/
winreg.c 551 *retDataBuf = (BYTE *)PyMem_NEW(DWORD, 1);
569 *retDataBuf = (BYTE *)PyMem_NEW(DWORD64, 1);
599 *retDataBuf = (BYTE *)PyMem_NEW(wchar_t, 1);
638 *retDataBuf = (BYTE *)PyMem_NEW(char,
685 *retDataBuf = (BYTE *)PyMem_NEW(char, view.len);
740 wchar_t **str = PyMem_New(wchar_t *, s);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 317 ws1 = PyMem_NEW(wchar_t, len1);
326 ws2 = PyMem_NEW(wchar_t, len2);
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 635 buffer = PyMem_NEW(char, bufferSize);
  /external/python/cpython2/PC/
_winreg.c 758 *retDataBuf = (BYTE *)PyMem_NEW(DWORD, 1);
795 *retDataBuf = (BYTE *)PyMem_NEW(DWORD, *retDataSize);
848 *retDataBuf = (BYTE *)PyMem_NEW(char,
    [all...]
  /external/python/cpython3/Objects/
structseq.c 358 members = PyMem_NEW(PyMemberDef, n_members-n_unnamed_members+1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
selectmodule.c 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
1037 evs = PyMem_New(struct epoll_event, maxevents);
    [all...]
  /external/python/cpython3/Python/
getargs.c 331 freelist.entries = PyMem_NEW(freelistentry_t, max);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
1003 evs = PyMem_New(struct epoll_event, maxevents);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 251 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
252 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
253 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
1003 evs = PyMem_New(struct epoll_event, maxevents);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 504 members = PyMem_NEW(PyMemberDef, n_members-n_unnamed_members+1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 503 members = PyMem_NEW(PyMemberDef, n_members-n_unnamed_members+1);
  /external/python/cpython2/Objects/
structseq.c 504 members = PyMem_NEW(PyMemberDef, n_members-n_unnamed_members+1);
  /external/python/cpython3/Modules/
selectmodule.c 235 rfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
236 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
237 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1);
1091 fds = PyMem_NEW(struct pollfd, limit.rlim_cur);
    [all...]

Completed in 1232 milliseconds

1 2 3