/freebsd/contrib/libpcap/pcap/ |
H A D | pcap-inttypes.h | 68 typedef _int64 int64_t; typedef 71 typedef long long int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 121 negate(SmallVector<int64_t,8> R) negate() argument 132 negateOrEqual(SmallVector<int64_t,8> R) negateOrEqual() argument 144 toStrictLessThan(SmallVector<int64_t,8> R) toStrictLessThan() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 118 uint64_t LocData, int64_t /*Addend*/) { in resolveBPF() argument 300 resolveX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveX86() argument 404 resolveMips32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMips32() argument 598 resolveCOFFX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86() argument 619 resolveCOFFX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86_64() argument 641 resolveCOFFARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM() argument 662 resolveCOFFARM64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM64() argument 678 resolveMachOX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMachOX86_64() argument 721 resolveWasm32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveWasm32() argument [all...] |
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | ctypes.py | 51 int64_t = _ffi_cast('int64_t') variable
|
/freebsd/sys/sys/ |
H A D | _stdint.h | 49 typedef __int64_t int64_t; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_basic_types.h | 33 typedef long int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstraintSystem.cpp | 194 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) const { in isConditionImplied()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | e_os2.h | 229 typedef INT64 int64_t; typedef
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | windows-config.h | 136 typedef __int64 int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DynamicAPInt.h | 139 LLVM_ATTRIBUTE_ALWAYS_INLINE explicit operator int64_t() const { in int64_t() function
|
/freebsd/crypto/krb5/src/include/ |
H A D | win-mac.h | 89 typedef __int64 int64_t; typedef
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read.c | 1181 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 D | DebugInfoLinker.cpp | 147 void updateAndSaveValidRelocs(bool, uint64_t, int64_t, uint64_t, in updateAndSaveValidRelocs() argument
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 277 typedef long int int64_t; typedef 280 typedef long long int int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 286 int64_t /*CmpMask*/, int64_t CmpValue, in optimizeCompareInstr() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 668 virtual bool testImmPredicate_I64(unsigned, int64_t) const { in testImmPredicate_I64() argument
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 222 typedef signed long long int64_t; typedef 224 typedef signed long int64_t; typedef
|
/freebsd/sys/dev/mxge/ |
H A D | mxge_mcp.h | 40 typedef signed long long int64_t; typedef
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | roken.h.in | 138 typedef __int64 int64_t; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 100 typedef __INT64_TYPE__ int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2828 virtual bool isLegalICmpImmediate(int64_t) const { in isLegalICmpImmediate() argument 2835 virtual bool isLegalAddImmediate(int64_t) const { in isLegalAddImmediate() argument 2843 virtual bool isLegalAddScalableImmediate(int64_t) const { return false; } in isLegalAddScalableImmediate() argument
|
/freebsd/crypto/krb5/src/util/verto/ |
H A D | ev.c | 547 typedef signed long long int64_t; typedef 550 typedef signed __int64 int64_t; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 117 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in isBigEndian() 3776 SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx, in findLoadOffsetsForLoadOrCombine()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 124 #define int64_t __int64 macro
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 146 #define int64_t __int64 macro
|