Searched refs:lu_uint (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 964 lu_uint(const char *p, const formatdef *f) in lu_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 | 1021 lu_uint(const char *p, const formatdef *f) in lu_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},
|