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