Searched defs:ultimate (Results 1 – 2 of 2) sorted by relevance
330 String ultimate = Integer.toHexString(((quad[2] & 0xff) << 8) | (quad[3] & 0xff)); in convertDottedQuadToHex() local