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

  /bootable/recovery/
screen_ui.h 204 int stage, max_stage; member in class:ScreenRecoveryUI
  /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 89 milliseconds