Searched refs:penultimate (Results 1 – 3 of 3) sorted by relevance
348 String penultimate = Integer.toHexString(((quad[0] & 0xff) << 8) | (quad[1] & 0xff)); in convertDottedQuadToHex() local350 return initialPart + penultimate + ":" + ultimate; in convertDottedQuadToHex()
4 ; During coalescing, remat triggers DCE which deletes the penultimate use of a
1019 instruction and return the penultimate branch in the ``TBB`` parameter.