Home
last modified time | relevance | path

Searched refs:max_id (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/tools/ftrace_proto_gen/
Dftrace_descriptor_gen.cc30 int max_id = 0; in GenerateFtraceDescriptors() local
32 max_id = std::max(max_id, one_of_event->field(i)->number()); in GenerateFtraceDescriptors()
46 *fout << std::to_string(max_id + 1) + "> descriptors{{"; in GenerateFtraceDescriptors()
48 for (int i = 0; i <= max_id; i++) { in GenerateFtraceDescriptors()
Dproto_gen_utils.cc314 field.number = ++max_id; in MergeFrom()
323 max_id = std::max(max_id, other.number); in AddField()
Dproto_gen_utils.h87 uint32_t max_id = 0; member
/external/perfetto/include/perfetto/traced/
Dsys_stats_counters.h212 int max_id = 0; in BuildMeminfoCounterNames() local
214 max_id = std::max(max_id, kMeminfoKeys[i].id); in BuildMeminfoCounterNames()
216 v.resize(static_cast<size_t>(max_id) + 1); in BuildMeminfoCounterNames()
223 int max_id = 0; in BuildVmstatCounterNames() local
225 max_id = std::max(max_id, kVmstatKeys[i].id); in BuildVmstatCounterNames()
227 v.resize(static_cast<size_t>(max_id) + 1); in BuildVmstatCounterNames()
/external/perfetto/src/tracing/core/
Did_allocator.cc23 IdAllocatorGeneric::IdAllocatorGeneric(uint32_t max_id) : max_id_(max_id) { in IdAllocatorGeneric() argument
24 PERFETTO_DCHECK(max_id > 1); in IdAllocatorGeneric()
Did_allocator.h35 explicit IdAllocatorGeneric(uint32_t max_id);
/external/v8/src/compiler/
Dgraph-reducer.cc147 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1); in ReduceTop() local
174 Replace(node, replacement, max_id); in ReduceTop()
190 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() argument
193 if (replacement->id() <= max_id) { in Replace()
209 if (user->id() <= max_id) { in Replace()
Dgraph-reducer.h168 void Replace(Node* node, Node* replacement, NodeId max_id); in NON_EXPORTED_BASE()
/external/ltp/testcases/network/stress/dns/
Ddns-stress01-rmt37 max_id="$6"
62 [ $id -gt $max_id ] && id=$min_id
Ddns-stress02-rmt36 max_id="$6"
66 [ $id -gt $max_id ] && id=$min_id
/external/capstone/
Dutils.c17 unsigned short max_id = insns[size - 1].id; in make_id2insn() local
20 unsigned short *cache = (unsigned short *)cs_mem_malloc(sizeof(*cache) * (max_id + 1)); in make_id2insn()
/external/u-boot/include/
Dscsi.h170 unsigned long max_id; member
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dbpmp_abi.h899 uint32_t max_id; member
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp665 uint32_t max_id = operand_inst->GetSingleWordInOperand(4); in FoldFClampFeedingCompare() local
667 const_mgr->FindDeclaredConstant(max_id); in FoldFClampFeedingCompare()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp665 uint32_t max_id = operand_inst->GetSingleWordInOperand(4); in FoldFClampFeedingCompare() local
667 const_mgr->FindDeclaredConstant(max_id); in FoldFClampFeedingCompare()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h228 __u64 max_id; /* out */ member
/external/u-boot/drivers/scsi/
Dscsi.c620 for (i = 0; i < uc_plat->max_id; i++) in scsi_scan_dev()
/external/wpa_supplicant_8/src/common/
Ddpp.c8327 unsigned int max_id = 0; in dpp_next_id() local
8330 if (bi->id > max_id) in dpp_next_id()
8331 max_id = bi->id; in dpp_next_id()
8333 return max_id + 1; in dpp_next_id()
8592 unsigned int max_id = 0; in dpp_next_configurator_id() local
8596 if (conf->id > max_id) in dpp_next_configurator_id()
8597 max_id = conf->id; in dpp_next_configurator_id()
8599 return max_id + 1; in dpp_next_configurator_id()
/external/strace/
Dbtrfs.c764 PRINT_FIELD_U("{", args, max_id); in MPERS_PRINTER_DECL()
/external/u-boot/drivers/ata/
Dahci.c1173 uc_plat->max_id = 2; in ahci_probe_scsi()
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops_test.py1540 max_id = 200
1574 max_id)