Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h335 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 Dpass3.c97 propagate(); in pass3()
124 propagate(); in pass3()
H A Dfsck.h535 void propagate(void);
H A Dpass2.c274 propagate(); in pass2()
H A Ddir.c67 propagate(void) in propagate() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h41 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
H A DDependenceAnalysis.h886 bool propagate(const SCEV *&Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp83 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate() function in SyntheticCountsUtils
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc25 "Whether to propagate labels only when there is an obvious data dependency"
H A Ddone_abilist.txt255 # Functions that produce an output that depend on the input (propagate the
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp123 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c214 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 Dipoib.h507 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 Dstate014.cfg40 # should propagate down the entire data hierarchy. Done for completeness
H A Dstate012.cfg40 # should propagate down the entire data hierarchy. Done for completeness
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1534 auto propagate = [&](auto &Target, auto &Reference) { in main() local
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()
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv392 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/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc46 // Any reasonable optimizer will fold and propagate all of these.
H A Dfp_trunc_impl.inc47 // Any reasonable optimizer will fold and propagate all of these.
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi160 command to propagate the database to the machine called
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod60 changes applied to B<ctx> do not propagate to already existing SSL objects.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsyncstream283 // propagate the exception thrown.
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h616.dtsi63 * to propagate this into the DTB handed to kernels.
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DChanges269 - Note about failure of lexical variables to propagate into templates. Why

123