/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 637 bool Of; in computeForSatAddSub() local 638 (void)LHS.getMaxValue().uadd_ov(RHS.getMaxValue(), Of); in computeForSatAddSub() 639 if (!Of) { in computeForSatAddSub() 642 (void)LHS.getMinValue().uadd_ov(RHS.getMinValue(), Of); in computeForSatAddSub() 643 if (Of) in computeForSatAddSub() 648 bool Of; in computeForSatAddSub() local 649 (void)LHS.getMinValue().usub_ov(RHS.getMaxValue(), Of); in computeForSatAddSub() 650 if (!Of) { in computeForSatAddSub() 653 (void)LHS.getMaxValue().usub_ov(RHS.getMinValue(), Of); in computeForSatAddSub() 654 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 | 717 uint16_t Wd = im(2), Of = im(3); in evaluate() local 723 RegisterCell Pad = (Wd+Of > W0) ? rc(1).cat(eIMM(0, Wd+Of-W0)) : rc(1); in evaluate() 724 RegisterCell Ext = eXTR(Pad, Of, Wd+Of); in evaluate() 733 uint16_t Wd = im(3), Of = im(4); in evaluate() local 734 assert(Wd < W0 && Of < W0); in evaluate() 736 if (Wd+Of > W0) in evaluate() 737 Wd = W0-Of; in evaluate() 740 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 | 410 assert(Begin == (char *)alignAddr(Begin, Align::Of<T>())); in DestroyAll() 419 char *Begin = (char *)alignAddr(*I, Align::Of<T>()); in DestroyAll() 429 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 | 192 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 | 112 # 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 | 161 random access. Of course, some applications do require true 210 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:
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp | 182 # Of course it's simple to assign an IP block to the client with a simple
|