/external/perfetto/src/trace_processor/ |
D | ftrace_descriptors.cc | 49 {"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 …]
|
D | proto_trace_parser.cc | 1015 case ProtoSchemaType::kUint32: in ParseTypedFtraceToRaw()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info.cc | 27 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 …]
|
D | event_info_constants.cc | 57 } 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()
|
D | cpu_reader_unittest.cc | 707 field->proto_field_type = ProtoSchemaType::kUint32; in TEST_F() 741 field->proto_field_type = ProtoSchemaType::kUint32; in TEST_F()
|
/external/v8/src/ |
D | machine-type.h | 46 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()
|
D | machine-type.cc | 65 case MachineSemantic::kUint32: in operator <<()
|
D | value-serializer.cc | 86 kUint32 = 'U', enumerator 1194 case SerializationTag::kUint32: { in ReadObjectInternal()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | quantization_util.cc | 64 case ArrayDataType::kUint32: in GetQuantizedDataType() 108 case ArrayDataType::kUint32: in ChooseQuantizationParamsForArrayAndQuantizedDataType() 110 ArrayDataType::kUint32>(array, quantization_params); in ChooseQuantizationParamsForArrayAndQuantizedDataType()
|
D | resolve_constant_reshape.cc | 86 case ArrayDataType::kUint32: in Run() 87 CopyArrayBuffer<ArrayDataType::kUint32>(input_array, &output_array); in Run()
|
D | resolve_constant_fake_quant.cc | 49 case ArrayDataType::kUint32: in GetBoundsForQuantizedDataType() 50 return GetBoundsForQuantizedDataType<ArrayDataType::kUint32>(min, max); in GetBoundsForQuantizedDataType()
|
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 57 kUint32, enumerator 93 case ProtoSchemaType::kUint32: in ProtoSchemaToString()
|
/external/v8/src/compiler/ |
D | type-cache.h | 36 Type const kUint32 = Type::Unsigned32();
|
D | simplified-lowering.cc | 1060 return MachineSemantic::kUint32; in DeoptValueSemanticOf() 1083 machine_type.semantic() == MachineSemantic::kUint32); in DeoptMachineTypeOf()
|
D | wasm-compiler.cc | 1583 case MachineSemantic::kUint32: in Min() 1598 case MachineSemantic::kUint32: in Max()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 80 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()
|
D | model.h | 218 kUint32, enumerator 261 struct DataTypeImpl<ArrayDataType::kUint32> {
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1634 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize() 1646 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 1175 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize() 1187 if (left_type.semantic() == MachineSemantic::kUint32) { in TryNarrowOpcodeSize()
|
/external/v8/ |
D | ChangeLog | 39042 [Crankshaft] Don't do HMathFloorOfDiv optimization for kUint32 values
|