Searched refs:penultimate (Results 1 – 4 of 4) sorted by relevance
293 String penultimate = Integer.toHexString(((quad[0] & 0xff) << 8) | (quad[1] & 0xff)); in convertDottedQuadToHex() local295 return initialPart + penultimate + ":" + ultimate; in convertDottedQuadToHex()
4 ; During coalescing, remat triggers DCE which deletes the penultimate use of a
1122 instruction and return the penultimate branch in the ``TBB`` parameter.
345 344560 Fix stack traces missing penultimate frame on OS X