Searched refs:__int64 (Results 1 – 25 of 64) sorted by relevance
123
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | Intrin.h | 54 __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 __readmsr(unsigned long); 108 unsigned __int64 __readpmc(unsigned long); 123 unsigned __int64 __ull_rshift(unsigned __int64, int); [all …]
|
| /trueos/contrib/gcc/ |
| HD | hwint.h | 63 # define HOST_WIDE_INT __int64 114 # define HOST_WIDEST_INT __int64 139 # define HOST_WIDEST_FAST_INT __int64
|
| HD | vmsdbg.h | 223 __int64 dst_q_src_df_rms_cdt;
|
| /trueos/sys/contrib/dev/nve/ |
| HD | basetype.h | 116 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;
|
| /trueos/crypto/openssl/crypto/bn/ |
| HD | bn_lcl.h | 270 unsigned __int64 __umulh(unsigned __int64 a, unsigned __int64 b); 271 unsigned __int64 _umul128(unsigned __int64 a, unsigned __int64 b, 272 unsigned __int64 *h);
|
| /trueos/contrib/libpcap/ |
| HD | pcap-stdinc.h | 72 typedef unsigned __int64 uintptr_t; 81 typedef __int64 intptr_t;
|
| HD | pcap-dos.h | 64 typedef unsigned __int64 uint64; 65 typedef unsigned __int64 QWORD;
|
| /trueos/sys/dev/ce/ |
| HD | tau32-ddk.h | 24 # ifndef __int64 25 # define __int64 long long macro 482 …unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_ProbeGeneratorFrequency(unsigned __int64 Freq… 483 …unsigned __int64 TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_SetGeneratorFrequency(TAU32_Controller *pCont…
|
| /trueos/contrib/expat/lib/ |
| HD | expat_external.h | 100 typedef __int64 XML_Index; 101 typedef unsigned __int64 XML_Size;
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_ppmd_private.h | 43 typedef __int64 Int64; 44 typedef unsigned __int64 UInt64;
|
| /trueos/sys/boot/efi/include/ia64/ |
| HD | efibind.h | 46 typedef unsigned __int64 uint64_t; 47 typedef __int64 int64_t;
|
| /trueos/sys/boot/efi/include/amd64/ |
| HD | efibind.h | 46 typedef unsigned __int64 uint64_t; 47 typedef __int64 int64_t;
|
| /trueos/sys/boot/efi/include/i386/ |
| HD | efibind.h | 46 typedef unsigned __int64 uint64_t; 47 typedef __int64 int64_t;
|
| /trueos/crypto/openssl/crypto/modes/ |
| HD | modes_lcl.h | 11 typedef __int64 i64; 12 typedef unsigned __int64 u64;
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | DataTypes.h.in | 90 typedef __int64 int64_t; 91 typedef unsigned __int64 uint64_t; 99 typedef signed __int64 ssize_t;
|
| /trueos/contrib/binutils/bfd/ |
| HD | configure.host | 60 HOST_64BIT_TYPE=__int64 61 HOST_U_64BIT_TYPE="unsigned __int64"
|
| /trueos/crypto/openssl/engines/ccgost/ |
| HD | gosthash.h | 15 typedef __int64 ghosthash_len;
|
| /trueos/include/ |
| HD | MacTypes.h | 170 typedef signed __int64 SInt64; 171 typedef unsigned __int64 UInt64;
|
| /trueos/sys/dev/cx/ |
| HD | machdep.h | 46 #define ulong64 unsigned __int64
|
| /trueos/contrib/xz/src/liblzma/api/ |
| HD | lzma.h | 93 typedef unsigned __int64 uint64_t;
|
| /trueos/contrib/gcc/config/arm/ |
| HD | mmintrin.h | 31 typedef unsigned long long __m64, __int64; typedef 40 _mm_cvtsi64_m64 (__int64 __i) in _mm_cvtsi64_m64() 45 static __inline __int64 52 _mm_cvtsi64_si32 (__int64 __i) in _mm_cvtsi64_si32() 57 static __inline __int64
|
| /trueos/contrib/jansson/cmake/ |
| HD | jansson_config.h.cmake | 25 * as we will also check for __int64 etc types.
|
| /trueos/crypto/openssl/crypto/sha/ |
| HD | sha.h | 173 # define SHA_LONG64 unsigned __int64
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | TypeBuilder.h | 172 DEFINE_INTEGRAL_TYPEBUILDER(__int64); 173 DEFINE_INTEGRAL_TYPEBUILDER(unsigned __int64);
|
| /trueos/contrib/ntp/include/ |
| HD | ntp_machine.h | 294 #define __int64 long long macro
|
123