Home
last modified time | relevance | path

Searched refs:ULONGLONG (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp27 ULONGLONG Size; in getCodeByteSize()
H A DDIALineNumber.cpp53 ULONGLONG Addr = 0; in getVirtualAddress()
H A DDIASession.cpp198 ULONGLONG LoadAddr = 0; in findSymbolByAddress()
253 ULONGLONG LoadAddr = 0; in findLineNumbersByAddress()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c91 ULONGLONG allWords;
305 makelongparameter (ULONGLONG val, int start, int end) in makelongparameter()
710 ((ULONGLONG) words[0] << 32) + ((unsigned long) words[1] << 16) + words[2]; in get_words_at_PC()
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h416 typedef unsigned long long ULONGLONG; typedef
/openbsd/lib/libcurses/tinfo/
H A Dlib_win32con.c601 static ULONGLONG
606 ULONGLONG diff; in tdiff()
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1787 TypeKind.ULONGLONG,
2097 TypeKind.ULONGLONG = TypeKind(11)