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

/external/mdnsresponder/mDNSPosix/
H A DIdentify.c325 static const char hexValues[] = "0123456789ABCDEF"; local
326 buffer[i * 4 ] = hexValues[p[15-i] & 0x0F];
328 buffer[i * 4 + 2] = hexValues[p[15-i] >> 4];
/external/mdnsresponder/mDNSCore/
H A DmDNS.c9202 static const char hexValues[] = "0123456789ABCDEF"; local
9203 buffer[i * 4 ] = hexValues[set->ip.ip.v6.b[15 - i] & 0x0F];
9205 buffer[i * 4 + 2] = hexValues[set->ip.ip.v6.b[15 - i] >> 4];

Completed in 110 milliseconds