Searched refs:penultimate (Results 1 – 6 of 6) 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
1197 negative indices -1 is the last index and -2 is the penultimate (next to last)
1120 instruction and return the penultimate branch in the ``TBB`` parameter.
830 344560 Fix stack traces missing penultimate frame on OS X