/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_emit.h | 165 struct etna_coalesce *coalesce) in etna_coalesce_start() argument 167 coalesce->start = etna_cmd_stream_offset(stream); in etna_coalesce_start() 168 coalesce->last_reg = 0; in etna_coalesce_start() 169 coalesce->last_fixp = 0; in etna_coalesce_start() 174 struct etna_coalesce *coalesce) in etna_coalesce_end() argument 177 uint32_t size = end - coalesce->start; in etna_coalesce_end() 180 uint32_t offset = coalesce->start - 1; in etna_coalesce_end() 193 check_coalsence(struct etna_cmd_stream *stream, struct etna_coalesce *coalesce, in check_coalsence() argument 196 if (coalesce->last_reg != 0) { in check_coalsence() 197 if (((coalesce->last_reg + 4) != reg) || (coalesce->last_fixp != fixp)) { in check_coalsence() [all …]
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/summary/ |
D | processes.sql | 102 coalesce(max_running_dur, 0) AS max_running_dur, 103 coalesce(sum_running_dur, 0) AS sum_running_dur, 104 coalesce(running_count, 0) AS running_count, 105 coalesce(thread_slice_count, 0) AS thread_slice_count, 106 coalesce(perf_sample_count, 0) AS perf_sample_count, 107 coalesce(instruments_sample_count, 0) AS instruments_sample_count, 108 coalesce(process_slice_count, 0) AS process_slice_count, 109 coalesce(allocation_count, 0) AS allocation_count, 110 coalesce(graph_object_count, 0) AS graph_object_count
|
D | threads.sql | 101 coalesce(max_running_dur, 0) AS max_running_dur, 102 coalesce(sum_running_dur, 0) AS sum_running_dur, 103 coalesce(running_count, 0) AS running_count, 104 coalesce(slice_count, 0) AS slice_count, 105 coalesce(perf_sample_count, 0) AS perf_sample_count, 106 coalesce(instruments_sample_count, 0) AS instruments_sample_count
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/wattson/curves/ |
D | estimates.sql | 73 iif(suspended, 0.0, coalesce(base.cpu0_curve, lut0.curve_value)) AS cpu0_curve, 74 iif(suspended, 0.0, coalesce(base.cpu1_curve, lut1.curve_value)) AS cpu1_curve, 75 iif(suspended, 0.0, coalesce(base.cpu2_curve, lut2.curve_value)) AS cpu2_curve, 76 iif(suspended, 0.0, coalesce(base.cpu3_curve, lut3.curve_value)) AS cpu3_curve, 80 iif(suspended, 0.0, coalesce(base.cpu4_curve, 0.0)) AS cpu4_curve, 81 iif(suspended, 0.0, coalesce(base.cpu5_curve, 0.0)) AS cpu5_curve, 82 iif(suspended, 0.0, coalesce(base.cpu6_curve, 0.0)) AS cpu6_curve, 83 iif(suspended, 0.0, coalesce(base.cpu7_curve, 0.0)) AS cpu7_curve, 84 iif(no_static = 1, 0.0, coalesce(static_1d.curve_value, static_2d.curve_value)) AS static_curve, 147 coalesce(l3_hit_value, 0) + coalesce(l3_miss_value, 0)
|
D | w_cpu_dependence.sql | 27 coalesce(idle_4, 1), 28 coalesce(idle_5, 1), 29 coalesce(idle_6, 1), 30 coalesce(idle_7, 1)
|
D | w_dsu_dependence.sql | 48 coalesce(idle_4, 1), 49 coalesce(idle_5, 1), 50 coalesce(idle_6, 1), 51 coalesce(idle_7, 1)
|
/external/perfetto/src/trace_processor/metrics/sql/android/ |
D | process_mem.sql | 55 COALESCE(file_rss, 0) 56 + COALESCE(anon_rss, 0) 57 + COALESCE(shmem_rss, 0) AS rss_val, 58 COALESCE(file_rss, 0) 59 + COALESCE(anon_rss, 0) 60 + COALESCE(shmem_rss, 0) 61 + COALESCE(swap, 0) AS rss_and_swap_val
|
D | android_boot_unagg.sql | 38 FROM android_app_process_starts WHERE proc_start_ts > (SELECT COALESCE(MIN(ts), 0) 54 FROM android_app_process_starts WHERE proc_start_ts > (SELECT COALESCE(MIN(ts), 0) 71 FROM android_app_process_starts WHERE proc_start_ts > (SELECT COALESCE(MIN(ts), 0) 101 ) FROM android_garbage_collection_events WHERE gc_ts > (SELECT COALESCE(MIN(ts), 0)
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/ |
D | services.sql | 127 coalesce(client_binder.client_oom_score, server_binder.client_oom_score) AS client_oom_score, 128 coalesce(client_binder.client_process, server_binder.client_process) AS client_process, 129 coalesce(client_binder.client_thread, server_binder.client_thread) AS client_thread, 130 coalesce(client_binder.client_pid, server_binder.client_pid) AS client_pid, 131 coalesce(client_binder.client_tid, server_binder.client_tid) AS client_tid, 132 coalesce(client_binder.client_upid, server_binder.client_upid) AS client_upid, 133 coalesce(client_binder.client_utid, server_binder.client_utid) AS client_utid, 134 coalesce(client_binder.client_ts, server_binder.client_ts) AS client_ts, 135 coalesce(client_binder.client_dur, server_binder.client_dur) AS client_dur,
|
D | desktop_mode.sql | 87 coalesce(a.ts, trace_start()) AS ts, 89 coalesce( 96 ts > coalesce(a.ts, trace_start()) 98 ) - coalesce(a.ts, trace_start()) AS dur, 99 coalesce(a.instance_id, r.instance_id) AS instance_id, 100 coalesce(a.uid, r.uid) AS uid
|
/external/iw/ |
D | coalesce.c | 14 SECTION(coalesce); 165 COMMAND(coalesce, enable, "<config-file>", 167 "Enable coalesce with given configuration.\n" 168 "The configuration file contains coalesce rules:\n" 189 /* just a set w/o coalesce attribute */ in handle_coalesce_disable() 192 COMMAND(coalesce, disable, "", NL80211_CMD_SET_COALESCE, 0, CIB_PHY, 193 handle_coalesce_disable, "Disable coalesce."); 208 printf("Coalesce is disabled.\n"); in print_coalesce_handler() 212 printf("Coalesce is enabled:\n"); in print_coalesce_handler() 282 COMMAND(coalesce, show, "", NL80211_CMD_GET_COALESCE, 0, CIB_PHY, handle_coalesce_show, [all …]
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
D | Capsule.h | 37 the current location of the various capsule fragments and coalesce them 83 capsule coalesce function, which must be called first, returns a base 86 returned by the Coalesce() function. Then this function can create a 94 @param[in] CapsuleBase Address returned by the capsule coalesce function. 95 @param[in] CapsuleSize Value returned by the capsule coalesce function. 113 /// for PEI to coalesce a capsule from a scattered set of memory locations 118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/ |
D | Capsule.h | 37 the current location of the various capsule fragments and coalesce them 83 capsule coalesce function, which must be called first, returns a base 86 returned by the Coalesce() function. Then this function can create a 94 @param[in] CapsuleBase Address returned by the capsule coalesce function. 95 @param[in] CapsuleSize Value returned by the capsule coalesce function. 113 /// for PEI to coalesce a capsule from a scattered set of memory locations 118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
D | Capsule.h | 37 the current location of the various capsule fragments and coalesce them 83 capsule coalesce function, which must be called first, returns a base 86 returned by the Coalesce() function. Then this function can create a 94 @param[in] CapsuleBase Address returned by the capsule coalesce function. 95 @param[in] CapsuleSize Value returned by the capsule coalesce function. 113 /// for PEI to coalesce a capsule from a scattered set of memory locations 118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
D | Capsule.h | 43 the current location of the various capsule fragments and coalesce them 89 capsule coalesce function, which must be called first, returns a base 92 returned by the Coalesce() function. Then this function can create a 100 @param[in] CapsuleBase Address returned by the capsule coalesce function. 101 @param[in] CapsuleSize Value returned by the capsule coalesce function. 119 /// for PEI to coalesce a capsule from a scattered set of memory locations 124 EFI_PEI_CAPSULE_COALESCE Coalesce; member
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/memory/heap_profile/ |
D | callstacks.sql | 42 coalesce(m.self_size, 0) AS self_size, 43 coalesce(m.self_count, 0) AS self_count, 44 coalesce(m.self_alloc_size, 0) AS self_alloc_size, 45 coalesce(m.self_alloc_count, 0) AS self_alloc_count
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | gro.c | 8 * sequence numbers coalesce. The one exception being the last data 12 * Pure ACK does not coalesce. 18 * different TCP header options shouldn't coalesce. Nit: given that 23 * ip fragments (ipv6) shouldn't coalesce. 25 * Packets larger than GRO_MAX_SIZE packets shouldn't coalesce. 31 * may not coalesce all of the packets. 344 * legal IP datagram length, do not coalesce 364 /* Pure acks and dup acks don't coalesce */ 468 /* Packets with invalid checksum don't coalesce. */ 483 /* Packets with non-consecutive sequence number don't coalesce.*/ [all …]
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/linux/memory/ |
D | process.sql | 125 -- We do COALESCE only on `shmem_rss` and `swap`, as it can be expected all 131 file_rss + anon_rss + coalesce(shmem_rss, 0) AS rss, 133 anon_rss + coalesce(swap, 0) AS anon_rss_and_swap, 134 anon_rss + file_rss + coalesce(shmem_rss, 0) + coalesce(swap, 0) AS rss_and_swap
|
/external/perfetto/src/trace_processor/metrics/sql/webview/ |
D | webview_power_usage.sql | 76 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 100 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 114 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 150 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 164 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 191 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 204 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas 275 SELECT SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/callstacks/ |
D | stack_profile.sql | 80 coalesce( 86 demangle(coalesce(s.name, f.deobfuscated_name, f.name)), 87 coalesce(s.name, f.deobfuscated_name, f.name, '[Unknown]') 91 coalesce(jsf.line, s.line_number) AS line_number, 92 coalesce(jsf.col, 0) AS column_number, 169 iif(c.is_leaf_function_in_callsite_frame, coalesce(m.self_count, 0), 0) AS self_count
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/scroll_jank/ |
D | scroll_jank_intervals.sql | 115 coalesce(num_janky_frames, 0) AS janky_frame_count, 116 round(coalesce(scroll_jank_percentage, 0), 2) AS janky_frame_percent 121 presented_vsync_count + coalesce(total_missed_vsyncs, 0) AS frame_count, 151 -- us to coalesce all earlier events up to the maximum. 159 -- us to coalesce all later events up to the nearest local maximum. 180 -- Coalesce all slices within an interval.
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_coalesced_packet.cc | 31 QUIC_BUG(quic_bug_10611_1) << "Trying to coalesce an empty packet"; in MaybeCoalescePacket() 48 // Do not coalesce packet with different self/peer addresses. in MaybeCoalescePacket() 50 << "Cannot coalesce packet because self/peer address changed"; in MaybeCoalescePacket() 59 // Do not coalesce packets of the same encryption level. in MaybeCoalescePacket() 63 // Do not coalesce packets with different ECN codepoints. in MaybeCoalescePacket() 67 // Do not coalesce packets with different flow labels in MaybeCoalescePacket()
|
/external/perfetto/ui/src/plugins/dev.perfetto.AndroidClientServer/ |
D | index.ts | 75 coalesce(client.client_ts, server.client_ts, slice.ts) as ts, 76 coalesce(client.client_dur, server.client_dur, slice.dur) as dur, 77 coalesce( 82 coalesce( 90 coalesce( 100 coalesce(client.is_sync, server.is_sync, true) as is_sync
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_coalesced_packet.cc | 31 QUIC_BUG(quic_bug_10611_1) << "Trying to coalesce an empty packet"; in MaybeCoalescePacket() 48 // Do not coalesce packet with different self/peer addresses. in MaybeCoalescePacket() 50 << "Cannot coalesce packet because self/peer address changed"; in MaybeCoalescePacket() 59 // Do not coalesce packets of the same encryption level. in MaybeCoalescePacket() 63 // Do not coalesce packets with different ECN codepoints. in MaybeCoalescePacket() 67 // Do not coalesce packets with different flow labels in MaybeCoalescePacket()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/ |
D | coalesce.rs | 89 /// See [`.coalesce()`](crate::Itertools::coalesce) for more information. 90 pub type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>; typedef 101 /// Create a new `Coalesce`. 102 pub fn coalesce<I, F>(mut iter: I, f: F) -> Coalesce<I, F> in coalesce() function 106 Coalesce { in coalesce()
|