Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DUnwindLevel1.c37 int stepResult = unw_step(&cursor1); in unwind_phase1() local
38 if (stepResult == 0) { in unwind_phase1()
43 } else if (stepResult < 0) { in unwind_phase1()
131 int stepResult = unw_step(&cursor2); in unwind_phase2() local
132 if (stepResult == 0) { in unwind_phase2()
137 } else if (stepResult < 0) { in unwind_phase2()
DUnwind-EHABI.cpp452 int stepResult = unw_step(&cursor1); in unwind_phase1() local
453 if (stepResult == 0) { in unwind_phase1()
458 } else if (stepResult < 0) { in unwind_phase1()
577 int stepResult = unw_step(&cursor2); in unwind_phase2() local
578 if (stepResult == 0) { in unwind_phase2()
583 } 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()