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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c2358 static int fromhex (__u8 c) function
2389 sbuf[wc] = (fromhex(d[0]) << 12) | (fromhex(d[1]) << 8) | (fromhex(d[2]) << 4) | fromhex(d[3]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1851 static int fromhex(unsigned char c) function
1874 sbuf[i] = (sbuf[i] << 4) + fromhex(*(b++));

Completed in 115 milliseconds