Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dxml_utils.cpp383 char hex_map[] = "0123456789ABCDEF"; in output_symbol_bytes() local
385 hex[0] = hex_map[(contents[i] >> 4) & 0xf]; in output_symbol_bytes()
386 hex[1] = hex_map[contents[i] & 0xf]; in output_symbol_bytes()