Searched refs:lp_uint (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 1059 lp_uint(char *p, PyObject *v, const formatdef *f) in lp_uint() function 1144 {'H', 2, 0, lu_uint, lp_uint}, 1146 {'I', 4, 0, lu_uint, lp_uint}, 1148 {'L', 4, 0, lu_uint, lp_uint},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 1102 lp_uint(char *p, PyObject *v, const formatdef *f) in lp_uint() function 1193 {'H', 2, 0, lu_uint, lp_uint}, 1195 {'I', 4, 0, lu_uint, lp_uint}, 1197 {'L', 4, 0, lu_uint, lp_uint},
|