Home
last modified time | relevance | path

Searched refs:stepResult (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DUnwindLevel1.c44 int stepResult = unw_step(cursor); in unwind_phase1() local
45 if (stepResult == 0) { in unwind_phase1()
50 } else if (stepResult < 0) { in unwind_phase1()
140 int stepResult = unw_step(cursor); in unwind_phase2() local
141 if (stepResult == 0) { in unwind_phase2()
146 } else if (stepResult < 0) { in unwind_phase2()
/external/svox/pico/lib/
Dpicoctrl.c755 picodata_step_result_t stepResult; in picoctrl_engFetchOutputItemBytes() local
762 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()