Searched refs:bu_int (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 719 bu_int(const char *p, const formatdef *f) in bu_int() function 932 {'h', 2, 0, bu_int, bp_int}, 934 {'i', 4, 0, bu_int, bp_int}, 936 {'l', 4, 0, bu_int, bp_int},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 785 bu_int(const char *p, const formatdef *f) in bu_int() function 988 {'h', 2, 0, bu_int, bp_int}, 990 {'i', 4, 0, bu_int, bp_int}, 992 {'l', 4, 0, bu_int, bp_int},
|