| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Iterator.h | 38 IteratorPosition(const MemRegion *C, bool V, SymbolRef Of) in IteratorPosition() 39 : Cont(C), Valid(V), Offset(Of) {} in IteratorPosition() 50 static IteratorPosition getPosition(const MemRegion *C, SymbolRef Of) { in getPosition() 51 return IteratorPosition(C, true, Of); in getPosition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 691 bool Of; in computeForSatAddSub() local 692 (void)LHS.getMaxValue().uadd_ov(RHS.getMaxValue(), Of); in computeForSatAddSub() 693 if (!Of) { in computeForSatAddSub() 696 (void)LHS.getMinValue().uadd_ov(RHS.getMinValue(), Of); in computeForSatAddSub() 697 if (Of) in computeForSatAddSub() 702 bool Of; in computeForSatAddSub() local 703 (void)LHS.getMinValue().usub_ov(RHS.getMaxValue(), Of); in computeForSatAddSub() 704 if (!Of) { in computeForSatAddSub() 707 (void)LHS.getMaxValue().usub_ov(RHS.getMinValue(), Of); in computeForSatAddSub() 708 if (Of) in computeForSatAddSub()
|
| /freebsd/contrib/netbsd-tests/bin/cat/ |
| H A D | d_se_output.in | 2 Of course it runs NetBSD
|
| H A D | d_se_output.out | 2 Of course it runs NetBSD$
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.cpp | 709 uint16_t Wd = im(2), Of = im(3); in evaluate() local 715 RegisterCell Pad = (Wd+Of > W0) ? rc(1).cat(eIMM(0, Wd+Of-W0)) : rc(1); in evaluate() 716 RegisterCell Ext = eXTR(Pad, Of, Wd+Of); in evaluate() 725 uint16_t Wd = im(3), Of = im(4); in evaluate() local 726 assert(Wd < W0 && Of < W0); in evaluate() 728 if (Wd+Of > W0) in evaluate() 729 Wd = W0-Of; in evaluate() 732 return rr0(eINS(rc(1), eXTR(rc(2), 0, Wd), Of), Outputs); in evaluate()
|
| /freebsd/share/misc/ |
| H A D | birthtoken | 6 May:Emerald:Lily Of The Valley
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 413 assert(Begin == (char *)alignAddr(Begin, Align::Of<T>())); in DestroyAll() 422 char *Begin = (char *)alignAddr(*I, Align::Of<T>()); in DestroyAll() 432 DestroyElements((char *)alignAddr(Ptr, Align::Of<T>()), in DestroyAll()
|
| H A D | TrailingObjects.h | 154 alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl() 168 return reinterpret_cast<NextTy *>(alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl()
|
| H A D | BinaryStreamReader.h | 194 assert(isAddrAligned(Align::Of<T>(), Bytes.data()) && in readArray()
|
| H A D | BinaryStreamArray.h | 291 assert(isAddrAligned(Align::Of<T>(), Data.data()));
|
| H A D | Alignment.h | 102 template <typename T> constexpr static Align Of() { in Of() function
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | PLATFORMS | 29 that most Solaris systems use. Of course this way you only get about
|
| H A D | README | 131 password between the prompts. Of course, this will only work with
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | Banners.Makefile | 26 # Of course, nothing prevents you from using multiple banner directories.
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | renesas,rcar-usb2-clock-sel.txt | 9 is not needed because this is default setting. (Of course, you can set the
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | max14577.txt | 28 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | zip | 111 # Zip End Of Central Directory record
|
| H A D | sysex | 14 # page size 32 misidentified as Inventronics by looking for terminating End Of eXclusive byte (EOX) 403 # display information about End Of eXclusive byte (EOX=F7)
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | marvell-pp2.txt | 39 GOP (Group Of Ports) point of view. This ID is used to index the
|
| /freebsd/contrib/libarchive/ |
| H A D | README.md | 168 random access. Of course, some applications do require true 217 multiple threads. Of course, those modules are completely
|
| /freebsd/sbin/init/ |
| H A D | NOTES | 60 fork! Of course setsid() causes the current process to become a
|
| /freebsd/contrib/ntp/scripts/monitoring/ |
| H A D | README | 48 produced by xntpd itself. Of course, it can be used to sample
|
| /freebsd/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 61 join us in accepting nothing less. Of course, being courteous is not the same as
|
| /freebsd/usr.sbin/ppp/ |
| H A D | README.nat | 66 itself. There is, in effect, a partial firewall. Of course, if this is 104 verify that the other computers use this machine as a gateway. Of course,
|
| /freebsd/share/examples/netgraph/ |
| H A D | ngctl | 128 # Of course, any type of socket can be used, even TCP:
|