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

/macosx-10.10.1/Libc-1044.1.2/net/
H A Dinet_ntop.c23 uint8_t x8, hx8; local
69 hx8 = x8 >> 4;
70 if (hx8 != 0)
73 hexa[k][j++] = hexchars[hx8];
76 hx8 = x8 & 0x0f;
77 if ((skip == 0) || ((skip == 1) && (hx8 != 0)))
80 hexa[k][j++] = hexchars[hx8];
85 hx8 = x8 >> 4;
86 if ((skip == 0) || ((skip == 1) && (hx8 != 0)))
88 hexa[k][j++] = hexchars[hx8];
[all...]

Completed in 93 milliseconds