/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | bitmap.h | 335 UNUSED bool propagate; in bitmap_unset() local 342 propagate = (g == 0); in bitmap_unset() 349 if (propagate) { in bitmap_unset() 356 propagate = (g == 0); in bitmap_unset() 361 if (!propagate) { in bitmap_unset()
|
/freebsd/sbin/fsck_ffs/ |
H A D | pass3.c | 97 propagate(); in pass3() 124 propagate(); in pass3()
|
H A D | fsck.h | 531 void propagate(void);
|
H A D | pass2.c | 274 propagate(); in pass2()
|
H A D | dir.c | 67 propagate(void) in propagate() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SyntheticCountsUtils.h | 41 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
|
H A D | DependenceAnalysis.h | 881 /// propagate - Review the constraints, looking for opportunities 886 bool propagate(const SCEV *&Src, 892 /// propagateDistance - Attempt to propagate a distance 902 /// propagatePoint - Attempt to propagate a point 909 /// propagateLine - Attempt to propagate a line
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | SyntheticCountsUtils.cpp | 83 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 19 // callgraph-scc to propagate the counts. For each function the set of callsites 123 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.inc | 25 "Whether to propagate labels only when there is an obvious data dependency"
|
H A D | done_abilist.txt | 255 # Functions that produce an output that depend on the input (propagate the
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 214 bool propagate) in ipoib_propagate_ifnet_mtu() argument 223 if (propagate) { in ipoib_propagate_ifnet_mtu() 237 ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate) in ipoib_change_mtu() argument 250 return (ipoib_propagate_ifnet_mtu(priv, new_mtu, propagate)); in ipoib_change_mtu() 259 priv->admin_mtu), propagate); in ipoib_change_mtu()
|
H A D | ipoib.h | 507 int ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate);
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
H A D | state012.cfg | 40 # should propagate down the entire data hierarchy. Done for completeness
|
H A D | state014.cfg | 40 # should propagate down the entire data hierarchy. Done for completeness
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1534 auto propagate = [&](auto &Target, auto &Reference) { in main() 1539 propagate(opts::Filters.ExcludeTypes, opts::pretty::ExcludeTypes); in main() 1540 propagate(opts::Filters.ExcludeTypes, opts::pretty::ExcludeTypes); in main() 1541 propagate(opts::Filters.ExcludeSymbols, opts::pretty::ExcludeSymbols); in main() 1542 propagate(opts::Filters.ExcludeCompilands, opts::pretty::ExcludeCompilands); in main() 1543 propagate(opts::Filters.IncludeTypes, opts::pretty::IncludeTypes); in main() 1544 propagate(opts::Filters.IncludeSymbols, opts::pretty::IncludeSymbols); in main() 1545 propagate(opts::Filters.IncludeCompilands, opts::pretty::IncludeCompilands); in main() 1536 auto propagate = [&](auto &Target, auto &Reference) { main() local
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.gplv3 | 92 To "propagate" a work means to do anything with it that, without 164 You may make, run and propagate covered works that you do not 409 You may not propagate or modify a covered work except as expressly 410 provided under this License. Any attempt otherwise to propagate or 441 nothing other than this License grants you permission to propagate or 450 propagate that work, subject to this License. You are not responsible 490 propagate the contents of its contributor version. 514 arrangement, you convey, or propagate by procuring conveyance of, a 516 receiving the covered work authorizing them to use, propagate, modify
|
/freebsd/crypto/heimdal/doc/ |
H A D | kerberos4.texi | 160 command to propagate the database to the machine called
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_use_certificate.pod | 60 changes applied to B<ctx> do not propagate to already existing SSL objects.
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | syncstream | 285 // propagate the exception thrown.
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 269 - Note about failure of lexical variables to propagate into templates. Why
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 269 void propagate(MachineFunction &MF); 878 void MachineConstPropagator::propagate(MachineFunction &MF) { in propagate() function in MachineConstPropagator 1065 propagate(MF); in run()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 438 /// propagate signaling NaN inputs per IEEE 754-2008 (AMDGPU Only)
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h616.dtsi | 105 * to propagate this into the DTB handed to kernels.
|