Home
last modified time | relevance | path

Searched refs:kUint32 (Results 1 – 20 of 20) sorted by relevance

/external/perfetto/src/trace_processor/
Dftrace_descriptors.cc49 {"state", ProtoSchemaType::kUint32},
50 {"cpu_id", ProtoSchemaType::kUint32},
58 {"min_freq", ProtoSchemaType::kUint32},
59 {"max_freq", ProtoSchemaType::kUint32},
60 {"cpu_id", ProtoSchemaType::kUint32},
68 {"state", ProtoSchemaType::kUint32},
69 {"cpu_id", ProtoSchemaType::kUint32},
121 {"io_wait", ProtoSchemaType::kUint32},
167 {"target_cpus", ProtoSchemaType::kUint32},
176 {"vec", ProtoSchemaType::kUint32},
[all …]
Dproto_trace_parser.cc1015 case ProtoSchemaType::kUint32: in ParseTypedFtraceToRaw()
/external/perfetto/src/traced/probes/ftrace/
Devent_info.cc27 event->fields.push_back(MakeField("code", 6, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
28 event->fields.push_back(MakeField("flags", 7, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
48 event->fields.push_back(MakeField("old_prio", 3, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
49 event->fields.push_back(MakeField("new_prio", 4, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
51 MakeField("desired_prio", 5, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
103 MakeField("nr_sector", 3, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
104 event->fields.push_back(MakeField("bytes", 4, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
119 MakeField("nr_sector", 3, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
133 MakeField("nr_sector", 3, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
147 MakeField("nr_sector", 3, ProtoSchemaType::kUint32)); in GetStaticEventInfo()
[all …]
Devent_info_constants.cc57 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint32) { in SetTranslationStrategy()
61 } else if (ftrace == kFtraceUint16 && proto == ProtoSchemaType::kUint32) { in SetTranslationStrategy()
65 } else if (ftrace == kFtraceUint32 && proto == ProtoSchemaType::kUint32) { in SetTranslationStrategy()
92 } else if (ftrace == kFtraceBool && proto == ProtoSchemaType::kUint32) { in SetTranslationStrategy()
Dcpu_reader_unittest.cc707 field->proto_field_type = ProtoSchemaType::kUint32; in TEST_F()
741 field->proto_field_type = ProtoSchemaType::kUint32; in TEST_F()
/external/v8/src/
Dmachine-type.h46 kUint32, enumerator
89 return semantic() == MachineSemantic::kUint32 || in IsUnsigned()
111 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32); in Uint8()
118 MachineSemantic::kUint32); in Uint16()
125 MachineSemantic::kUint32); in Uint32()
Dmachine-type.cc65 case MachineSemantic::kUint32: in operator <<()
Dvalue-serializer.cc86 kUint32 = 'U', enumerator
1194 case SerializationTag::kUint32: { in ReadObjectInternal()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantization_util.cc64 case ArrayDataType::kUint32: in GetQuantizedDataType()
108 case ArrayDataType::kUint32: in ChooseQuantizationParamsForArrayAndQuantizedDataType()
110 ArrayDataType::kUint32>(array, quantization_params); in ChooseQuantizationParamsForArrayAndQuantizedDataType()
Dresolve_constant_reshape.cc86 case ArrayDataType::kUint32: in Run()
87 CopyArrayBuffer<ArrayDataType::kUint32>(input_array, &output_array); in Run()
Dresolve_constant_fake_quant.cc49 case ArrayDataType::kUint32: in GetBoundsForQuantizedDataType()
50 return GetBoundsForQuantizedDataType<ArrayDataType::kUint32>(min, max); in GetBoundsForQuantizedDataType()
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h57 kUint32, enumerator
93 case ProtoSchemaType::kUint32: in ProtoSchemaToString()
/external/v8/src/compiler/
Dtype-cache.h36 Type const kUint32 = Type::Unsigned32();
Dsimplified-lowering.cc1060 return MachineSemantic::kUint32; in DeoptValueSemanticOf()
1083 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf()
Dwasm-compiler.cc1583 case MachineSemantic::kUint32: in Min()
1598 case MachineSemantic::kUint32: in Max()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc80 case ArrayDataType::kUint32: in ArrayDataTypeName()
814 case ArrayDataType::kUint32: in CompareConstantArrays()
815 return CompareArrayBuffers<ArrayDataType::kUint32>(lhs_array, rhs_array); in CompareConstantArrays()
1423 case ArrayDataType::kUint32: in CloneArray()
1424 CopyArrayBuffer<ArrayDataType::kUint32>(source_array, &target_array); in CloneArray()
1745 case ArrayDataType::kUint32: in ElementSize()
Dmodel.h218 kUint32, enumerator
261 struct DataTypeImpl<ArrayDataType::kUint32> {
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1634 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
1646 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1175 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
1187 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
/external/v8/
DChangeLog39042 [Crankshaft] Don't do HMathFloorOfDiv optimization for kUint32 values