Home
last modified time | relevance | path

Searched full:strategy (Results 1 – 25 of 1587) sorted by relevance

12345678910>>...64

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dfuzz.c61 int strategy; member
108 switch (fuzz->strategy) { in fuzz_fmt()
111 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
116 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
123 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
128 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
135 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
140 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
146 fuzz_ntop(fuzz->strategy), in fuzz_fmt()
263 FUZZ_DBG(("fuzz = %p, strategy = %s, o1 = %zu, o2 = %zu, slen = %zu", in fuzz_strategy_done()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h35 : Strategy(Strategy_) {} in GenericDomTreeUpdater()
37 : DT(&DT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
39 : DT(DT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
41 : PDT(&PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
43 : PDT(PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
46 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
49 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in GenericDomTreeUpdater()
57 /// Returns true if the current strategy is Lazy.
58 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; } in isLazy()
60 /// Returns true if the current strategy is Eager.
[all …]
H A DGenericDomTreeUpdaterImpl.h29 if (Strategy == UpdateStrategy::Eager) { in recalculate()
63 if (Strategy == UpdateStrategy::Lazy) { in applyUpdates()
124 if (Strategy == UpdateStrategy::Lazy) in applyUpdatesPermissive()
168 if (Strategy == UpdateStrategy::Eager) { in dump()
250 if (Strategy != UpdateStrategy::Lazy || !DT) in applyDomTreeUpdates()
267 if (Strategy != UpdateStrategy::Lazy || !PDT) in applyPostDomTreeUpdates()
330 if (Strategy == UpdateStrategy::Eager) in dropOutOfDateUpdates()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h39 /// Provide a weight to bias towards choosing this strategy for a mutation.
42 /// distinct ways in which this strategy can mutate a unit". This can also be
55 llvm_unreachable("Strategy does not implement any mutators"); in mutate()
80 /// Mutate given module. No change will be made if no strategy is selected.
88 /// Strategy that injects operations into the function.
111 /// Strategy that deletes instructions when the Module is too large.
122 /// Strategy that modifies instruction attributes and operands.
134 /// Strategy that generates new function calls and inserts function signatures
148 /// Strategy to split a random block and insert a random CFG in between.
168 /// Strategy to insert PHI Nodes at the head of each basic block.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h132 /// Retrieves the max available threads for the current strategy. This
147 /// Build a strategy from a number of threads as a string provided in \p Num.
149 /// strategy, we attempt to equally allocate the threads on all CPU sockets.
150 /// "0" or an empty string will return the \p Default strategy.
155 /// Returns a thread strategy for tasks requiring significant memory or other
157 /// be less efficient. Avoid this strategy if doing lots of I/O. Currently
169 /// Like heavyweight_hardware_concurrency() above, but builds a strategy
171 /// If \p Num is invalid, returns a default strategy where one thread per
181 /// Returns a default thread strategy where all available hardware resources
191 /// Returns an optimal thread strategy to execute specified amount of tasks.
[all …]
H A DParallel.h27 // Strategy for the default executor used by the parallel routines provided by
30 extern ThreadPoolStrategy strategy;
34 if (parallel::strategy.ThreadsRequested == 1) \
220 if (parallel::strategy.ThreadsRequested != 1) {
241 if (parallel::strategy.ThreadsRequested != 1) { in parallelTransformReduce()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c60 /* Users pass us a format code, we translate that into a strategy here. */
83 int strategy; member
130 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_OLD_CPIO; in archive_entry_linkresolver_set_strategy()
136 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_NEW_CPIO; in archive_entry_linkresolver_set_strategy()
139 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_OLD_CPIO; in archive_entry_linkresolver_set_strategy()
144 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_MTREE; in archive_entry_linkresolver_set_strategy()
150 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_TAR; in archive_entry_linkresolver_set_strategy()
153 res->strategy = ARCHIVE_ENTRY_LINKIFY_LIKE_OLD_CPIO; in archive_entry_linkresolver_set_strategy()
199 switch (res->strategy) { in archive_entry_linkify()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h86 /// Return the name of the GC strategy. This is the value of the collector
87 /// name string specified on functions which use this strategy.
90 /// Returns true if this strategy is expecting the use of gc.statepoints,
109 "GC strategy has useRS4GC but not useStatepoints set"); in useRS4GC()
137 /// "my custom supper fancy gc strategy");
/freebsd/share/doc/psd/03.iosys/
H A Diosys802 This bit is set when the buffer is handed to the device strategy routine
813 to 0 when a block is handed to the device strategy
929 .I strategy
936 The role of the strategy routine
965 to the strategy routines
974 uses the strategy routine
1001 the strategy routines are never
1016 strategy module has finished with the buffer,
1047 and call the device's strategy routine.
1059 the strategy module;
[all …]
/freebsd/share/man/man9/
H A Dphysio.957 .Fn strategy
59 .Fn strategy
104 will return any error resulting from calls to the device strategy routine,
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h11 /// strategy. These classes are managed by the Scheduler.
46 /// Resource allocation strategy used by hardware scheduler resources.
61 /// The default strategy uses this information to bias its selection logic.
65 /// Default resource allocation strategy used by processor resource groups and
98 /// by other groups other than the one associated with this strategy object.
103 /// this group. The idea is to bias the selection strategy, so that resources
108 /// usage. Therefore, this strategy is expected to be less accurate when same
380 // Overrides the selection strategy for the processor resource with the given
389 // Overrides the selection strategy for the resource at index ResourceID in
H A DScheduler.h39 /// Default instruction selection strategy used by class Scheduler.
73 // Instruction selection strategy for this Scheduler.
74 std::unique_ptr<SchedulerStrategy> Strategy; variable
131 /// Verify the given selection strategy and set the Strategy member
132 /// accordingly. If no strategy is provided, the DefaultSchedulerStrategy is
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBuiltinGCs.cpp46 /// A GC strategy for uncooperative targets. This implements lowering for the
60 /// lowering strategy. This GCStrategy is intended to suitable as a default
88 /// A GCStrategy for the CoreCLR Runtime. The strategy is similar to
128 "an example strategy for statepoint");
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPassRegistry.def69 [=](ScanOptions Strategy) {
70 return AMDGPUAtomicOptimizerPass(*this, Strategy);
72 parseAMDGPUAtomicOptimizerStrategy, "strategy=dpp|iterative|none")
H A DGCNSchedStrategy.h1 //===-- GCNSchedStrategy.h - GCN Scheduler Strategy -*- C++ -*-------------===//
39 /// This is a minimal scheduler strategy. The main difference between this
67 // Scheduling stages for this strategy.
121 /// The goal of this scheduling strategy is to maximize kernel occupancy (i.e.
128 /// The goal of this scheduling strategy is to maximize ILP for a single wave
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c454 k5_transport_strategy strategy; in k5_sendto_kdc() local
492 strategy = NO_UDP; in k5_sendto_kdc()
494 strategy = UDP_FIRST; in k5_sendto_kdc()
496 strategy = UDP_LAST; in k5_sendto_kdc()
520 retval = k5_sendto(context, message, realm, &servers, strategy, NULL, in k5_sendto_kdc()
807 k5_transport_strategy strategy, const krb5_data *message, in resolve_server() argument
818 /* Skip entries excluded by the strategy. */ in resolve_server()
819 if (strategy == NO_UDP && entry->transport == UDP) in resolve_server()
821 if (strategy == ONLY_UDP && entry->transport != UDP && in resolve_server()
825 transport = (strategy == UDP_FIRST || strategy == ONLY_UDP) ? UDP : TCP; in resolve_server()
[all …]
/freebsd/sys/ddb/
H A Ddb_sym.c369 db_search_symbol(db_addr_t val, db_strategy_t strategy, db_expr_t *offp) in db_search_symbol() argument
391 sym = X_db_search_symbol(&db_symtabs[i], val, strategy, &newdiff); in db_search_symbol()
426 * After matching the symbol according to the given strategy
442 db_printsym(db_expr_t off, db_strategy_t strategy) in db_printsym() argument
454 cursym = db_search_symbol(off, strategy, &d); in db_printsym()
467 if (strategy == DB_STGY_PROC) { in db_printsym()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md103 - What control frames using the **GCR** strategy were sent in the packet
106 - For each type of frame using the **REGEN** strategy, a flag as to whether
116 the event that they are lost. It facilitates the GCR retransmission strategy.
290 - Keeping track of all REGEN-strategy control frame types, via a flag
330 /* Regenerate-strategy frames. */
430 ID. Thus the caller of the FIFD may implement whatever strategy it likes
433 should be regenerated using the REGEN strategy. Some of these are specific
467 - TX Packetiser maintains flags for each REGEN-strategy frame type.
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c62 * full-block strategy.
220 /* Returns true if the strategy supports using a row based matchfinder */
221 static int ZSTD_rowMatchFinderSupported(const ZSTD_strategy strategy) { in ZSTD_rowMatchFinderSupported() argument
222 return (strategy >= ZSTD_greedy && strategy <= ZSTD_lazy2); in ZSTD_rowMatchFinderSupported()
225 /* Returns true if the strategy and useRowMatchFinder mode indicate that we will use the row based …
228 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) { in ZSTD_rowMatchFinderUsed() argument
230 return ZSTD_rowMatchFinderSupported(strategy) && (mode == ZSTD_ps_enable); in ZSTD_rowMatchFinderUsed()
243 if (!ZSTD_rowMatchFinderSupported(cParams->strategy)) return mode; in ZSTD_resolveRowMatchFinderMode()
256 …return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_di… in ZSTD_resolveBlockSplitterMode()
260 static int ZSTD_allocateChainTable(const ZSTD_strategy strategy, in ZSTD_allocateChainTable() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp19 llvm::ThreadPoolStrategy llvm::parallel::strategy; member in llvm::parallel
94 static void *call() { return new ThreadPoolExecutor(strategy); } in call()
174 : Parallel((parallel::strategy.ThreadsRequested != 1) && in TaskGroup()
205 if (parallel::strategy.ThreadsRequested != 1) { in parallelFor()
/freebsd/sys/contrib/zlib/
H A Dzlib.h201 /* compression strategy; see deflateInit2() below for details */
544 int strategy);
588 The strategy parameter is used to tune the compression algorithm. Use the
598 strategy parameter only affects the compression ratio but not the
686 compression state which can be quite large, so this strategy is slow and can
708 int strategy);
710 Dynamically update the compression level and compression strategy. The
711 interpretation of level and strategy is as in deflateInit2(). This can be
713 to switch to a different kind of input data requiring a different strategy.
715 strategy is changed, and if there have been any deflate() calls since the
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h10 // SystemZPostRASchedStrategy is a scheduling strategy which is plugged into
132 /// Tell the strategy that MBB is about to be processed.
135 /// Tell the strategy that current MBB is done.
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_001_pos.ksh37 # different inherit strategy to them.
39 # STRATEGY:
114 function verify_inherit #<object> [strategy]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzwrite.c50 MAX_WBITS + 16, DEF_MEM_LEVEL, state.state->strategy);
591 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
594 int strategy;
610 if (level == state.state->level && strategy == state.state->strategy)
625 deflateParams(strm, level, strategy);
628 state.state->strategy = strategy;
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c40 * full-block strategy.
590 CCtxParams->cParams.strategy = (ZSTD_strategy)value; in ZSTD_CCtxParams_setParameter()
591 return (size_t)CCtxParams->cParams.strategy; in ZSTD_CCtxParams_setParameter()
750 *value = (unsigned)CCtxParams->cParams.strategy; in ZSTD_CCtxParams_getParameter()
992 BOUNDCHECK(ZSTD_c_strategy, cParams.strategy); in ZSTD_checkCParams()
1014 CLAMP_TYPE(ZSTD_c_strategy,cParams.strategy, ZSTD_strategy); in ZSTD_clampCParams()
1054 { U32 const cycleLog = ZSTD_cycleLog(cPar.chainLog, cPar.strategy); in ZSTD_adjustCParams_internal()
1093 if (CCtxParams->cParams.strategy) cParams.strategy = CCtxParams->cParams.strategy; in ZSTD_getCParamsFromCCtxParams()
1103 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_sizeof_matchState()
1119 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState()
[all …]

12345678910>>...64