Searched refs:max_stage (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dxtensa-isa.c417 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
/haiku-buildtools/legacy/binutils/bfd/
H A Dxtensa-isa.c415 int i, stage, max_stage = XTENSA_UNDEFINED;
425 if (stage > max_stage)
426 max_stage = stage;
430 return max_stage + 1;
413 int i, stage, max_stage = XTENSA_UNDEFINED; local

Completed in 111 milliseconds