Searched refs:__int64 (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dintrin.h40 #define __LPTRINT_TYPE__ __int64
65 __int64 __emul(int, int);
67 unsigned __int64 __emulu(unsigned int, unsigned int);
83 unsigned __int64 __ll_lshift(unsigned __int64, int);
84 __int64 __ll_rshift(__int64, int);
111 unsigned __int64 __readfsqword(unsigned long);
116 unsigned __int64 __readmsr(unsigned long);
117 unsigned __int64 __readpm
[all...]
H A Dxsaveintrin.h41 unsigned __int64 __cdecl _xgetbv(unsigned int);
42 void __cdecl _xsetbv(unsigned int, unsigned __int64);
H A Dimmintrin.h461 static __inline__ __int64 __DEFAULT_FN_ATTRS
462 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) {
467 static __inline__ __int64 __DEFAULT_FN_ATTRS
468 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) {
496 static __inline__ __int64 __DEFAULT_FN_ATTRS
497 _InterlockedCompareExchange64_HLEAcquire(__int64 volatile *_Destination,
498 __int64 _Exchange, __int64 _Comparan
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dint.h34 typedef __int64 isc_int64_t;
35 typedef unsigned __int64 isc_uint64_t;
/freebsd-11-stable/contrib/gcc/
H A Dhwint.h50 Thus, we use that unless we have to use 'long long' or '__int64'
63 # define HOST_WIDE_INT __int64
114 # define HOST_WIDEST_INT __int64
130 should be "long long" or "__int64". This is no convenient way to
139 # define HOST_WIDEST_FAST_INT __int64
142 # error "Your host said it wantted to use long long or __int64 but neither"
H A Dvmsdbg.h223 __int64 dst_q_src_df_rms_cdt;
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgosthash.h15 typedef __int64 ghosthash_len;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDataTypes.h68 typedef signed __int64 ssize_t;
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h136 typedef __int64 int64_t;
137 typedef unsigned __int64 uint64_t;
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dtcb_common.h60 typedef __int64 si64;
61 typedef unsigned __int64 ui64;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp59 _VSTD::chrono::duration<__int64,
77 filetime_duration d{(static_cast<__int64>(ft.dwHighDateTime) << 32) |
78 static_cast<__int64>(ft.dwLowDateTime)};
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h43 typedef __int64 Int64;
44 typedef unsigned __int64 UInt64;
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h289 unsigned __int64 __umulh(unsigned __int64 a, unsigned __int64 b);
290 unsigned __int64 _umul128(unsigned __int64 a, unsigned __int64 b,
291 unsigned __int64 *h);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c97 i1.QuadPart += (unsigned __int64)nanoseconds/100;
98 i1.QuadPart += (unsigned __int64)seconds*10000000;
144 if (UINT64_MAX - i1.QuadPart < (unsigned __int64)i->interval)
172 if (UINT64_MAX - i1.QuadPart < (unsigned __int64)i->interval)
193 if (i1.QuadPart < (unsigned __int64) i->interval)
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.h24 # ifndef __int64
25 # define __int64 long long macro
482 unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_ProbeGeneratorFrequency(unsigned __int64 Frequency);
483 unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_SetGeneratorFrequency(TAU32_Controller *pControllerObject, unsigned __int64 Frequency);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h11 typedef __int64 i64;
12 typedef unsigned __int64 u64;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.h62 typedef unsigned __int64 uint64;
63 typedef unsigned __int64 QWORD;
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h46 #define ulong64 unsigned __int64
/freebsd-11-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h101 typedef unsigned __int64 uint64_t;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp44 __int64 name;
194 __int64 encode(const string &str) {
195 __int64 r;
214 string decode(__int64 x) const {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c218 #define I64_TYP __int64
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h173 # define SHA_LONG64 unsigned __int64

Completed in 306 milliseconds

123