Searched refs:nibble (Results 1 – 5 of 5) sorted by relevance
132 static char hex_char(char nibble) in hex_char() argument136 return buf[nibble & 0xF]; in hex_char()
67 int nibble = Utils.fromHex(s.charAt(n), true); // Set lenient to not blow up on ':' in parseMac() local68 if (nibble >= 0) { // ... and use only legit hex. in parseMac()69 mac = (mac << 4) | nibble; in parseMac()