Searched refs:PyInt_AsLong (Results 1 – 4 of 4) sorted by relevance
119 end = PyInt_AsLong (end_obj); in archpy_disassemble()143 count = PyInt_AsLong (count_obj); in archpy_disassemble()
382 *result = PyInt_AsLong (obj); in gdb_py_int_as_long()
68 #define PyInt_AsLong PyLong_AsLong macro
1270 long l = PyInt_AsLong (obj); in convert_value_from_python()