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

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

Completed in 38 milliseconds