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

/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c38 int stepResult = unw_step(&cursor1); local
39 if (stepResult == 0) {
44 } else if (stepResult < 0) {
135 int stepResult = unw_step(&cursor2); local
136 if (stepResult == 0) {
141 } else if (stepResult < 0) {
H A DUnwind-EHABI.cpp449 int stepResult = unw_step(&cursor1); local
450 if (stepResult == 0) {
455 } else if (stepResult < 0) {
579 int stepResult = unw_step(&cursor2); local
580 if (stepResult == 0) {
585 } else if (stepResult < 0) {
/external/svox/pico/lib/
H A Dpicoctrl.c755 picodata_step_result_t stepResult; local
762 stepResult = this->control->step(this->control,/* mode */0,&ui);
763 if (PICODATA_PU_ERROR != stepResult) {
779 if ((PICODATA_PU_IDLE == stepResult) && (PICO_EOF == rv)) {
782 } else if (PICODATA_PU_ERROR == stepResult) {

Completed in 537 milliseconds