Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprom_init.c655 static char *tohex(unsigned int x) in tohex() function
684 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop()
685 add_string(&p, tohex(valuelen)); in prom_setprop()
686 add_string(&p, tohex(ADDR(pname))); in prom_setprop()
687 add_string(&p, tohex(prom_strlen(pname))); in prom_setprop()
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py140 def tohex(ip): function
1584 byte_str = tohex(ip).rjust(16)
1655 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) +
1657 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +