Home
last modified time | relevance | path

Searched refs:raw_address (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dprintk_formats_parser.cc41 std::string raw_address = line.substr(0, index); in ParsePrintkFormats() local
45 raw_address = base::StripSuffix(raw_address, " "); in ParsePrintkFormats()
54 base::Optional<uint64_t> address = base::StringToUInt64(raw_address, 16); in ParsePrintkFormats()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/himax_we1_evb/
Dimage_provider.cc42 hx_drv_image_rescale((uint8_t*)g_pimg_config.raw_address, in GetImage()
/external/google-breakpad/src/processor/
Dminidump_processor.cc378 size_t raw_address) in GetAddressForArchitecture() argument
388 return raw_address & 0xffffffffULL; in GetAddressForArchitecture()
393 return raw_address; in GetAddressForArchitecture()