HomeSort by relevance Sort by last modified time
    Searched refs:max_stage (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
screen_ui.h 204 int stage, max_stage; member in class:ScreenRecoveryUI
screen_ui.cpp 84 max_stage(-1),
163 if (max_stage != -1) {
166 int x = (ScreenWidth() - max_stage * gr_get_width(stageMarkerEmpty)) / 2;
168 for (int i = 0; i < max_stage; ++i) {
729 max_stage = max;
  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 417 static int max_stage = XTENSA_UNDEFINED;
420 if (max_stage != XTENSA_UNDEFINED)
421 return max_stage + 1;
431 if (stage > max_stage)
432 max_stage = stage;
436 return max_stage + 1;
415 static int max_stage = XTENSA_UNDEFINED; local
    [all...]

Completed in 290 milliseconds