Searched refs:bp_uint (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 837 bp_uint(char *p, PyObject *v, const formatdef *f) in bp_uint() function 933 {'H', 2, 0, bu_uint, bp_uint}, 935 {'I', 4, 0, bu_uint, bp_uint}, 937 {'L', 4, 0, bu_uint, bp_uint},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 909 bp_uint(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) in bp_uint() function 1011 {'H', 2, 0, bu_uint, bp_uint}, 1013 {'I', 4, 0, bu_uint, bp_uint}, 1015 {'L', 4, 0, bu_uint, bp_uint},
|