Searched refs:np_int (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 561 np_int(char *p, PyObject *v, const formatdef *f) in np_int() function 701 {'i', sizeof(int), INT_ALIGN, nu_int, np_int},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 599 np_int(char *p, PyObject *v, const formatdef *f) in np_int() function 766 {'i', sizeof(int), INT_ALIGN, nu_int, np_int},
|