Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindLevel1.c45 int stepResult = unw_step(&cursor1); in unwind_phase1() local
46 if (stepResult == 0) { in unwind_phase1()
51 } else if (stepResult < 0) { in unwind_phase1()
142 int stepResult = unw_step(&cursor2); in unwind_phase2() local
143 if (stepResult == 0) { in unwind_phase2()
148 } else if (stepResult < 0) { in unwind_phase2()
DUnwind-EHABI.cpp457 int stepResult = unw_step(&cursor1); in unwind_phase1() local
458 if (stepResult == 0) { in unwind_phase1()
463 } else if (stepResult < 0) { in unwind_phase1()
589 int stepResult = unw_step(&cursor2); in unwind_phase2() local
590 if (stepResult == 0) { in unwind_phase2()
595 } 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()