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 | 898 bp_uint(char *p, PyObject *v, const formatdef *f) in bp_uint() function 1000 {'H', 2, 0, bu_uint, bp_uint}, 1002 {'I', 4, 0, bu_uint, bp_uint}, 1004 {'L', 4, 0, bu_uint, bp_uint},
|