HomeSort by relevance Sort by last modified time
    Searched refs:max_id (Results 1 - 22 of 22) sorted by null

  /external/perfetto/src/tracing/core/
id_allocator.cc 23 IdAllocatorGeneric::IdAllocatorGeneric(uint32_t max_id) : max_id_(max_id) {
24 PERFETTO_DCHECK(max_id > 1);
id_allocator.h 34 // |max_id| is inclusive.
35 explicit IdAllocatorGeneric(uint32_t max_id);
38 // Returns an ID in the range [1, max_id] or 0 if no more ids are available.
  /external/perfetto/tools/ftrace_proto_gen/
ftrace_descriptor_gen.cc 30 int max_id = 0; local
32 max_id = std::max(max_id, one_of_event->field(i)->number());
46 *fout << std::to_string(max_id + 1) + "> descriptors{{";
48 for (int i = 0; i <= max_id; i++) {
proto_gen_utils.h 87 uint32_t max_id = 0; member in struct:perfetto::Proto
proto_gen_utils.cc 314 field.number = ++max_id;
323 max_id = std::max(max_id, other.number);
  /external/ltp/testcases/network/stress/dns/
dns-stress01-rmt 29 min_id max_id connect_quantity"
37 max_id="$6"
62 [ $id -gt $max_id ] && id=$min_id
dns-stress02-rmt 28 min_id max_id connect_quantity"
36 max_id="$6"
66 [ $id -gt $max_id ] && id=$min_id
  /external/capstone/
utils.c 17 unsigned short max_id = insns[size - 1].id; local
20 unsigned short *cache = (unsigned short *)cs_mem_malloc(sizeof(*cache) * (max_id + 1));
  /external/perfetto/include/perfetto/traced/
sys_stats_counters.h 212 int max_id = 0; local
214 max_id = std::max(max_id, kMeminfoKeys[i].id);
216 v.resize(static_cast<size_t>(max_id) + 1);
223 int max_id = 0; local
225 max_id = std::max(max_id, kVmstatKeys[i].id);
227 v.resize(static_cast<size_t>(max_id) + 1);
  /external/v8/src/compiler/
graph-reducer.cc 147 NodeId const max_id = static_cast<NodeId>(graph()->NodeCount() - 1);
174 Replace(node, replacement, max_id);
190 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) {
193 if (replacement->id() <= max_id) {
209 if (user->id() <= max_id) {
graph-reducer.h 166 // less than or equal to {max_id}. Otherwise, replace all uses of {node} whose
167 // id is less than or equal to {max_id} with the {replacement}.
168 void Replace(Node* node, Node* replacement, NodeId max_id);
  /external/u-boot/include/
scsi.h 165 * @max_id: Maximum number of target ids
170 unsigned long max_id; member in struct:scsi_platdata
  /external/u-boot/arch/arm/include/asm/arch-tegra/
bpmp_abi.h 899 uint32_t max_id; member in struct:cmd_clk_get_max_clk_id_response
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
const_folding_rules.cpp 665 uint32_t max_id = operand_inst->GetSingleWordInOperand(4);
667 const_mgr->FindDeclaredConstant(max_id);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
const_folding_rules.cpp 665 uint32_t max_id = operand_inst->GetSingleWordInOperand(4);
667 const_mgr->FindDeclaredConstant(max_id);
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs.h 155 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args
  /external/kernel-headers/original/uapi/linux/
btrfs.h 228 __u64 max_id; /* out */ member in struct:btrfs_ioctl_fs_info_args
  /external/u-boot/drivers/scsi/
scsi.c 620 for (i = 0; i < uc_plat->max_id; i++)
  /external/strace/
btrfs.c 764 PRINT_FIELD_U("{", args, max_id);
  /external/u-boot/drivers/ata/
ahci.c 1173 uc_plat->max_id = 2;
  /external/wpa_supplicant_8/src/common/
dpp.c 8327 unsigned int max_id = 0; local
8592 unsigned int max_id = 0; local
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column_ops_test.py     [all...]

Completed in 1706 milliseconds