Home
last modified time | relevance | path

Searched refs:penultimate (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DInetAddresses.java293 String penultimate = Integer.toHexString(((quad[0] & 0xff) << 8) | (quad[1] & 0xff)); in convertDottedQuadToHex() local
295 return initialPart + penultimate + ":" + ultimate; in convertDottedQuadToHex()
/external/llvm/test/CodeGen/X86/
Dremat-fold-load.ll4 ; During coalescing, remat triggers DCE which deletes the penultimate use of a
/external/llvm/docs/
DWritingAnLLVMBackend.rst1122 instruction and return the penultimate branch in the ``TBB`` parameter.
/external/valgrind/
DNEWS345 344560 Fix stack traces missing penultimate frame on OS X