Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/libpcap/pcap/
H A Dpcap-inttypes.h68 typedef _int64 int64_t; typedef
71 typedef long long int64_t; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h114 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { in negate()
125 static SmallVector<int64_t, 8> negateOrEqual(SmallVector<int64_t, 8> R) { in negateOrEqual()
137 static SmallVector<int64_t, 8> toStrictLessThan(SmallVector<int64_t, 8> R) { in toStrictLessThan()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp117 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() argument
299 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86() argument
403 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32() argument
603 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86() argument
624 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64() argument
646 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM() argument
667 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64() argument
683 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64() argument
726 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32() argument
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py50 int64_t = _ffi_cast('int64_t') variable
/freebsd/sys/sys/
H A D_stdint.h49 typedef __int64_t int64_t; typedef
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h26 typedef long int64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp194 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) const { in isConditionImplied()
/freebsd/crypto/openssl/include/openssl/
H A De_os2.h229 typedef INT64 int64_t; typedef
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h136 typedef __int64 int64_t; typedef
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h54 explicit operator int64_t() const { return V; } in int64_t() function
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read.c1187 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *), in __archive_read_register_format() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp147 void updateAndSaveValidRelocs(bool, uint64_t, int64_t, uint64_t, in updateAndSaveValidRelocs() argument
/freebsd/crypto/openssh/
H A Ddefines.h277 typedef long int int64_t; typedef
280 typedef long long int int64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp285 int64_t /*CmpMask*/, int64_t CmpValue, in optimizeCompareInstr() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h650 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument
/freebsd/stand/kshim/
H A Dbsd_kernel.h221 typedef signed long long int64_t; typedef
223 typedef signed long int64_t; typedef
/freebsd/sys/dev/mxge/
H A Dmxge_mcp.h40 typedef signed long long int64_t; typedef
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in138 typedef __int64 int64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp749 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { in collectPossibleRoots()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h96 typedef __INT64_TYPE__ int64_t; typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp114 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in isBigEndian()
3636 SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in findLoadOffsetsForLoadOrCombine()
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c124 #define int64_t __int64 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2719 virtual bool isLegalICmpImmediate(int64_t) const { in isLegalICmpImmediate() argument
2726 virtual bool isLegalAddImmediate(int64_t) const { in isLegalAddImmediate() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3527 int64_t) { requestLabelBeforeInsn(&BranchMI); }); in discoverJumpTableBranches() argument
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c140 #define int64_t __int64 macro

12