HomeSort by relevance Sort by last modified time
    Searched refs:PyMem_Resize (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymem.h 105 #define PyMem_Resize(p, type, n) \
108 #define PyMem_RESIZE(p, type, n) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymem.h 105 #define PyMem_Resize(p, type, n) \
108 #define PyMem_RESIZE(p, type, n) \
  /external/python/cpython2/Include/
pymem.h 105 #define PyMem_Resize(p, type, n) \
108 #define PyMem_RESIZE(p, type, n) \
  /external/python/cpython3/Include/
pymem.h 154 #define PyMem_Resize(p, type, n) \
157 #define PyMem_RESIZE(p, type, n) \
  /external/python/cpython3/Modules/
_csv.c 561 PyMem_Resize(field_new, Py_UCS4, field_size_new);
1088 PyMem_Resize(rec_new, Py_UCS4, rec_size_new);
    [all...]
_elementtree.c     [all...]

Completed in 88 milliseconds