Searched refs:np_ulong (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 603 np_ulong(char *p, PyObject *v, const formatdef *f) in np_ulong() function 704 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 652 np_ulong(char *p, PyObject *v, const formatdef *f) in np_ulong() function 780 {'L', sizeof(long), LONG_ALIGN, nu_ulong, np_ulong},
|