Searched refs:RANGE_ERROR (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _struct.c | 296 #define RANGE_ERROR(state, x, f, flag, mask) return _range_error(state, f, flag) macro 631 RANGE_ERROR(state, x, f, 0, -1); in np_int() 648 RANGE_ERROR(state, y, f, 1, -1); in np_uint() 897 RANGE_ERROR(state, x, f, 0, 0xffffL); in bp_int() 900 RANGE_ERROR(state, x, f, 0, 0xffffffffL); in bp_int() 923 RANGE_ERROR(state, x, f, 1, maxint - 1); in bp_uint() 1112 RANGE_ERROR(state, x, f, 0, 0xffffL); in lp_int() 1115 RANGE_ERROR(state, x, f, 0, 0xffffffffL); in lp_int() 1138 RANGE_ERROR(state, x, f, 1, maxint - 1); in lp_uint()
|
Completed in 6 milliseconds