Searched refs:lp_int (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 1035 lp_int(char *p, PyObject *v, const formatdef *f) in lp_int() function 1143 {'h', 2, 0, lu_int, lp_int}, 1145 {'i', 4, 0, lu_int, lp_int}, 1147 {'l', 4, 0, lu_int, lp_int},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 1078 lp_int(char *p, PyObject *v, const formatdef *f) in lp_int() function 1192 {'h', 2, 0, lu_int, lp_int}, 1194 {'i', 4, 0, lu_int, lp_int}, 1196 {'l', 4, 0, lu_int, lp_int},
|