Home
last modified time | relevance | path

Searched refs:dest64 (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libelf/
Dgnuhash_xlate.h56 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4]; in elf_cvt_gnuhash() local
62 dest64[cnt] = bswap_64 (src64[cnt]); in elf_cvt_gnuhash()
68 dest32 = (Elf32_Word *) &dest64[bitmask_words]; in elf_cvt_gnuhash()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp193 UInt64 dest64 = (currentPos + 5) + Int64(Int32(src)); in CodeReal() local
194 convert = (dest64 >= subStreamStartPos && dest64 < subStreamEndPos); in CodeReal()