Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 23 of 23) sorted by relevance

/freebsd/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()
166 oss << "[" << temp1 << "]; "; in toString()
170 getAtomStr(temp1); in toString()
171 oss << temp1; in toString()
184 getBranchAddressStr(temp1); in toString()
185 oss << temp1; in toString()
189 getISyncStr(temp1); in toString()
190 oss << temp1; in toString()
194 getTSStr(temp1); in toString()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_delch.c58 NCURSES_CH_T *temp1 = temp2 - 1; in NCURSES_EXPORT() local
61 while (temp1 < end) in NCURSES_EXPORT()
62 *temp1++ = *temp2++; in NCURSES_EXPORT()
64 *temp1 = blank; in NCURSES_EXPORT()
H A Dlib_insch.c92 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in NCURSES_EXPORT() local
93 NCURSES_CH_T *temp2 = temp1 - 1; in NCURSES_EXPORT()
98 while (temp1 > end) in NCURSES_EXPORT()
99 *temp1-- = *temp2--; in NCURSES_EXPORT()
101 *temp1 = _nc_render(win, wch); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c65 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in NCURSES_EXPORT() local
66 NCURSES_CH_T *temp2 = temp1 - cells; in NCURSES_EXPORT()
69 while (temp1 > end) in NCURSES_EXPORT()
70 *temp1-- = *temp2--; in NCURSES_EXPORT()
72 *temp1 = _nc_render(win, *wch); in NCURSES_EXPORT()
74 SetWidecExt(temp1[cell], cell); in NCURSES_EXPORT()
/freebsd/sys/arm/arm/
H A Dstdatomic.c196 uint32_t temp1, temp2; \
213 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
229 uint32_t negmask, temp1, temp2; \
253 : "=&r" (old), "=m" (*mem32), "=&r" (temp1), \
269 uint32_t negmask, temp1, temp2; \
289 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
307 uint32_t temp1, temp2; \
321 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
380 uint32_t old, temp1, temp2; \
390 : "=&r" (old), "=m" (*mem), "=&r" (temp1), \
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4647 or $2, temp1, $2
650 xor temp1, $1, temp1
652 and temp1, ip5, temp1
670 xor temp1, $2, temp1
672 and temp1, ip4, temp1
685 xor temp1, $1, temp1
687 and temp1, temp2, temp1
698 xor temp1, $2, temp1
700 and temp1, ip2, temp1
717 xor temp1, $1, temp1
[all …]
/freebsd/contrib/ee/
H A Dee.c3951 line = temp1 = point; in Format()
3952 …while ((*temp1 != '\0') && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_lengt… in Format()
3954 *temp2 = *temp1; in Format()
3956 temp1++; in Format()
4548 …while ((*temp1 != '\0') && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_lengt… in Auto_Format()
4550 *temp2 = *temp1; in Auto_Format()
4552 temp1++; in Auto_Format()
5045 char *temp1; in catgetlocal() local
5049 if (temp1 != string) in catgetlocal()
5053 temp1 = temp2; in catgetlocal()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c151 uint32_t temp1, temp2; in trap_calc_crc32() local
177 temp1 = (crc >> 8) & 0x00FFFFFFL; in trap_calc_crc32()
179 crc = temp1 ^ temp2; in trap_calc_crc32()
/freebsd/contrib/dialog/
H A Dtextbox.c598 bool temp, temp1; in perform_search() local
627 temp1 = obj->end_reached; in perform_search()
655 obj->end_reached = temp1; in perform_search()
/freebsd/contrib/sendmail/src/
H A Ddomain.c1182 register char *temp1; local
1187 temp1 = mxhosts[i];
1189 mxhosts[j] = temp1;
H A Ddeliver.c7338 register char *temp1; local
7343 temp1 = mxhosts[i];
7345 mxhosts[j] = temp1;
/freebsd/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));
980 mvn $temp1,$in1infty // -1/0 -> 0/-1
982 orr $acc0,$acc0,$temp1
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-quanta-q71l.dts173 /* temp1 */
H A Daspeed-bmc-lenovo-hr630.dts171 /* temp1 inlet */
H A Daspeed-bmc-lenovo-hr855xg2.dts272 /* temp1 */
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-dmo-edmqmx6.dts259 temp1: ad7414@4c { label
/freebsd/contrib/bc/src/
H A Dnum.c3765 BcNum conv, temp1, temp2, temp3; in bc_num_createFromRNG() local
3780 bc_num_setup(&temp1, temp1_num, sizeof(temp1_num) / sizeof(BcDig)); in bc_num_createFromRNG()
3800 bc_num_mul(&conv, &vm->max, &temp1, 0); in bc_num_createFromRNG()
3804 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
3816 bc_num_mul(&conv, &vm->max, &temp1, 0); in bc_num_createFromRNG()
3820 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h93 kmp_hier_layer_e temp1 = layers[i]; in sort() local
101 layers[switch_index] = temp1; in sort()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2160a-bluebox3.dts224 temp1: temperature-sensor@4c { label
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-clearfog-gtr.dtsi384 temp1: nct75@4c { label
/freebsd/sys/dev/irdma/
H A Dirdma_ctrl.c3446 u64 qp_ctx, temp, temp1; in irdma_sc_ccq_get_cqe_info() local
3483 get_64bit_val(cqe, IRDMA_BYTE_16, &temp1); in irdma_sc_ccq_get_cqe_info()
3484 info->op_ret_val = (u32)FIELD_GET(IRDMA_CCQ_OPRETVAL, temp1); in irdma_sc_ccq_get_cqe_info()
3486 get_64bit_val(cqp->sq_base[wqe_idx].elem, IRDMA_BYTE_24, &temp1); in irdma_sc_ccq_get_cqe_info()
3487 info->op_code = (u8)FIELD_GET(IRDMA_CQPSQ_OPCODE, temp1); in irdma_sc_ccq_get_cqe_info()
/freebsd/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/contrib/sqlite3/
H A Dsqlite3.c126762 Hash temp1;
126769 temp1 = pSchema->tblHash;
126778 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
126782 sqlite3HashClear(&temp1);
175217 Expr *temp1 = tokenExpr(pParse,TK_ID,yymsp[-2].minor.yy0);
175219 yylhsminor.yy528 = sqlite3PExpr(pParse, TK_DOT, temp1, temp2);
175225 Expr *temp1 = tokenExpr(pParse,TK_ID,yymsp[-4].minor.yy0);
175230 sqlite3RenameTokenRemap(pParse, 0, temp1);
175232 yylhsminor.yy528 = sqlite3PExpr(pParse, TK_DOT, temp1, temp4);