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 134 int stage, max_stage; member in class:ScreenRecoveryUI
screen_ui.cpp 81 max_stage(-1),
152 if (max_stage != -1) {
155 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2;
157 for (int i = 0; i < max_stage; ++i) {
591 max_stage = max;
  /toolchain/binutils/binutils-2.25/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 169 milliseconds