HomeSort by: relevance | last modified time | path
    Searched defs:no_of_case_offsets (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 92 static long no_of_case_offsets = 0;
1108 case_offset_counter = no_of_case_offsets;
1360 no_of_case_offsets = last_immediate + 1;
1441 case_offset + no_of_case_offsets
1449 - (no_of_case_offsets
91 static long no_of_case_offsets = 0; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 92 static long no_of_case_offsets = 0;
1108 case_offset_counter = no_of_case_offsets;
1360 no_of_case_offsets = last_immediate + 1;
1441 case_offset + no_of_case_offsets
1449 - (no_of_case_offsets
91 static long no_of_case_offsets = 0; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 92 static long no_of_case_offsets = 0;
1108 case_offset_counter = no_of_case_offsets;
1360 no_of_case_offsets = last_immediate + 1;
1441 case_offset + no_of_case_offsets
1449 - (no_of_case_offsets
91 static long no_of_case_offsets = 0; variable
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 92 static long no_of_case_offsets = 0;
1108 case_offset_counter = no_of_case_offsets;
1360 no_of_case_offsets = last_immediate + 1;
1441 case_offset + no_of_case_offsets
1449 - (no_of_case_offsets
91 static long no_of_case_offsets = 0; variable

Completed in 19 milliseconds