Home
last modified time | relevance | path

Searched refs:Of (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp637 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 Dd_se_output.in2 Of course it runs NetBSD
H A Dd_se_output.out2 Of course it runs NetBSD$
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp717 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 Dbirthtoken6 May:Emerald:Lily Of The Valley
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h410 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 DTrailingObjects.h154 alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl()
168 return reinterpret_cast<NextTy *>(alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl()
H A DBinaryStreamReader.h192 assert(isAddrAligned(Align::Of<T>(), Bytes.data()) && in readArray()
H A DBinaryStreamArray.h291 assert(isAddrAligned(Align::Of<T>(), Data.data()));
H A DAlignment.h102 template <typename T> constexpr static Align Of() { in Of() function
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS29 that most Solaris systems use. Of course this way you only get about
H A DREADME131 password between the prompts. Of course, this will only work with
/freebsd/contrib/tcp_wrappers/
H A DBanners.Makefile26 # Of course, nothing prevents you from using multiple banner directories.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rcar-usb2-clock-sel.txt9 is not needed because this is default setting. (Of course, you can set the
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax14577.txt28 - maxim,eoc-uamp : Current in uA for End-Of-Charge mode;
/freebsd/contrib/file/magic/Magdir/
H A Dzip112 # Zip End Of Central Directory record
H A Dsysex14 # 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 Dmarvell-pp2.txt39 GOP (Group Of Ports) point of view. This ID is used to index the
/freebsd/contrib/libarchive/
H A DREADME.md161 random access. Of course, some applications do require true
210 multiple threads. Of course, those modules are completely
/freebsd/sbin/init/
H A DNOTES60 fork! Of course setsid() causes the current process to become a
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME48 produced by xntpd itself. Of course, it can be used to sample
/freebsd/contrib/googletest/
H A DCONTRIBUTING.md61 join us in accepting nothing less. Of course, being courteous is not the same as
/freebsd/usr.sbin/ppp/
H A DREADME.nat66 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 Dngctl128 # Of course, any type of socket can be used, even TCP:
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp182 # Of course it's simple to assign an IP block to the client with a simple

1234