Home
last modified time | relevance | path

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

/freebsd/tests/sys/netinet/libalias/
H A D2_natout.c133 struct udphdr *ui, *uo; variable
144 UDP_NAT_CHECK(po, uo, prv1, sport, ext, dport, masq);
145 aport = ntohs(uo->uh_sport);
154 UDP_NAT_CHECK(po, uo, prv2, sport, ext, dport, masq);
156 ATF_CHECK(uo->uh_sport != htons(aport));
159 ui->uh_dport = uo->uh_sport;
160 UDP_UNNAT_CHECK(pi, ui, ext, dport, masq, htons(uo->uh_sport), prv2, sport);
205 struct udphdr *ui __unused, *uo; variable
218 UDP_NAT_CHECK(po, uo, prv1, sport, ext, dport, masq);
219 aport = ntohs(uo->uh_sport);
[all …]
/freebsd/usr.bin/calendar/
H A Dcalendar.c153 double uo; in main() local
166 uo = mm + (100.0 * (ss / 60.0)); in main()
167 uo /= 60.0 / 100.0; in main()
168 uo = hh + uo / 100; in main()
170 UTCOffset = uo; in main()
/freebsd/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/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/sys/cam/ctl/
H A Dctl_backend_block.c2218 off_t ps, pss, po, pos, us, uss, uo, uos; in ctl_be_block_open_file() local
2275 uo = po = 0; in ctl_be_block_open_file()
2296 ctl_expand_number(value, &uo); in ctl_be_block_open_file()
2298 uos = uo / cbe_lun->blocksize; in ctl_be_block_open_file()
2300 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) { in ctl_be_block_open_file()
2329 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; in ctl_be_block_open_dev() local
2441 uo = po; in ctl_be_block_open_dev()
2462 ctl_expand_number(value, &uo); in ctl_be_block_open_dev()
2464 uos = uo / cbe_lun->blocksize; in ctl_be_block_open_dev()
2466 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) { in ctl_be_block_open_dev()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp180 UnarySplitter(UnaryOperator &uo) : UO(uo) {} in UnarySplitter()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2486 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() argument
2488 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); in getMemberPointerConstant()
2489 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4562 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) { in stripARCUnbridgedCast() local
4563 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
4564 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr()); in stripARCUnbridgedCast()
4567 uo->getOperatorLoc(), false, in stripARCUnbridgedCast()
/freebsd/contrib/sendmail/
H A DPGPKEYS2932 MQh1NwhLjVjaEziDCLGxV/TqpK1Yn0vpjmdsaOe01XOxi2+uy/7uo/ArGqtjHSen
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1381 lkmUMHaEHjW1hxMV6EjJ6gwf99xH+uo//fv9ucOXa5/tiIA0TwaSW63S8qiHCcEE
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td4457 "$Pd4 = dfcmp.uo($Rss32,$Rtt32)",
4627 "$Pd4 = sfcmp.uo($Rs32,$Rt32)",
[all...]