Home
last modified time | relevance | path

Searched refs:REAL_SIZE_TP (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c20 #define REAL_SIZE_TP(tp) PyInt_AsLong( \ macro
22 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op))
172 max_len = REAL_SIZE_TP(type); in structseq_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c20 #define REAL_SIZE_TP(tp) PyInt_AsLong( \ macro
22 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op))
172 max_len = REAL_SIZE_TP(type); in structseq_new()