Searched refs:np_long (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 593 np_long(char *p, PyObject *v, const formatdef *f) in np_long() function 703 {'l', sizeof(long), LONG_ALIGN, nu_long, np_long},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 631 np_long(char *p, PyObject *v, const formatdef *f) in np_long() function 768 {'l', sizeof(long), LONG_ALIGN, nu_long, np_long},
|