Searched refs:stepResult (Results 1 – 2 of 2) sorted by relevance
44 int stepResult = unw_step(cursor); in unwind_phase1() local45 if (stepResult == 0) { in unwind_phase1()50 } else if (stepResult < 0) { in unwind_phase1()140 int stepResult = unw_step(cursor); in unwind_phase2() local141 if (stepResult == 0) { in unwind_phase2()146 } 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()