Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 45) sorted by relevance

12

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java50 Aggregate aggregate; in testIncluded() local
63 aggregate = consumer.getAggregate(included, null); in testIncluded()
64 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testIncluded()
67 if (aggregate.getAggregation(name) == null) { in testIncluded()
73 for (Aggregation a : aggregate.getAggregations()) { in testIncluded()
90 Aggregate aggregate; in testCleared() local
104 aggregate = consumer.getAggregate(null, cleared); in testCleared()
105 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testCleared()
110 aggregate = consumer.getAggregate(null, cleared); in testCleared()
112 for (Aggregation a : aggregate.getAggregations()) { in testCleared()
[all …]
/src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java447 printAggregate(Aggregate aggregate) in printAggregate() argument
449 printAggregationRecords(aggregate.getOrderedRecords()); in printAggregate()
968 Aggregate aggregate = dtrace.getAggregate(); in main()
969 if (aggregate != null) { in main()
970 printAggregate(aggregate); in main()
1010 Aggregate aggregate = dtrace.getAggregate(); in main()
1011 if (aggregate != null) { in main()
1014 printAggregate(aggregate); in main()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc248 static unsigned aggregate(R &&Range, UnaryPredicate P) {
257 aggregate(getProcessorGroups(), [](const ProcessorGroup &G) {
265 aggregate(getProcessorGroups(),
318 aggregate(getProcessorGroups(),
322 aggregate(getProcessorGroups(), [&](const ProcessorGroup &G) {
/src/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h460 bool aggregate; member
994 .aggregate = sta_id >= 0, in iwl_trans_txq_enable()
1009 .aggregate = false, in iwl_trans_ac_txq_enable()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate
218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
/src/contrib/ofed/infiniband-diags/src/
H A Dperfquery.c392 int port, int aggregate) in dump_perfcounters() argument
409 if (aggregate) in dump_perfcounters()
434 if (aggregate) in dump_perfcounters()
441 if (!aggregate) { in dump_perfcounters()
/src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S60 # aggregate more multiplications than it takes to perform remaining
66 # from higher aggregate factor...
81 # ... 8x aggregate factor AVX code path is using reduction algorithm
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c676 .aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_reconfig_scd()
988 .aggregate = cfg->aggregate, in iwl_mvm_enable_txq()
1415 cfg.aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_sta_alloc_queue()
1681 cfg.aggregate = (txq_id >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_realloc_queues_after_restart()
2193 .aggregate = false, in iwl_mvm_enable_aux_snif_queue()
2357 .aggregate = false, in iwl_mvm_send_add_bcast_sta()
2558 .aggregate = false, in iwl_mvm_add_mcast_sta()
3210 .aggregate = true, in iwl_mvm_sta_tx_agg_oper()
/src/contrib/llvm-project/libcxx/include/
H A Darray34 // No explicit construct/copy/destroy for aggregate type
193 // No explicit construct/copy/destroy for aggregate type
296 // No explicit construct/copy/destroy for aggregate type
/src/contrib/llvm-project/libcxx/include/experimental/
H A Dtype_traits109 struct nonesuch : private __nat { // make nonesuch "not an aggregate"
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def108 OPENMP_DEFAULTMAP_KIND(aggregate)
/src/sys/contrib/device-tree/Bindings/soc/qcom/
H A Drpmh-rsc.txt29 will be an aggregate of the sleep votes from each of those subsystems. Clients
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h958 u8 aggregate; member
/src/stand/ficl/softwords/
H A Doo.fr245 : do-aggregate
256 do-aggregate
269 do-aggregate
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td278 // Helper "calling convention" to handle aggregate by value arguments.
283 // Still, the address of the aggregate copy in the callers stack frame is passed
/src/sys/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt49 represents the aggregate status for all GPIOs within a set of ports. Thus, the
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td154 /// slot to implement ByVal aggregate parameter passing. Size and alignment
/src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def41 /// True when this class is an aggregate.
/src/sys/contrib/zstd/
H A DCONTRIBUTING.md223 to run it multiple times and then aggregate the results of those runs. As a general rule of
225 you will have to aggregate over to get reliable results. Here are some additional things to keep in
227 * How you aggregate your samples are important. You might be tempted to use the mean of your
/src/contrib/libfido2/
H A DCMakeLists.txt200 "C4204" # nonstandard extension used: non-constant aggregate
/src/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md184 The ZIO pipeline can aggregate I/O operations. For example, a contiguous
/src/contrib/jemalloc/doc_internal/
H A DPROFILING_INTERNALS.md102 Some tools manually parse heap dump output, and aggregate across stacks (or across program runs) to…
/src/contrib/googletest/docs/reference/
H A Dmatchers.md184 bindings, such as `std::tuple`, `std::pair`, `std::array`, and aggregate
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def117 "Whether or not inline CXXDefaultInitializers for aggregate "

12