Searched refs:np_uint (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 577 np_uint(char *p, PyObject *v, const formatdef *f) in np_uint() function 702 {'I', sizeof(int), INT_ALIGN, nu_uint, np_uint},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 615 np_uint(char *p, PyObject *v, const formatdef *f) in np_uint() function 767 {'I', sizeof(int), INT_ALIGN, nu_uint, np_uint},
|