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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c454 static char *tohex(unsigned int x) function
483 add_string(&p, tohex((u32)(unsigned long) value));
484 add_string(&p, tohex(valuelen));
485 add_string(&p, tohex(ADDR(pname)));
486 add_string(&p, tohex(strlen(RELOC(pname))));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c2565 static char tohex(char hexdigit) function
2573 *s = tohex((i >> 12) & 0xf);
2576 *s = tohex((i >> 8) & 0xf);
2579 *s = tohex((i >> 4) & 0xf);
2582 *s = tohex(i & 0xf);

Completed in 51 milliseconds