Searched refs:raw_address (Results 1 – 3 of 3) sorted by relevance
41 std::string raw_address = line.substr(0, index); in ParsePrintkFormats() local45 raw_address = base::StripSuffix(raw_address, " "); in ParsePrintkFormats()54 base::Optional<uint64_t> address = base::StringToUInt64(raw_address, 16); in ParsePrintkFormats()
42 hx_drv_image_rescale((uint8_t*)g_pimg_config.raw_address, in GetImage()
378 size_t raw_address) in GetAddressForArchitecture() argument388 return raw_address & 0xffffffffULL; in GetAddressForArchitecture()393 return raw_address; in GetAddressForArchitecture()