| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_crypto.c | 1104 struct value vtemp; local 1149 memset(&vtemp, 0, sizeof(vtemp)); 1150 vtemp.tstamp = ep->tstamp; 1151 vtemp.fstamp = ep->fstamp; 1152 vtemp.vallen = ep->vallen; 1153 vtemp.ptr = (u_char *)ep->pkt; 1154 len = crypto_send(fp, &vtemp, start); 1244 if ((rval = crypto_alice(peer, &vtemp)) == XEVNT_OK) { 1245 len = crypto_send(fp, &vtemp, start) [all...] |
| /src/bin/ksh/ |
| var.c | 27 static struct tbl vtemp; variable in typeref:struct:tbl 191 vp = &vtemp; 269 vp = &vtemp; 421 struct tbl *vp = &vtemp;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-riscv.c | 2305 int vtemp = (ip->insn_opcode >> OP_SH_VFUNCT6) & OP_MASK_VFUNCT6; local 2319 if (vtemp != 0) 2321 /* Masked. Have vtemp to avoid overlap constraints. */ 2324 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); 2325 macro_build (NULL, "vmandnot.mm", "Vd,Vt,Vs", vd, vm, vtemp); 2330 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); 2331 macro_build (NULL, "vmandnot.mm", "Vd,Vt,Vs", vtemp, vm, vtemp); 2333 macro_build (NULL, "vmor.mm", "Vd,Vt,Vs", vd, vtemp, vd);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-riscv.c | 2305 int vtemp = (ip->insn_opcode >> OP_SH_VFUNCT6) & OP_MASK_VFUNCT6; local 2319 if (vtemp != 0) 2321 /* Masked. Have vtemp to avoid overlap constraints. */ 2324 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); 2325 macro_build (NULL, "vmandnot.mm", "Vd,Vt,Vs", vd, vm, vtemp); 2330 macro_build (NULL, vmslt_vx, "Vd,Vt,sVm", vtemp, vs2, vs1, -1); 2331 macro_build (NULL, "vmandnot.mm", "Vd,Vt,Vs", vtemp, vm, vtemp); 2333 macro_build (NULL, "vmor.mm", "Vd,Vt,Vs", vd, vtemp, vd);
|
| /src/external/bsd/libpcap/dist/ |
| gencode.c | 5837 bpf_u_int32 vtemp; local 5839 vtemp = v1; 5841 v2 = vtemp; 5960 bpf_u_int32 vtemp; local 5962 vtemp = v1; 5964 v2 = vtemp;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 9523 rtvec vtemp = gen_rtvec (2, copy_rtx (PATTERN (anchor)), 9525 rtx temp = gen_rtx_PARALLEL (VOIDmode, vtemp); 9542 rtvec vtemp = gen_rtvec (2, copy_rtx (PATTERN (anchor)), 9544 rtx temp = gen_rtx_PARALLEL (VOIDmode, vtemp); 9509 rtvec vtemp = gen_rtvec (2, copy_rtx (PATTERN (anchor)), local 9528 rtvec vtemp = gen_rtvec (2, copy_rtx (PATTERN (anchor)), local
|