| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 50 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 …]
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 447 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 232 static unsigned aggregate(R &&Range, UnaryPredicate P) { 242 aggregate(getProcessorGroups(), [](const ProcessorGroup &G) { 250 aggregate(getProcessorGroups(), 297 aggregate(getProcessorGroups(), 301 aggregate(getProcessorGroups(), [&](const ProcessorGroup &G) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
| /freebsd-13.1/contrib/ofed/infiniband-diags/src/ |
| H A D | perfquery.c | 392 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()
|
| /freebsd-13.1/contrib/serf/ |
| H A D | CHANGES | 10 destroyed before it is morphed into an aggregate bucket (r1699791) 240 Experimental feature on aggregate buckets for a callback-on-empty 251 Fixed slowdown in aggregate bucket with millions of child buckets 265 Implement snapshot API for simple and aggregate buckets
|
| H A D | serf_bucket_types.h | 197 #define SERF_BUCKET_IS_AGGREGATE(b) SERF_BUCKET_CHECK((b), aggregate)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 81 OPENMP_DEFAULTMAP_KIND(aggregate)
|
| /freebsd-13.1/contrib/diff/doc/ |
| H A D | fdl.texi | 344 distribution medium, is called an ``aggregate'' if the copyright 347 When the Document is included in an aggregate, this License does not 348 apply to the other works in the aggregate which are not themselves 353 the entire aggregate, the Document's Cover Texts may be placed on 354 covers that bracket the Document within the aggregate, or the 357 aggregate.
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 457 bool aggregate; member 1301 .aggregate = sta_id >= 0, in iwl_trans_txq_enable() 1316 .aggregate = false, in iwl_trans_ac_txq_enable()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | array | 34 // No explicit construct/copy/destroy for aggregate type 147 // No explicit construct/copy/destroy for aggregate type 259 // No explicit construct/copy/destroy for aggregate type
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | ghash-x86_64.S | 59 # aggregate more multiplications than it takes to perform remaining 65 # from higher aggregate factor... 80 # ... 8x aggregate factor AVX code path is using reduction algorithm
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.c | 631 .aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_reconfig_scd() 913 .aggregate = cfg->aggregate, in iwl_mvm_enable_txq() 1340 cfg.aggregate = (queue >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_sta_alloc_queue() 1564 cfg.aggregate = (txq_id >= IWL_MVM_DQA_MIN_DATA_QUEUE || in iwl_mvm_realloc_queues_after_restart() 2044 .aggregate = false, in iwl_mvm_enable_aux_snif_queue() 2204 .aggregate = false, in iwl_mvm_send_add_bcast_sta() 2391 .aggregate = false, in iwl_mvm_add_mcast_sta() 3055 .aggregate = true, in iwl_mvm_sta_tx_agg_oper()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | type_traits | 108 struct nonesuch : private __nat { // make nonesuch "not an aggregate"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | rpmh-rsc.txt | 29 will be an aggregate of the sleep votes from each of those subsystems. Clients
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | tx.h | 945 u8 aggregate; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 247 // Helper "calling convention" to handle aggregate by value arguments. 252 // Still, the address of the aggregate copy in the callers stack frame is passed
|
| /freebsd-13.1/stand/ficl/softwords/ |
| H A D | oo.fr | 246 : do-aggregate 257 do-aggregate 270 do-aggregate
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 145 /// slot to implement ByVal aggregate parameter passing. Size and alignment
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | nvidia,tegra186-gpio.txt | 49 represents the aggregate status for all GPIOs within a set of ports. Thus, the
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 187 to run it multiple times and then aggregate the results of those runs. As a general rule of 189 you will have to aggregate over to get reliable results. Here are some additional things to keep in 191 * How you aggregate your samples are important. You might be tempted to use the mean of your
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 41 /// True when this class is an aggregate.
|
| /freebsd-13.1/contrib/libfido2/ |
| H A D | CMakeLists.txt | 181 "C4204" # nonstandard extension used: non-constant aggregate
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | COPYING.gplv3 | 239 "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.
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 184 The ZIO pipeline can aggregate I/O operations. For example, a contiguous
|