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

  /external/e2fsprogs/ext2ed/
main.c 466 int state_index=-1; local
476 state_index++;
477 if (state==state_index) {
487 state_index++;
488 if (state==state_index)
498 state_index++;
499 if (state==state_index)
507 state_index++;
508 if (state==state_index)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 336 const reg_entry *state_index = intel_state.index; local
370 if (!ret || !i386_intel_check(the_reg, base, state_index))
498 state_index = intel_state.index;
500 if (!i386_intel_check (the_reg, base, state_index)
507 ? state_index : intel_state.index)))

Completed in 104 milliseconds