HomeSort by relevance Sort by last modified time
    Searched defs:try_next (Results 1 - 2 of 2) sorted by null

  /device/google/dragon/recovery/updater/
update_fw.cpp 121 int try_next = cur_part == 'B' ? 0 : 1; local
131 vbnv_set_flag(spi, "fw_try_next", try_next);
  /external/pcre/dist2/src/
pcre2_study.c 887 BOOL try_next = TRUE; local
893 while (try_next) /* Loop for items in this branch */
1004 try_next = FALSE;
1032 if (rc == SSB_DONE) try_next = FALSE; else
1048 try_next = FALSE;
1139 try_next = FALSE;
    [all...]

Completed in 67 milliseconds