Searched refs:any (Results 176 - 200 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk9 # HP-UX's cc does not provide any clues as to wether this is 9.x or 10.x
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrules.y24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
28 * make derivatives, distribute, use and display any portion of the Covered
29 * Code in any form, with the right to sublicense such rights; and
36 * license, and in no event shall the patent license extend to any additions
46 * Redistribution of source code of any substantial portion of the Covered
52 * Code and the date of any change. Licensee must include in that file the
53 * documentation of any changes made by any predecessor Licensee. Licensee
58 * Redistribution of source code of any substantial portion of the Covered
62 * addition, Licensee may not authorize further sublicense of source of any
[all...]
H A Daslkeywords.y22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
26 * make derivatives, distribute, use and display any portion of the Covered
27 * Code in any form, with the right to sublicense such rights; and
34 * license, and in no event shall the patent license extend to any additions
44 * Redistribution of source code of any substantial portion of the Covered
50 * Code and the date of any change. Licensee must include in that file the
51 * documentation of any changes made by any predecessor Licensee. Licensee
56 * Redistribution of source code of any substantial portion of the Covered
60 * addition, Licensee may not authorize further sublicense of source of any
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk22 # By default, any name appearing in CRUNCH_PROGS or CRUNCH_ALIAS_${P}
H A Dbsd.subdir.mk10 # subdir is any directory listed in the variable SUBDIRS.
H A Dmeta.autodep.mk123 # if we have any non-libs in DPADD,
188 # do _not_ assume that .depend is in any fit state for us to use
/freebsd-11-stable/stand/lua/
H A Dpassword.lua61 -- Space between the prompt and any on-screen feedback
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat176 echo.Link check complete; look for any errors in the above output ^
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h205 /// Returns true if any bit is set.
206 bool any() const { function in class:llvm::SmallBitVector
209 return getPointer()->any();
472 /// Test if any common bits are set.
538 /// Check if (This - RHS) is zero. This is the same as reset(RHS) and any().
638 /// Clear any bits in this vector that are set in Mask. Don't resize.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp240 if (I.LaneMask.all() || (I.LaneMask.any() && !S.isValid())) {
246 if ((I.LaneMask & TRI.getSubRegIndexLaneMask(SI)).any())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp34 // . The AArch64 ABI doesn't guarantee X16 to be retained across any call.
205 // there isn't need for any protection - whether the branch is speculated
626 // Also emit the barrier on any potential control flow changes.
628 if (RegsNeedingCSDBBeforeUse.any() && (MI.isCall() || MI.isTerminator()))
646 if (RegsNeedingCSDBBeforeUse.any() && !UsesFullSpeculationBarrier)
H A DAArch64Subtarget.h310 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); }
344 /// Return true if the CPU supports any kind of instruction fusion.
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h215 _PROTOTYPE(int any , (int c , char *s ));
H A Dsh3.c578 sp = any('/', c)? "": path->value;
775 sp = any('/', cp)? ":": path->value;
828 (wp[1] && any(*cp, ifs->value)))
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c59 #error this code is old and probably not useful any longer.
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk122 # if we have any non-libs in DPADD,
187 # do _not_ assume that .depend is in any fit state for us to use
H A Ddirdeps.mk87 # Note: TARGET_SPEC cannot contain any '.'s so the target
100 # # We need to stop that TARGET_SPEC affecting any submakes
191 # TARGET_SPEC must not contain any '.'s.
473 # any of the Makefile.depend* changed.
556 # Again we expect that any already qualified machines are fully qualified.
770 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h255 extern int any (const char *, Char);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp151 if (ExternalAttrs.any())
319 // - AttrNone values do not alias any non-local values
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp228 /// data dependencies from SU to any uses of the physical register.
236 // Only use any non-zero latency for real defs/uses, in contrast to
293 // We do not need to track any dependencies for constant registers.
441 if ((LaneMask & DefLaneMask).any()) {
453 if (LaneMask.any()) {
499 if (NonOverlapMask.any())
503 if (LaneMask.any())
702 // Stop on BarrierChain or any instruction above it.
756 // not share any common Value.
759 // Certain memory accesses are known to not alias any S
[all...]
H A DLiveIntervals.cpp313 /// Precompute the live ranges of any register units that are live-in to an ABI
378 if ((SR.LaneMask & M).any()) {
434 assert(LaneMask.any() &&
710 // the virtual register live range, cancelling any kills.
738 // Check if any of the regunits are live beyond the end of RI. That could
793 // Reading any undefined lanes?
795 if ((UseMask & ~DefinedLanesMask).any())
828 // live in or out of any block.
1039 if (LaneMask.any())
1293 // Do we have any intermediat
[all...]
H A DMachineVerifier.cpp123 // Add Reg and any sub-registers to RV
531 if (LaneMask.any())
722 "any instructions!", MBB);
753 "contain any instructions!", MBB);
781 "contain any instructions!", MBB);
1125 // reported in case of any issues), so no need to report them again. As
1737 // Make sure the register fits into its register bank if any.
1885 if (LaneMask.any())
1900 if (LaneMask.any())
1909 if (LaneMask.any())
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure116 # suppresses any "Segmentation fault" message there. '((' could
268 $0: including any error possibly output before this
370 # advantage of any shell optimizations that allow amortized linear growth over
1917 /* Override any GCC internal prototype to avoid an error.
1954 This file contains any messages produced by compilers while
2013 # Also quote any args containing shell meta-characters.
3906 /* Override any GCC internal prototype to avoid an error.
4307 # grab any updates from the sub-package
4816 /* Override any GCC internal prototype to avoid an error.
4853 /* Override any GC
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex15 % your option) any later version.
36 % The texinfo.tex in any given distribution could well be out
209 % surround any changed text. This approach does *not* work if the
417 % First remove any @comment, then any @c comment.
483 % If an index command is used in an @example environment, any spaces
535 out of any environment%
717 % manual), we don't worry about eating any user text.
1145 \fi % \openindices needs to do some work in any case.
1205 % double any backslashe
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex15 % your option) any later version.
36 % The texinfo.tex in any given distribution could well be out
201 % surround any changed text. This approach does *not* work if the
409 % First remove any @comment, then any @c comment.
475 % If an index command is used in an @example environment, any spaces
527 out of any environment%
694 % manual), we don't worry about eating any user text.
1122 \fi % \openindices needs to do some work in any case.
1938 % and it is not used as such in any manua
[all...]

Completed in 206 milliseconds

1234567891011>>