Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h40 bool addVariableRow(const SmallVector<int64_t, 8> &R) { in addVariableRow()
56 bool addVariableRowFill(const SmallVector<int64_t, 8> &R) { in addVariableRowFill()
67 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { in negate()
/freebsd-13.1/contrib/libpcap/pcap/
H A Dpcap-inttypes.h59 typedef _int64 int64_t; typedef
62 typedef long long int64_t; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp100 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() argument
269 static uint64_t resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86() argument
373 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32() argument
481 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86() argument
502 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64() argument
524 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM() argument
545 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64() argument
561 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64() argument
604 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32() argument
/freebsd-13.1/stand/efi/include/amd64/
H A Defibind.h47 typedef __int64 int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t; typedef
/freebsd-13.1/stand/efi/include/riscv/
H A Defibind.h47 typedef __int64 int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t; typedef
/freebsd-13.1/stand/efi/include/arm64/
H A Defibind.h47 typedef __int64 int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t; typedef
/freebsd-13.1/stand/efi/include/i386/
H A Defibind.h47 typedef __int64 int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t; typedef
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py50 int64_t = _ffi_cast('int64_t') variable
/freebsd-13.1/sys/sys/
H A D_stdint.h51 typedef __int64_t int64_t; typedef
/freebsd-13.1/contrib/tcpdump/
H A Dnetdissect-stdinc.h91 #define int64_t _int64 macro
117 #define int64_t long long macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp145 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) { in isConditionImplied()
/freebsd-13.1/crypto/openssl/include/openssl/
H A De_os2.h238 typedef INT64 int64_t; typedef
/freebsd-13.1/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h136 typedef __int64 int64_t; typedef
/freebsd-13.1/stand/efi/include/arm/
H A Defibind.h52 typedef long long int64_t; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h50 explicit operator int64_t() const { return V; } in int64_t() function
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read.c1188 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *), in __archive_read_register_format() argument
/freebsd-13.1/crypto/openssh/
H A Ddefines.h275 typedef long int int64_t; typedef
278 typedef long long int int64_t; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h533 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h35 #define int64_t long long macro
/freebsd-13.1/stand/kshim/
H A Dbsd_kernel.h222 typedef signed long long int64_t; typedef
224 typedef signed long int64_t; typedef
/freebsd-13.1/sys/dev/mxge/
H A Dmxge_mcp.h42 typedef signed long long int64_t; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp94 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in isBigEndian()
3488 SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in findLoadOffsetsForLoadOrCombine()
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Droken.h.in138 typedef __int64 int64_t; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h96 typedef __INT64_TYPE__ int64_t; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp788 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { in collectPossibleRoots()

12