Searched refs:as_uint64 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/lldb/test/Shell/Register/Inputs/ |
D | x86-ymm-write.cpp | 6 uint64_t as_uint64[4]; member 12 .as_uint64 = { 0, 0, 0, 0 } in main()
|
D | x86-zmm-write.cpp | 6 uint64_t as_uint64[8]; member 12 .as_uint64 = { 0, 0, 0, 0, 0, 0, 0, 0 } in main()
|
D | x86-64-write.cpp | 6 uint64_t as_uint64[2]; member 12 .as_uint64 = { 0, 0 } in main()
|
D | x86-mm-xmm-write.cpp | 6 uint64_t as_uint64[2]; member 12 .as_uint64 = { 0, 0 } in main()
|
/external/perfetto/include/perfetto/protozero/ |
D | field.h | 93 uint64_t as_uint64() const { in as_uint64() function 169 void get(uint64_t* val) const { *val = as_uint64(); } in get()
|
/external/perfetto/tools/compact_reencode/ |
D | main.cc | 59 out->AppendVarInt(field.id(), field.as_uint64()); in CopyField() 65 out->AppendFixed(field.id(), field.as_uint64()); in CopyField()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | packet_sequence_state.cc | 38 iid = field.as_uint64(); in InternMessage()
|
D | track_event_parser.cc | 134 protos::pbzero::InternedData::kSourceLocations, field.as_uint64()); in MaybeParseSourceLocation()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_tokenizer.cc | 91 raw_timestamp = ts_field.as_uint64(); in TokenizeFtraceEvent()
|
D | ftrace_parser.cc | 336 raw_pid = pid_field.as_uint64(); in ParseFtraceEvent() 647 protos::pbzero::InternedString>(fld.as_uint64()); in ParseTypedFtraceToRaw() 680 inserter.AddArg(name_id, Variadic::UnsignedInteger(fld.as_uint64())); in ParseTypedFtraceToRaw()
|
/external/perfetto/src/trace_processor/util/ |
D | proto_to_args_parser.cc | 198 delegate.AddUnsignedInteger(key_prefix_, field.as_uint64()); in ParseSimpleField()
|
D | protozero_to_text.cc | 103 std::to_string(field.as_uint64())); in ConvertProtoTypeToFieldAndValueString()
|
D | proto_to_args_parser_unittest.cc | 344 protos::pbzero::InternedData::kSourceLocations, field.as_uint64()); in TEST_F()
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 129 protozero::proto_utils::WriteVarInt(f.as_uint64(), buf) - buf); in GetFieldSize()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 713 def as_uint64(self):
|
/external/dtc/tests/ |
D | pylibfdt_tests.py | 382 self.get_prop("prop-uint64").as_uint64())
|