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