/external/perfetto/src/trace_processor/dynamic/ |
D | connected_flow_generator.cc | 88 BFS& Start(SliceId start_id) { in Start() argument 89 slices_to_visit_.push({start_id, VisitType::START}); in Start() 90 known_slices_.insert(start_id); in Start() 211 SliceId start_id{static_cast<uint32_t>(it->value.AsLong())}; in ComputeTable() local 213 if (!slice.id().IndexOf(start_id)) { in ComputeTable() 222 bfs.Start(start_id).VisitAll(VISIT_INCOMING_AND_OUTGOING, in ComputeTable() 226 bfs.Start(start_id).VisitAll(VISIT_OUTGOING, VISIT_DESCENDANTS); in ComputeTable() 229 bfs.Start(start_id).VisitAll(VISIT_INCOMING, VISIT_ANCESTORS); in ComputeTable() 240 start_ids->Append(start_id.value); in ComputeTable()
|
D | descendant_slice_generator.cc | 60 uint32_t start_id = static_cast<uint32_t>(it->value.AsLong()); in ComputeTable() local 61 auto descendants = GetDescendantSlices(slice, SliceId(start_id)); in ComputeTable() 70 start_ids->Append(start_id); in ComputeTable() 98 SliceId start_id) { in GetDescendantSlices() argument 99 auto start_row = slice.id().IndexOf(start_id); in GetDescendantSlices()
|
D | ancestor_generator.cc | 111 auto start_id = static_cast<uint32_t>(it->value.AsLong()); in ComputeTable() local 115 SliceId(start_id)); in ComputeTable() 119 CallsiteId(start_id)); in ComputeTable()
|
D | experimental_annotated_stack_generator.cc | 136 auto start_id = static_cast<uint32_t>(constraint_it->value.AsLong()); in ComputeTable() local 138 cs_table.id().IndexOf(CallsiteId(start_id)); in ComputeTable() 264 start_id_vals->Append(start_id); in ComputeTable()
|
D | descendant_slice_generator.h | 50 SliceId start_id);
|
/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 31 i) start_id=$2 ;; 167 local max=$(($start_id + $NS_TIMES - 1)) 172 for i in $(seq $start_id $max); do 178 for i in $(seq $start_id $max); do 355 start_id="${start_id:-1}" 365 start_id="${start_id:-1}" 370 start_id=$(($start_id + $NS_TIMES))
|
D | vxlan02.sh | 15 start_id=16700000 25 virt_add_delete_test "id $start_id group $mult_addr"
|
D | vxlan01.sh | 14 start_id=16700000
|
D | geneve02.sh | 10 start_id=16700000
|
D | geneve01.sh | 13 start_id=16700000
|
D | vxlan04.sh | 16 start_id=16700000
|
D | vxlan03.sh | 20 start_id=16700000
|
/external/rust/crates/aho-corasick/src/ |
D | nfa.rs | 51 start_id: S, field 167 self.state(self.start_id) in start() 171 let id = self.start_id; in start_mut() 186 let start_id = self.start_id; in copy_empty_matches() localVariable 187 self.copy_matches(start_id, dst); in copy_empty_matches() 196 fail: if self.anchored { dead_id() } else { self.start_id }, in add_dense_state() 209 fail: if self.anchored { dead_id() } else { self.start_id }, in add_sparse_state() 233 self.start_id in start_state() 627 start_id: usize_to_state_id(2)?, in new() 682 let mut prev = self.nfa.start_id; in build_trie() [all …]
|
D | dfa.rs | 51 self.repr().start_id in start_state() 168 self.repr().start_id in start_state() 227 self.repr().start_id in start_state() 288 self.repr().start_id in start_state() 355 self.repr().start_id in start_state() 403 start_id: S, field 523 let mut first_non_match = self.start_id.to_usize(); in shuffle_match_states() 559 if swaps[self.start_id.to_usize()] != fail_id() { in shuffle_match_states() 560 self.start_id = swaps[self.start_id.to_usize()]; in shuffle_match_states() 586 self.start_id = S::from_usize(self.start_id.to_usize() * alpha_len); in premultiply() [all …]
|
/external/perfetto/test/trace_processor/dynamic/ |
D | annotated_callstack.sql | 21 on (eac.start_id == ps.callsite_id) 24 order by eac.start_id asc, eac.depth asc;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_internal.cc | 406 int start_id = -1; in CreateSparseFeatureRepresentation() local 409 start_id = end_id; in CreateSparseFeatureRepresentation() 416 if (start_id < example_indices.size() && in CreateSparseFeatureRepresentation() 417 example_indices(start_id) == example_id) { in CreateSparseFeatureRepresentation() 419 &(feature_indices(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation() 424 &(feature_weights(start_id)), end_id - start_id)); in CreateSparseFeatureRepresentation() 427 if (end_id - start_id > 0) { in CreateSparseFeatureRepresentation()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1819 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1829 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF() 1844 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d ) in FT_CALLBACK_DEF() 1900 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1907 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() 1914 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_index() 1917 result = (FT_UInt)( start_id + ( char_code - start ) ); in tt_cmap8_char_index() 1936 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 1950 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() 1959 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) ) in tt_cmap8_char_next() [all …]
|
/external/perfetto/test/trace_processor/profiling/ |
D | perf_sample.sql | 23 on (eac.start_id == ps.callsite_id)
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 284 lldb::user_id_t start_id, 289 lldb::user_id_t start_id, 299 lldb::user_id_t start_id,
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl2.cc | 546 uint16_t start_id = 0; in SendNACK() local 559 start_id = i + 1; in SendNACK() 563 nack_length = size - start_id; in SendNACK() 571 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1]; in SendNACK() 574 &nack_list[start_id]); in SendNACK()
|
D | rtp_rtcp_impl.cc | 642 uint16_t start_id = 0; in SendNACK() local 655 start_id = i + 1; in SendNACK() 659 nack_length = size - start_id; in SendNACK() 667 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1]; in SendNACK() 670 &nack_list[start_id]); in SendNACK()
|
/external/strace/tests/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/external/strace/tests-m32/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/external/strace/tests-mx32/ |
D | bpf.c | 780 .start_id = 0xdeadbeef 782 .size = offsetofend(struct BPF_PROG_GET_NEXT_ID_struct, start_id), 787 .start_id = 0xdeadbeef 800 .start_id = 0xbadc0ded, 808 .start_id = 0xbadc0ded,
|
/external/strace/ |
D | bpf_attr_check.c | 398 static_assert(SoM(struct BPF_PROG_GET_NEXT_ID_struct, start_id) == SoM(union bpf_attr, start_id), 400 …_assert(offsetof(struct BPF_PROG_GET_NEXT_ID_struct, start_id) == offsetof(union bpf_attr, start_i…
|