Searched refs:ur (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.h58 void start_picture(double sc, const position &ll, const position &ur) = 0;
H A Dobject.cpp70 double output::compute_scale(double sc, const position &ll, const position &ur) argument
72 distance dim = ur - ll;
275 position ur; member in struct:bounding_box
290 ur = pos;
298 if (pos.x > ur.x)
299 ur.x = pos.x;
300 if (pos.y > ur.y)
301 ur.y = pos.y;
951 position m = -(bb.ll + bb.ur)/2.0;
955 dim = bb.ur
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.h43 llvm::codeview::UnionRecord ur; member in union:lldb_private::npdb::UdtRecordCompleter::UdtTagRecord
H A DPdbUtil.cpp62 UnionRecord ur; local
63 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(type, ur));
64 return CVTagRecord(std::move(ur));
351 UnionRecord ur; local
360 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur));
361 return ur.isForwardRef();
431 UnionRecord ur; local
432 cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur));
433 return ur.FieldList;
H A DSymbolFileNativePDB.cpp571 const UnionRecord &ur,
573 return CreateClassStructUnion(type_id, ur, ur.getSize(), ct);
660 UnionRecord ur; local
661 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, ur));
662 return CreateTagType(type_id, ur, ct);
570 CreateTagType(PdbTypeSymId type_id, const UnionRecord &ur, CompilerType ct) argument
H A DSymbolFileNativePDB.h186 const llvm::codeview::UnionRecord &ur,
H A DUdtRecordCompleter.cpp41 llvm::cantFail(TypeDeserializer::deserializeAs<UnionRecord>(cvt, m_cvr.ur));
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D12.t27 mount -ur /dev/md${n}
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1061 struct pfsync_upd_req *ur, *ura; local
1063 int len = count * sizeof(*ur);
1076 ur = &ura[i];
1078 if (ur->id == 0 && ur->creatorid == 0)
1081 st = pf_find_state_byid(ur->id, ur->creatorid);
1535 struct pfsync_upd_req_item *ur; local
1555 while ((ur = TAILQ_FIRST(&b->b_upd_req_list)) != NULL) {
1556 TAILQ_REMOVE(&b->b_upd_req_list, ur, ur_entr
1575 struct pfsync_upd_req_item *ur; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pfsync.c249 const struct pfsync_upd_req *ur = bp; local
252 (uintmax_t)be64toh(ur->id), ntohl(ur->creatorid)));
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp382 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
385 ATF_REQUIRE(fi.is_owner_readable() == ur); \
/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c916 ugen_do_request(struct usb_fifo *f, struct usb_ctl_request *ur) argument
922 if (ugen_check_request(f->udev, &ur->ucr_request)) {
925 len = UGETW(ur->ucr_request.wLength);
929 if (ur->ucr_data == NULL) {
935 (f->udev, NULL, &ur->ucr_request, ur->ucr_data,
936 (ur->ucr_flags & USB_SHORT_XFER_OK) |
940 ur->ucr_actlen = actlen;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c2731 uint64_t ul, ur = 0; local
2741 ur = sr = tn->tn_right->tn_val->v_quad;
2760 q = ul * ur;
2763 else if ((ul != 0) && ((q / ul) != ur))
2777 q = utyp ? ul / ur : sl / sr;
2786 q = utyp ? ul % ur : sl % sr;
2790 q = utyp ? ul + ur : sl + sr;
2800 q = utyp ? ul - ur : sl - sr;
2821 q = utyp ? ul < ur : sl < sr;
2824 q = utyp ? ul <= ur
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c498 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \
501 ATF_REQUIRE(atf_fs_stat_is_owner_readable(&st) == ur); \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1164 case BuiltinType::UFract: OS << "ur"; break;
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2699 __P4SETMASK(ur);

Completed in 167 milliseconds

12