Searched refs:stepResult (Results 1 – 3 of 3) sorted by relevance
37 int stepResult = unw_step(&cursor1); in unwind_phase1() local38 if (stepResult == 0) { in unwind_phase1()43 } else if (stepResult < 0) { in unwind_phase1()131 int stepResult = unw_step(&cursor2); in unwind_phase2() local132 if (stepResult == 0) { in unwind_phase2()137 } else if (stepResult < 0) { in unwind_phase2()
452 int stepResult = unw_step(&cursor1); in unwind_phase1() local453 if (stepResult == 0) { in unwind_phase1()458 } else if (stepResult < 0) { in unwind_phase1()577 int stepResult = unw_step(&cursor2); in unwind_phase2() local578 if (stepResult == 0) { in unwind_phase2()583 } else if (stepResult < 0) { in unwind_phase2()
755 picodata_step_result_t stepResult; in picoctrl_engFetchOutputItemBytes() local762 stepResult = this->control->step(this->control,/* mode */0,&ui); in picoctrl_engFetchOutputItemBytes()763 if (PICODATA_PU_ERROR != stepResult) { in picoctrl_engFetchOutputItemBytes()779 if ((PICODATA_PU_IDLE == stepResult) && (PICO_EOF == rv)) { in picoctrl_engFetchOutputItemBytes()782 } else if (PICODATA_PU_ERROR == stepResult) { in picoctrl_engFetchOutputItemBytes()