Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_delch.c56 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]); in NCURSES_EXPORT() local
57 NCURSES_CH_T *temp1 = temp2 - 1; in NCURSES_EXPORT()
61 *temp1++ = *temp2++; in NCURSES_EXPORT()
H A Dlib_insch.c93 NCURSES_CH_T *temp2 = temp1 - 1; in NCURSES_EXPORT() local
99 *temp1-- = *temp2--; in NCURSES_EXPORT()
/freebsd-12.1/sys/arm/arm/
H A Dstdatomic.c449 uint32_t temp1, temp2; \
467 "=&r" (temp2) \
482 uint32_t negmask, temp1, temp2; \
507 "=&r" (temp2) \
522 uint32_t negmask, temp1, temp2; \
543 "=&r" (temp2) \
560 uint32_t temp1, temp2; \
575 "=&r" (temp2) \
633 uint32_t old, temp1, temp2; \
644 "=&r" (temp2) \
/freebsd-12.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp155 std::string temp1, temp2; in toString() local
158 packetTypeName(type, temp1,temp2); in toString()
159 oss << temp1 << " : " << temp2 << "; "; in toString()
165 packetTypeName(err_type, temp1,temp2); in toString()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c1155 temp2 = op0; in sparc_emit_set_symbolic_const64()
1161 temp2 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64()
1238 temp2 = op0; in sparc_emit_set_symbolic_const64()
1401 rtx temp2 = op0; in sparc_emit_set_const64_quick2() local
1410 temp2 = temp; in sparc_emit_set_const64_quick2()
1415 temp2 = temp; in sparc_emit_set_const64_quick2()
3073 temp2 = gen_reg_rtx (SImode); in legitimize_tls_address()
3102 temp2 = gen_reg_rtx (SImode); in legitimize_tls_address()
3130 temp2 = gen_reg_rtx (SImode); in legitimize_tls_address()
3141 temp2 = gen_reg_rtx (SImode); in legitimize_tls_address()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c65 NCURSES_CH_T *temp2 = temp1 - cells; in NCURSES_EXPORT() local
69 *temp1-- = *temp2--; in NCURSES_EXPORT()
/freebsd-12.1/contrib/ee/
H A Dee.c719 temp2=temp - 1;
815 *tp = *temp2;
817 temp2++;
846 *tp = *temp2;
848 temp2++;
3962 temp2++; in Format()
3966 *temp2 = '\0'; in Format()
4556 temp2++; in Auto_Format()
4560 *temp2 = '\0'; in Auto_Format()
5057 char *temp2; local
[all …]
/freebsd-12.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4657 sll temp1, 1, temp2
668 xor $2, temp2, $2
676 sll temp1, 8, temp2
682 xor $1, temp2, $1
691 sll temp1, 2, temp2
697 xor $2, temp2, $2
704 sll temp1, 16, temp2
715 xor $1, temp2, $1
727 sll temp1, 4, temp2
861 ! parameter 6 temp2
[all …]
/freebsd-12.1/contrib/telnet/telnet/
H A Dtelnet.c211 char *temp, temp2[10]; in DoBaudRate() local
228 if (NETROOM() < sizeof(temp2)) { in DoBaudRate()
233 snprintf(temp2, sizeof(temp2), "%c%c%c%c....%c%c", IAC, SB, TELOPT_COMPORT, in DoBaudRate()
237 memcpy(&temp2[4], &baudrate, sizeof(baudrate)); in DoBaudRate()
238 ring_supply_data(&netoring, temp2, sizeof(temp2)); in DoBaudRate()
239 printsub('>', &temp[2], sizeof(temp2) - 2); in DoBaudRate()
/freebsd-12.1/crypto/openssl/crypto/
H A Dmem_sec.c362 SH_LIST *temp, *temp2; in sh_remove_from_list() local
371 temp2 = temp->next; in sh_remove_from_list()
372 OPENSSL_assert(WITHIN_FREELIST(temp2->p_next) || WITHIN_ARENA(temp2->p_next)); in sh_remove_from_list()
/freebsd-12.1/sys/mips/mips/
H A Dstdatomic.c230 uint32_t negmask, temp1, temp2; \
250 "=&r" (temp2) \
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c151 uint32_t temp1, temp2; in trap_calc_crc32() local
178 temp2 = crc_table[((int)crc ^ *p++) & 0xFF]; in trap_calc_crc32()
179 crc = temp1 ^ temp2; in trap_calc_crc32()
/freebsd-12.1/contrib/dialog/
H A Dinputstr.c440 cchar_t temp2, *temp2p = &temp2; in dlg_index_columns() local
/freebsd-12.1/contrib/gcc/
H A Dexplow.c669 rtx temp2 = gen_reg_rtx (mode); in force_reg() local
670 insn = emit_move_insn (temp2, temp); in force_reg()
671 temp = temp2; in force_reg()
H A Dglobal.c1002 HARD_REG_SET temp, temp2; in prune_preferences() local
1008 CLEAR_HARD_REG_SET (temp2); in prune_preferences()
1019 IOR_HARD_REG_SET (temp2, in prune_preferences()
1025 IOR_HARD_REG_SET (temp, temp2); in prune_preferences()
H A Dexpmed.c3723 rtx temp2; in expand_sdiv_pow2() local
3731 temp2 = copy_to_mode_reg (mode, op0); in expand_sdiv_pow2()
3732 temp = expand_binop (mode, add_optab, temp2, GEN_INT (d-1), in expand_sdiv_pow2()
3737 temp2 = emit_conditional_move (temp2, LT, temp2, const0_rtx, in expand_sdiv_pow2()
3738 mode, temp, temp2, mode, 0); in expand_sdiv_pow2()
3739 if (temp2) in expand_sdiv_pow2()
3744 return expand_shift (RSHIFT_EXPR, mode, temp2, shift, NULL_RTX, 0); in expand_sdiv_pow2()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dfunctional117 * int temp2 = g2(x);
118 * int answer = f(temp1,temp2);
/freebsd-12.1/sys/gnu/dts/arm/
H A Daspeed-bmc-quanta-q71l.dts156 /* temp2 inlet */
H A Dimx6q-dmo-edmqmx6.dts279 temp2: ad7414@4d { label
/freebsd-12.1/sys/mips/nlm/dev/net/
H A Dxlpge.c1095 vm_paddr_t temp1, temp2; in get_buf() local
1110 temp2 = vtophys((vm_offset_t) m_new->m_data + 1536); in get_buf()
1111 KASSERT((temp1 + 1536) == temp2, in get_buf()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_dispatch_hier.h82 enum sched_type temp2 = scheds[i]; in sort() local
90 scheds[switch_index] = temp2; in sort()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c1787 unsigned HOST_WIDE_INT temp1, temp2; in arm_gen_constant() local
2002 temp2 = ARM_SIGN_EXTEND (temp1 - remainder); in arm_gen_constant()
2004 if (const_ok_for_arm (temp2)) in arm_gen_constant()
2014 GEN_INT (-temp2))); in arm_gen_constant()
2029 temp2 = remainder & 0x0000ffff; in arm_gen_constant()
2034 if ((((temp2 | (temp2 << i)) & 0xffffffff) == remainder) in arm_gen_constant()
2035 && !const_ok_for_arm (temp2)) in arm_gen_constant()
2040 insns = arm_gen_constant (code, mode, cond, temp2, new_src, in arm_gen_constant()
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c444 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp3, temp2, temp1, temp0, accv_); \
/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c2785 XML_AttrInfo *temp2; in storeAtts() local
2793 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts()
2794 if (temp2 == NULL) in storeAtts()
2796 attInfo = temp2; in storeAtts()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c7159 rtx this, temp1, temp2, insn, fnaddr; in mips_output_mi_thunk() local
7178 temp2 = gen_rtx_REG (Pmode, 3); in mips_output_mi_thunk()
7207 addr = mips_add_offset (temp2, temp1, vcall_offset); in mips_output_mi_thunk()

12