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

  /src/external/mpl/dhcp/dist/omapip/
iscprint.c 68 isc_int64_t tmpi; local
222 tmpi = va_arg(ap, isc_int64_t);
224 tmpi = va_arg(ap, long int);
226 tmpi = va_arg(ap, int);
227 if (tmpi < 0) {
229 tmpui = -tmpi;
237 tmpui = tmpi;
  /src/external/gpl3/gcc/dist/gcc/
tree-complex.cc 1180 tree tmpr, tmpi; local
1183 br, bi, &tmpr, &tmpi);
1188 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi,
1230 add_phi_arg (imag_phi, tmpi, orig_to_join, UNKNOWN_LOCATION);
combine.cc 868 int tmpi = INSN_CODE (i3);
872 INSN_CODE (i3) = tmpi;
877 tmpi = INSN_CODE (i2);
881 INSN_CODE (i2) = tmpi;
898 tmpi = INSN_CODE (undobuf.other_insn);
903 INSN_CODE (undobuf.other_insn) = tmpi;
861 int tmpi = INSN_CODE (i3); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-complex.cc 1173 tree tmpr, tmpi; local
1176 br, bi, &tmpr, &tmpi);
1181 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi,
1223 add_phi_arg (imag_phi, tmpi, orig_to_join, UNKNOWN_LOCATION);
combine.cc 870 int tmpi = INSN_CODE (i3);
874 INSN_CODE (i3) = tmpi;
879 tmpi = INSN_CODE (i2);
883 INSN_CODE (i2) = tmpi;
900 tmpi = INSN_CODE (undobuf.other_insn);
905 INSN_CODE (undobuf.other_insn) = tmpi;
863 int tmpi = INSN_CODE (i3); local
  /src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c 2817 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2894 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2895 tmpi++;
2899 tmpi--;
2901 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
  /src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c 2815 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2892 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2893 tmpi++;
2897 tmpi--;
2899 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
  /src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c 2815 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2892 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2893 tmpi++;
2897 tmpi--;
2899 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
  /src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c 2815 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2892 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2893 tmpi++;
2897 tmpi--;
2899 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);

Completed in 80 milliseconds