Home
last modified time | relevance | path

Searched refs:IntToHex (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_software_update/
Dupdate_bundle_accessor.cc60 char IntToHex(uint8_t val) { in IntToHex() function
69 key_id_str[i * 2] = IntToHex((value >> 4) & 0xf); in LogKeyId()
70 key_id_str[i * 2 + 1] = IntToHex(value & 0xf); in LogKeyId()
/external/perfetto/src/base/
Dstring_utils_unittest.cc281 TEST(StringUtilsTest, IntToHex) { in TEST() argument