Searched refs:scopePy (Results 1 – 1 of 1) sorted by relevance
1147 PyObject *scopePy = PyTuple_GetItem(args, 1); in call_ompd_get_icv_from_scope() local1150 ompd_scope_t scope = (ompd_scope_t)PyLong_AsLong(scopePy); in call_ompd_get_icv_from_scope()1346 PyObject *scopePy = PyTuple_GetItem(args, 0); in call_ompd_get_tool_data() local1347 ompd_scope_t scope = (ompd_scope_t)(PyLong_AsLong(scopePy)); in call_ompd_get_tool_data()1393 PyObject *scopePy = PyTuple_GetItem(args, 1); in call_ompd_get_icv_string_from_scope() local1396 ompd_scope_t scope = (ompd_scope_t)PyLong_AsLong(scopePy); in call_ompd_get_icv_string_from_scope()