Searched refs:temp1 (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_delch.c57 NCURSES_CH_T *temp1 = temp2 - 1; local
60 while (temp1 < end)
61 *temp1++ = *temp2++;
63 *temp1 = blank;
H A Dlib_insch.c83 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
84 NCURSES_CH_T *temp2 = temp1 - 1;
89 while (temp1 > end)
90 *temp1-- = *temp2--;
92 *temp1 = _nc_render(win, wch);
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c60 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
61 NCURSES_CH_T *temp2 = temp1 - cells;
64 while (temp1 > end)
65 *temp1-- = *temp2--;
67 *temp1 = _nc_render(win, *wch);
69 SetWidecExt(temp1[cell], cell);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dsectioning.c483 char *temp1 = xmalloc (2 + strlen (temp));
484 sprintf (temp1, "%s\n", temp);
486 me_execute_string (temp1);
487 free (temp1);
481 char *temp1 = xmalloc (2 + strlen (temp)); local
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_ctrlr.c110 uint64_t temp1, temp2; local
131 temp1 = 0x00001b58000007d0LL;
135 temp1 = temp2 = 0x0LL;
142 chatham_write_8(ctrlr, 0x8020, temp1);
148 chatham_write_8(ctrlr, 0x8030, temp1);
150 chatham_write_8(ctrlr, 0x8040, temp1);
152 chatham_write_8(ctrlr, 0x8050, temp1);
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c1111 rtx temp1, temp2, temp3, temp4, temp5;
1132 sethi %hi(symbol), %temp1
1133 or %temp1, %lo(symbol), %reg */
1135 temp1 = temp; /* op0 is allowed. */
1137 temp1 = gen_reg_rtx (DImode);
1139 emit_insn (gen_rtx_SET (VOIDmode, temp1, gen_rtx_HIGH (DImode, op1)));
1140 emit_insn (gen_rtx_SET (VOIDmode, op0, gen_rtx_LO_SUM (DImode, temp1, op1)));
1152 sethi %h44(symbol), %temp1
1153 or %temp1, %m44(symbol), %temp2
1158 temp1
1107 rtx temp1, temp2, temp3, temp4, temp5; local
3063 rtx temp1, temp2, temp3, ret, o0, got, insn; local
[all...]
/freebsd-9.3-release/contrib/ee/
H A Dee.c3913 unsigned char *temp1, *temp2; local
3958 line = temp1 = point;
3959 while ((*temp1 != '\0') && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_length))
3961 *temp2 = *temp1;
3963 temp1++;
4510 unsigned char *temp1, *temp2; local
4552 line = temp1 = point;
4553 while ((*temp1 !
5056 char *temp1; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_trap_rcv.c161 uint32_t temp1, temp2; local
187 temp1 = (crc >> 8) & 0x00FFFFFFL;
189 crc = temp1 ^ temp2;
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddomain.c409 register char *temp1; local
414 temp1 = mxhosts[i];
416 mxhosts[j] = temp1;
H A Ddeliver.c6021 register char *temp1; local
6026 temp1 = mxhosts[i];
6028 mxhosts[j] = temp1;
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c46 int i, x, y, cur_x, cur_y, fpos, key = 0, dir, temp, temp1; local
357 temp1 = end_reached;
395 end_reached = temp1;
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_core.c1939 unsigned int temp, temp1; local
2066 temp1 = INB(bktr, BKTR_O_CONTROL);
2070 temp1 |= (BT848_O_CONTROL_SAT_U_MSB |
2076 temp1 &= ~(BT848_O_CONTROL_SAT_U_MSB |
2083 OUTB(bktr, BKTR_O_CONTROL, temp1);
2098 temp1 = INB(bktr, BKTR_O_CONTROL);
2101 temp1 |= BT848_O_CONTROL_SAT_V_MSB;
2105 temp1 &= ~BT848_O_CONTROL_SAT_V_MSB;
2110 OUTB(bktr, BKTR_O_CONTROL, temp1);
2125 temp1
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c1735 HOST_WIDE_INT temp1;
1748 temp1 = remainder & ((0x0ff << end)
1750 remainder &= ~temp1;
1790 unsigned HOST_WIDE_INT temp1, temp2;
1955 (temp1 = ARM_SIGN_EXTEND (remainder
1963 GEN_INT (temp1)));
1972 temp1 |= (1 << (set_sign_bit_copies - 1)) - 1;
1973 if (const_ok_for_arm (~temp1))
1980 GEN_INT (temp1)));
1995 temp1
1730 HOST_WIDE_INT temp1; local
1785 unsigned HOST_WIDE_INT temp1, temp2; local
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dtextbox.c546 bool temp, temp1; local
577 temp1 = obj->end_reached;
606 obj->end_reached = temp1;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c7177 rtx this, temp1, temp2, insn, fnaddr;
7195 temp1 = gen_rtx_REG (Pmode, 2);
7210 emit_move_insn (temp1, offset); local
7211 offset = temp1;
7222 emit_move_insn (temp1, gen_rtx_MEM (Pmode, this));
7225 addr = mips_add_offset (temp2, temp1, vcall_offset);
7228 emit_move_insn (temp1, gen_rtx_MEM (Pmode, addr));
7229 emit_insn (gen_add3_insn (this, this, temp1));
7249 temp1 = gen_rtx_REG (Pmode, PIC_FUNCTION_ADDR_REGNUM);
7250 mips_load_call_address (temp1, fnadd
7134 rtx this, temp1, temp2, insn, fnaddr; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c3327 char *temp1;
3344 compiler_version = temp1 = xstrdup (version_string);
3346 for (; *temp1; ++temp1)
3348 if (*temp1 == ' ')
3350 *temp1 = '\0';
3306 char *temp1; local
H A Dcombine.c4462 rtx temp1 = simplify_shift_const
4471 if (GET_CODE (temp1) != ASHIFTRT
4472 || GET_CODE (XEXP (temp1, 0)) != ASHIFT
4473 || XEXP (XEXP (temp1, 0), 0) != temp)
4474 return temp1;
6150 rtx temp1 = gen_rtx_SIGN_EXTEND (mode, new);
6154 if (rtx_cost (temp, SET) <= rtx_cost (temp1, SET))
6156 return temp1;
6344 rtx temp1 = gen_rtx_SIGN_EXTEND (pos_mode, pos_rtx);
6348 if (rtx_cost (temp1, SE
4445 rtx temp1 = simplify_shift_const local
6127 rtx temp1 = gen_rtx_SIGN_EXTEND (mode, new); local
6321 rtx temp1 = gen_rtx_SIGN_EXTEND (pos_mode, pos_rtx); local
[all...]
H A Dexpmed.c2275 rtx temp1;
2290 temp1 = expand_shift (left ? RSHIFT_EXPR : LSHIFT_EXPR,
2292 return expand_binop (mode, ior_optab, temp, temp1, target,
2266 rtx temp1; local
H A Doptabs.c4595 rtx temp1;
4625 temp1 = expand_shift (RSHIFT_EXPR, imode, from, integer_one_node,
4627 temp = expand_binop (imode, ior_optab, temp, temp1, temp, 1,
4573 rtx temp1; local
/freebsd-9.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c2158 vm_paddr_t temp1, temp2; local
2171 temp1 = vtophys((vm_offset_t) m_new->m_data);
2173 if ((temp1 + 1536) != temp2)
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.c605 vm_paddr_t temp1, temp2; local
619 temp1 = vtophys((vm_offset_t)m_new->m_data);
621 if ((temp1 + 1536) != temp2)
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp4311 symbol temp1 = get_name(1); local
4312 if (temp1.is_null()) {
4322 interpolate_string(temp1);
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
1036 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1038 ADD,L ht,temp1,ht ; ht += temp1
1068 EXTRD,U m,31,32,temp1 ; m >> 32
1070 ADD,L ht,temp1,ht ; ht+= m>>32
1328 EXTRD,U m,31,32,temp1 ; m >> 32
1330 ADD,L ht,temp1,h
[all...]
H A Dpa-risc2W.s249 LDD -16(%sp),m1_0 ; m1 = temp1
995 temp1 .reg %r20 ; only reg label
1023 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1025 ADD,L ht,temp1,ht ; ht += temp1
1055 EXTRD,U m,31,32,temp1 ; m >> 32
1057 ADD,L ht,temp1,ht ; ht+= m>>32
1315 EXTRD,U m,31,32,temp1 ; m >> 32
1317 ADD,L ht,temp1,h
[all...]

Completed in 788 milliseconds