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

12

/freebsd-11-stable/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.c92 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
93 NCURSES_CH_T *temp2 = temp1 - 1;
98 while (temp1 > end)
99 *temp1-- = *temp2--;
101 *temp1 = _nc_render(win, wch);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c64 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); local
65 NCURSES_CH_T *temp2 = temp1 - cells;
68 while (temp1 > end)
69 *temp1-- = *temp2--;
71 *temp1 = _nc_render(win, *wch);
73 SetWidecExt(temp1[cell], cell);
/freebsd-11-stable/sys/arm/arm/
H A Dstdatomic.c447 uint32_t temp1, temp2; \
464 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
480 uint32_t negmask, temp1, temp2; \
504 : "=&r" (old), "=m" (*mem32), "=&r" (temp1), \
520 uint32_t negmask, temp1, temp2; \
540 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
558 uint32_t temp1, temp2; \
572 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
631 uint32_t old, temp1, temp2; \
641 : "=&r" (old), "=m" (*mem), "=&r" (temp1), \
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dstdatomic.c228 uint32_t negmask, temp1, temp2; \
247 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c151 uint32_t temp1, temp2; local
177 temp1 = (crc >> 8) & 0x00FFFFFFL;
179 crc = temp1 ^ temp2;
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c1941 int temp, temp1; local
2068 temp1 = INB(bktr, BKTR_O_CONTROL);
2072 temp1 |= (BT848_O_CONTROL_SAT_U_MSB |
2078 temp1 &= ~(BT848_O_CONTROL_SAT_U_MSB |
2085 OUTB(bktr, BKTR_O_CONTROL, temp1);
2100 temp1 = INB(bktr, BKTR_O_CONTROL);
2103 temp1 |= BT848_O_CONTROL_SAT_V_MSB;
2107 temp1 &= ~BT848_O_CONTROL_SAT_V_MSB;
2112 OUTB(bktr, BKTR_O_CONTROL, temp1);
2127 temp1
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c1737 HOST_WIDE_INT temp1;
1750 temp1 = remainder & ((0x0ff << end)
1752 remainder &= ~temp1;
1792 unsigned HOST_WIDE_INT temp1, temp2;
1957 (temp1 = ARM_SIGN_EXTEND (remainder
1965 GEN_INT (temp1)));
1974 temp1 |= (1 << (set_sign_bit_copies - 1)) - 1;
1975 if (const_ok_for_arm (~temp1))
1982 GEN_INT (temp1)));
1997 temp1
1732 HOST_WIDE_INT temp1; local
1787 unsigned HOST_WIDE_INT temp1, temp2; local
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c578 bool temp, temp1; local
609 temp1 = obj->end_reached;
637 obj->end_reached = temp1;
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c845 register char *temp1; local
850 temp1 = mxhosts[i];
852 mxhosts[j] = temp1;
H A Ddeliver.c6333 register char *temp1; local
6338 temp1 = mxhosts[i];
6340 mxhosts[j] = temp1;
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c7202 rtx this, temp1, temp2, insn, fnaddr;
7220 temp1 = gen_rtx_REG (Pmode, 2);
7235 emit_move_insn (temp1, offset); local
7236 offset = temp1;
7247 emit_move_insn (temp1, gen_rtx_MEM (Pmode, this));
7250 addr = mips_add_offset (temp2, temp1, vcall_offset);
7253 emit_move_insn (temp1, gen_rtx_MEM (Pmode, addr));
7254 emit_insn (gen_add3_insn (this, this, temp1));
7274 temp1 = gen_rtx_REG (Pmode, PIC_FUNCTION_ADDR_REGNUM);
7275 mips_load_call_address (temp1, fnadd
7159 rtx this, temp1, temp2, insn, fnaddr; local
[all...]
/freebsd-11-stable/sys/mips/nlm/dev/net/
H A Dxlpge.c1093 vm_paddr_t temp1, temp2; local
1107 temp1 = vtophys((vm_offset_t) m_new->m_data);
1109 KASSERT((temp1 + 1536) == temp2,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h93 kmp_hier_layer_e temp1 = layers[i];
101 layers[switch_index] = temp1;
/freebsd-11-stable/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.c4599 rtx temp1;
4629 temp1 = expand_shift (RSHIFT_EXPR, imode, from, integer_one_node,
4631 temp = expand_binop (imode, ior_optab, temp, temp1, temp, 1,
4577 rtx temp1; local
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c2160 vm_paddr_t temp1, temp2; local
2173 temp1 = vtophys((vm_offset_t) m_new->m_data);
2175 if ((temp1 + 1536) != temp2)
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp4312 symbol temp1 = get_name(1); local
4313 if (temp1.is_null()) {
4323 interpolate_string(temp1);
/freebsd-11-stable/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...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c83348 Hash temp1; local
108152 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
108160 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
[all...]

Completed in 1078 milliseconds

12