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

123

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A DIntrin.h54 __int64 __emul(int, int);
55 unsigned __int64 __emulu(unsigned int, unsigned int);
71 unsigned __int64 __ll_lshift(unsigned __int64, int);
72 __int64 __ll_rshift(__int64, int);
94 unsigned __int64 __rdtsc(void);
95 unsigned __int64 __rdtscp(unsigned int *);
105 unsigned __int64 __readfsqword(unsigned long);
107 unsigned __int64 __readms
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dint.h32 typedef __int64 isc_int64_t;
33 typedef unsigned __int64 isc_uint64_t;
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-stdinc.h72 typedef unsigned __int64 uintptr_t;
81 typedef __int64 intptr_t;
H A Dpcap-dos.h64 typedef unsigned __int64 uint64;
65 typedef unsigned __int64 QWORD;
/freebsd-10.2-release/contrib/expat/lib/
H A Dexpat_external.h100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
/freebsd-10.2-release/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-10.2-release/crypto/openssl/engines/ccgost/
H A Dgosthash.h15 typedef __int64 ghosthash_len;
/freebsd-10.2-release/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h136 typedef __int64 int64_t;
137 typedef unsigned __int64 uint64_t;
/freebsd-10.2-release/sys/contrib/dev/nve/
H A Dbasetype.h116 typedef unsigned __int64 NV_UINT64, *PNV_UINT64;
117 typedef signed __int64 NV_SINT64, *PNV_SINT64;
137 typedef unsigned __int64 NV_UINT;
138 typedef signed __int64 NV_INT;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h43 typedef __int64 Int64;
44 typedef unsigned __int64 UInt64;
/freebsd-10.2-release/sys/boot/efi/include/ia64/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-10.2-release/contrib/xz/src/liblzma/api/
H A Dlzma.h93 typedef unsigned __int64 uint64_t;
/freebsd-10.2-release/crypto/openssl/crypto/bn/
H A Dbn_lcl.h270 unsigned __int64 __umulh(unsigned __int64 a, unsigned __int64 b);
271 unsigned __int64 _umul128(unsigned __int64 a, unsigned __int64 b,
272 unsigned __int64 *h);
/freebsd-10.2-release/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-10.2-release/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-10.2-release/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h11 typedef __int64 i64;
12 typedef unsigned __int64 u64;
/freebsd-10.2-release/sys/boot/efi/include/i386/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-10.2-release/sys/boot/efi/include/amd64/
H A Defibind.h46 typedef unsigned __int64 uint64_t;
47 typedef __int64 int64_t;
/freebsd-10.2-release/sys/dev/cx/
H A Dmachdep.h46 #define ulong64 unsigned __int64
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c218 #define I64_TYP __int64
/freebsd-10.2-release/crypto/openssl/crypto/sha/
H A Dsha.h173 # define SHA_LONG64 unsigned __int64
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dutil-internal.h402 #define EV_I64_ARG(x) ((__int64)(x))
403 #define EV_U64_ARG(x) ((unsigned __int64)(x))
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dmmintrin.h31 typedef unsigned long long __m64, __int64; typedef
38 /* "Convert" __m64 and __int64 into each other. */
40 _mm_cvtsi64_m64 (__int64 __i)
45 static __inline __int64
52 _mm_cvtsi64_si32 (__int64 __i)
57 static __inline __int64
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h172 DEFINE_INTEGRAL_TYPEBUILDER(__int64);
173 DEFINE_INTEGRAL_TYPEBUILDER(unsigned __int64);

Completed in 323 milliseconds

123