Home
last modified time | relevance | path

Searched refs:penultimate (Results 1 – 6 of 6) 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/python/cpython2/Doc/faq/
Dprogramming.rst1197 negative indices -1 is the last index and -2 is the penultimate (next to last)
/external/llvm/docs/
DWritingAnLLVMBackend.rst1120 instruction and return the penultimate branch in the ``TBB`` parameter.
/external/valgrind/
DNEWS830 344560 Fix stack traces missing penultimate frame on OS X
/external/jline/src/src/test/resources/jline/example/
Denglish.gz