Searched refs:temp2 (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_delch.c57 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]); local
58 NCURSES_CH_T *temp1 = temp2 - 1;
62 *temp1++ = *temp2++;
H A Dlib_insch.c93 NCURSES_CH_T *temp2 = temp1 - 1; local
99 *temp1-- = *temp2--;
/freebsd-current/sys/arm/arm/
H A Dstdatomic.c196 uint32_t temp1, temp2; \
214 "=&r" (temp2) \
229 uint32_t negmask, temp1, temp2; \
254 "=&r" (temp2) \
269 uint32_t negmask, temp1, temp2; \
290 "=&r" (temp2) \
307 uint32_t temp1, temp2; \
322 "=&r" (temp2) \
380 uint32_t old, temp1, temp2; \
391 "=&r" (temp2) \
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c66 NCURSES_CH_T *temp2 = temp1 - cells; local
70 *temp1-- = *temp2--;
/freebsd-current/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp155 std::string temp1, temp2; local
158 packetTypeName(type, temp1,temp2);
159 oss << temp1 << " : " << temp2 << "; "; local
165 packetTypeName(err_type, temp1,temp2);
/freebsd-current/sys/dev/iicbus/rtc/
H A Drv3032.c267 int rv, temp2; local
277 temp2 = *temp;
280 } while (temp2 != *temp);
/freebsd-current/crypto/openssl/crypto/
H A Dmem_sec.c396 SH_LIST *temp, *temp2; local
405 temp2 = temp->next;
406 OPENSSL_assert(WITHIN_FREELIST(temp2->p_next) || WITHIN_ARENA(temp2->p_next));
/freebsd-current/contrib/telnet/telnet/
H A Dtelnet.c209 char *temp, temp2[11]; local
226 if (NETROOM() < sizeof(temp2)) {
231 snprintf(temp2, sizeof(temp2), "%c%c%c%c....%c%c", IAC, SB, TELOPT_COMPORT,
235 memcpy(&temp2[4], &baudrate, sizeof(baudrate));
236 ring_supply_data(&netoring, temp2, sizeof(temp2));
237 printsub('>', &temp[2], sizeof(temp2) - 2);
/freebsd-current/contrib/ee/
H A Dee.c688 unsigned char *temp2; /* temporary pointer */ local
713 temp2=temp - 1;
714 *temp= *temp2; /* shift characters over by one */
771 unsigned char *temp2; local
780 temp2 = tp = point;
809 *tp = *temp2;
811 temp2++;
828 temp2 = temp_buff->line;
840 *tp = *temp2;
842 temp2
3906 unsigned char *temp1, *temp2; local
4506 unsigned char *temp1, *temp2; local
5047 char *temp2; local
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c151 uint32_t temp1, temp2; local
178 temp2 = crc_table[((int)crc ^ *p++) & 0xFF];
179 crc = temp1 ^ temp2;
/freebsd-current/contrib/bc/src/
H A Dnum.c3662 BcNum temp, temp2, intn, frac; local
3677 bc_num_init(&temp2, n->len);
3715 bc_num_divmod(&frac, &vm->max, &temp, &temp2, 0);
3722 state1 = (BcRand) bc_num_bigdig2(&temp2);
3731 bc_num_divmod(&intn, &vm->max, &temp, &temp2, 0);
3733 // Because temp2 is the mod of vm->max, from above, it is guaranteed
3735 inc1 = (BcRand) bc_num_bigdig2(&temp2);
3740 bc_num_copy(&temp2, &temp);
3741 bc_num_mod(&temp2, &vm->max, &temp, 0);
3756 bc_num_free(&temp2);
3765 BcNum conv, temp1, temp2, temp3; local
[all...]
/freebsd-current/contrib/dialog/
H A Dinputstr.c444 cchar_t temp2, *temp2p = &temp2; local
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h94 enum sched_type temp2 = scheds[i];
102 scheds[switch_index] = temp2;
/freebsd-current/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-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl878 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp0,$temp1,$temp2)=map("x$_",(21..28));
981 mvn $temp2,$in2infty // -1/0 -> 0/-1
983 orr $acc0,$acc0,$temp2
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c3354 XML_AttrInfo *temp2; local
3395 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo,
3397 if (temp2 == NULL) {
3401 parser->m_attInfo = temp2;
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c127559 Hash temp2; local
176837 Expr *temp2 = tokenExpr(pParse,TK_ID,yymsp[0].minor.yy0); local
176845 Expr *temp2 = tokenExpr(pParse,TK_ID,yymsp[-2].minor.yy0); local
[all...]
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18756 uint64_t temp2 ; local
18762 arg2 = &temp2;
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h62980 uint8_t temp2; member in struct:hwrm_temp_monitor_query_output
[all...]

Completed in 981 milliseconds