Searched refs:tmpi (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/bin/ksh/
H A Dsiglist.sh13 in=tmpi$$.c
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Discprint.c68 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;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c1166 tree tmpr, tmpi; local
1168 br, bi, &tmpr, &tmpi);
1171 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi,
1211 add_phi_arg (imag_phi, tmpi, orig_to_join, UNKNOWN_LOCATION);
H A Dcombine.c901 int tmpi = INSN_CODE (i3);
905 INSN_CODE (i3) = tmpi;
910 tmpi = INSN_CODE (i2);
914 INSN_CODE (i2) = tmpi;
931 tmpi = INSN_CODE (undobuf.other_insn);
936 INSN_CODE (undobuf.other_insn) = tmpi;
894 int tmpi = INSN_CODE (i3); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc1173 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);
H A Dcombine.cc870 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
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnfp-dis.c2806 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2883 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2884 tmpi++;
2888 tmpi--;
2890 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnfp-dis.c2808 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2885 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2886 tmpi++;
2890 tmpi--;
2892 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnfp-dis.c2806 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2883 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2884 tmpi++;
2888 tmpi--;
2890 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnfp-dis.c2808 int num_ctx, scs_cnt, addr_3rdparty32, pc, tmpi, tmpj; local
2885 for (tmpi = 1; tmpj > 9; tmpj /= 10)
2886 tmpi++;
2890 tmpi--;
2892 dinfo->fprintf_func (dinfo->stream, "%*c%d ", tmpi, '.', pc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c20534 int tmpi;
20537 #define SWAP_INT(X, Y) (tmpi = (X), (X) = (Y), (Y) = tmpi)
20457 int tmpi; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc20718 int tmpi;
20721 #define SWAP_INT(X, Y) (tmpi = (X), (X) = (Y), (Y) = tmpi)

Completed in 528 milliseconds