Home
last modified time | relevance | path

Searched refs:uo (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/tests/sys/netinet/libalias/
H A D2_natout.c133 struct udphdr *ui, *uo; variable
145 aport = ntohs(uo->uh_sport);
159 ui->uh_dport = uo->uh_sport;
219 aport = ntohs(uo->uh_sport);
240 UDP_UNNAT_CHECK(po, uo, ext, dport, masq, htons(uo->uh_sport), prv2, sport);
313 struct udphdr *uo; variable
325 aport = ntohs(uo->uh_sport);
332 aport = ntohs(uo->uh_sport);
339 aport = ntohs(uo->uh_sport);
344 aport = ntohs(uo->uh_sport);
[all …]
/freebsd-14.2/usr.bin/calendar/
H A Dcalendar.c166 double uo; in main() local
179 uo = mm + (100.0 * (ss / 60.0)); in main()
180 uo /= 60.0 / 100.0; in main()
181 uo = hh + uo / 100; in main()
183 UTCOffset = uo; in main()
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_palisade.c1504 } uo; in getdbl()
1508 uo.u32[0] = ntohl(ui.u32[1]); in getdbl()
1510 uo.u32[1] = ntohl(ui.u32[0]); in getdbl()
1512 return uo.out; in getdbl()
/freebsd-14.2/usr.sbin/pmcstudy/
H A Dpmcstudy.c558 double br, cl, cl2, cl3, uo, re, un, con, res, is; in br_mispredictib() local
574 uo = uops->vals[pos] * 1.0; in br_mispredictib()
583 uo = uops->sum * 1.0; in br_mispredictib()
588 res = (br/(br + cl + cl2 + cl3) * ((is - uo + con * re) / (con * un))); in br_mispredictib()
604 double br, cl, uo, uo_r, re, con, un, res; in br_mispredict_broad() local
619 uo = uops->vals[pos] * 1.0; in br_mispredict_broad()
626 uo = uops->sum * 1.0; in br_mispredict_broad()
630 res = br / (br + cl) * (uo - uo_r + con * re) / (un * con); in br_mispredict_broad()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_block.c1885 off_t ps, pss, po, pos, us, uss, uo, uos; in ctl_be_block_open_file() local
1942 uo = po = 0; in ctl_be_block_open_file()
1963 ctl_expand_number(value, &uo); in ctl_be_block_open_file()
1965 uos = uo / cbe_lun->blocksize; in ctl_be_block_open_file()
1967 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) { in ctl_be_block_open_file()
1996 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; in ctl_be_block_open_dev() local
2108 uo = po; in ctl_be_block_open_dev()
2129 ctl_expand_number(value, &uo); in ctl_be_block_open_dev()
2131 uos = uo / cbe_lun->blocksize; in ctl_be_block_open_dev()
2133 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) { in ctl_be_block_open_dev()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S378 p0 = dfcmp.uo(A,A) // force exception if enabled
H A Ddfdiv.S461 p0 = dfcmp.uo(B,B) // take possible exception
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp180 UnarySplitter(UnaryOperator &uo) : UO(uo) {} in UnarySplitter()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2245 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() argument
2247 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); in getMemberPointerConstant()
2248 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4550 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) { in stripARCUnbridgedCast() local
4551 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
4552 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr()); in stripARCUnbridgedCast()
4555 uo->getOperatorLoc(), false, in stripARCUnbridgedCast()
/freebsd-14.2/contrib/sendmail/
H A DPGPKEYS2932 MQh1NwhLjVjaEziDCLGxV/TqpK1Yn0vpjmdsaOe01XOxi2+uy/7uo/ArGqtjHSen
/freebsd-14.2/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1381 lkmUMHaEHjW1hxMV6EjJ6gwf99xH+uo//fv9ucOXa5/tiIA0TwaSW63S8qiHCcEE
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td4457 "$Pd4 = dfcmp.uo($Rss32,$Rtt32)",
4627 "$Pd4 = sfcmp.uo($Rs32,$Rt32)",