Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp33 static double computeVariance(const llvm::SmallVector<int64_t, 4> &Values) { in computeVariance()
47 static int64_t findMin(const llvm::SmallVector<int64_t, 4> &Values) { in findMin()
53 static int64_t findMax(const llvm::SmallVector<int64_t, 4> &Values) { in findMax()
59 static int64_t findMean(const llvm::SmallVector<int64_t, 4> &Values) { in findMean()
H A DBenchmarkRunner.cpp56 accumulateCounterValues(const llvm::SmallVector<int64_t, 4> &NewValues, in accumulateCounterValues()
/netbsd-src/external/apache2/llvm/dist/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
314 static uint64_t resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveARM() argument
368 static uint64_t resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips32() argument
476 static uint64_t resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86() argument
497 static uint64_t resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFX86_64() argument
519 static uint64_t resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM() argument
540 static uint64_t resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveCOFFARM64() argument
556 static uint64_t resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMachOX86_64() argument
599 static uint64_t resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, in resolveWasm32() argument
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Defibind.h39 typedef __int64 int64_t; typedef
47 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
60 typedef long int64_t; typedef
72 typedef long long int64_t __attribute__((aligned (8))); typedef
/netbsd-src/external/bsd/libbind/dist/port/darwin/include/sys/
H A Dbitypes.h35 typedef long long int64_t; typedef
/netbsd-src/external/bsd/libbind/dist/port/rhapsody/include/sys/
H A Dbitypes.h35 typedef long long int64_t; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdint.d62 alias int64_t = long; /// in version() local
104 alias int64_t = cpp_longlong; /// in version() local
138 alias int64_t = long; /// in version() local
184 alias int64_t = long; /// in version() local
218 alias int64_t = long; /// in version() local
252 alias int64_t = long; /// in version() local
286 alias int64_t = long; /// in version() local
320 alias int64_t = cpp_longlong; /// in version() local
354 alias int64_t = long; /// in version() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Defibind.h37 typedef __int64 int64_t; typedef
48 typedef long int64_t; typedef
59 typedef long long int64_t; typedef
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dexpr_fold_strict_bool.c13 typedef long long int64_t; typedef
/netbsd-src/external/bsd/elftosb/dist/common/
H A Dstdafx.h69 typedef long long int64_t; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dlongdouble.h57 operator int64_t (void) in int64_t() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dlongdouble.h57 operator int64_t (void) in int64_t() function
/netbsd-src/external/bsd/libbind/dist/port/decunix/include/sys/
H A Dbitypes.h47 typedef signed long int64_t; typedef
/netbsd-src/sys/sys/
H A Dstdint.h69 typedef __int64_t int64_t; typedef
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h78 typedef long int64_t; typedef
84 typedef long long int64_t; typedef
89 typedef __int64 int64_t; typedef
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h129 # define int64_t long int macro
131 # define int64_t __int64 macro
133 # define int64_t long long int macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h129 # define int64_t long int macro
131 # define int64_t __int64 macro
133 # define int64_t long long int macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dtypes.h21 typedef signed __int64 int64_t; typedef
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Defibind.h50 typedef __int64 int64_t; typedef
58 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
71 typedef long int64_t; typedef
83 typedef long long int64_t __attribute__((aligned (8))); typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstraintSystem.cpp145 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) { in isConditionImplied()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dcomplexity_test.cc58 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int64_t) { in __anon0ed6190e0202() argument
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A De_os2.h229 typedef INT64 int64_t; typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dcomplexity_test.cc65 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int64_t) { in __anondfe756870202() argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A De_os2.h238 typedef INT64 int64_t; typedef

1234