/external/e2fsprogs/include/nonunix/linux/ |
types.h | 12 typedef signed __int64 __s64; 13 typedef unsigned __int64 __u64; 21 typedef signed __int64 __s64; 22 typedef unsigned __int64 __u64;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
intrin.h | 208 __MACHINEIA64(__MINGW_EXTENSION void _AcquireSpinLock(unsigned __int64 *)) 216 __MACHINECE(__MINGW_EXTENSION __int64 __cdecl _abs64(__int64)) 219 __MACHINE(__MINGW_EXTENSION unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 value)) 223 __MACHINECE(__MINGW_EXTENSION double _CopyDoubleFromInt64(__int64)) 225 __MACHINECE(__MINGW_EXTENSION __int64 _CopyInt64FromDouble(double)) 228 __MACHINECE(__MINGW_EXTENSION unsigned _CountLeadingOnes64(__int64)) 230 __MACHINECE(__MINGW_EXTENSION unsigned _CountLeadingSigns64(__int64)) 232 __MACHINECE(__MINGW_EXTENSION unsigned _CountLeadingZeros64(__int64)) [all...] |
setjmp.h | 51 __MINGW_EXTENSION __int64 LowPart; 52 __MINGW_EXTENSION __int64 HighPart; 89 __MINGW_EXTENSION __int64 FPSR; 90 __MINGW_EXTENSION __int64 StIIP; 91 __MINGW_EXTENSION __int64 BrS0; 92 __MINGW_EXTENSION __int64 BrS1; 93 __MINGW_EXTENSION __int64 BrS2; 94 __MINGW_EXTENSION __int64 BrS3; 95 __MINGW_EXTENSION __int64 BrS4; 96 __MINGW_EXTENSION __int64 IntS0 [all...] |
timeprov.h | 75 __MINGW_EXTENSION signed __int64 toOffset; 76 __MINGW_EXTENSION signed __int64 toDelay; 77 __MINGW_EXTENSION unsigned __int64 tpDispersion; 78 __MINGW_EXTENSION unsigned __int64 nSysTickCount; 79 __MINGW_EXTENSION signed __int64 nSysPhaseOffset;
|
basetsd.h | 12 __MINGW_EXTENSION typedef unsigned __int64 POINTER_64_INT; 33 __MINGW_EXTENSION typedef signed __int64 INT64,*PINT64; 37 __MINGW_EXTENSION typedef unsigned __int64 UINT64,*PUINT64; 47 __MINGW_EXTENSION typedef __int64 INT_PTR,*PINT_PTR; 48 __MINGW_EXTENSION typedef unsigned __int64 UINT_PTR,*PUINT_PTR; 49 __MINGW_EXTENSION typedef __int64 LONG_PTR,*PLONG_PTR; 50 __MINGW_EXTENSION typedef unsigned __int64 ULONG_PTR,*PULONG_PTR; 51 #define __int3264 __int64 62 __MINGW_EXTENSION typedef __int64 SHANDLE_PTR; 63 __MINGW_EXTENSION typedef unsigned __int64 HANDLE_PTR [all...] |
conio.h | 192 __MINGW_EXTENSION __CRT_INLINE unsigned __int64 __readcr0(void) 194 __MINGW_EXTENSION unsigned __int64 value; 201 __MINGW_EXTENSION __CRT_INLINE void __writecr0(unsigned __int64 Data) 210 __MINGW_EXTENSION __CRT_INLINE unsigned __int64 __readcr2(void) 212 __MINGW_EXTENSION unsigned __int64 value; 219 __MINGW_EXTENSION __CRT_INLINE void __writecr2(unsigned __int64 Data) 228 __MINGW_EXTENSION __CRT_INLINE unsigned __int64 __readcr3(void) 230 __MINGW_EXTENSION unsigned __int64 value; 237 __MINGW_EXTENSION __CRT_INLINE void __writecr3(unsigned __int64 Data) 246 __MINGW_EXTENSION __CRT_INLINE unsigned __int64 __readcr4(void [all...] |
rtcapi.h | 73 char __fastcall _RTC_Check_8_to_1(__int64 _Src); 75 short __fastcall _RTC_Check_8_to_2(__int64 _Src); 76 int __fastcall _RTC_Check_8_to_4(__int64 _Src);
|
/external/clang/lib/Headers/ |
Intrin.h | 65 __int64 __emul(int, int); 66 unsigned __int64 __emulu(unsigned int, unsigned int); 83 unsigned __int64 __ll_lshift(unsigned __int64, int); 84 __int64 __ll_rshift(__int64, int); 122 unsigned __int64 __readfsqword(unsigned long); 127 unsigned __int64 __readmsr(unsigned long); 128 unsigned __int64 __readpmc(unsigned long); 146 unsigned __int64 __ull_rshift(unsigned __int64, int) [all...] |
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
Intrin.h | 65 __int64 __emul(int, int); 66 unsigned __int64 __emulu(unsigned int, unsigned int); 83 unsigned __int64 __ll_lshift(unsigned __int64, int); 84 __int64 __ll_rshift(__int64, int); 122 unsigned __int64 __readfsqword(unsigned long); 127 unsigned __int64 __readmsr(unsigned long); 128 unsigned __int64 __readpmc(unsigned long); 146 unsigned __int64 __ull_rshift(unsigned __int64, int) [all...] |
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
Intrin.h | 65 __int64 __emul(int, int); 66 unsigned __int64 __emulu(unsigned int, unsigned int); 83 unsigned __int64 __ll_lshift(unsigned __int64, int); 84 __int64 __ll_rshift(__int64, int); 122 unsigned __int64 __readfsqword(unsigned long); 127 unsigned __int64 __readmsr(unsigned long); 128 unsigned __int64 __readpmc(unsigned long); 146 unsigned __int64 __ull_rshift(unsigned __int64, int) [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
Intrin.h | 65 __int64 __emul(int, int); 66 unsigned __int64 __emulu(unsigned int, unsigned int); 83 unsigned __int64 __ll_lshift(unsigned __int64, int); 84 __int64 __ll_rshift(__int64, int); 122 unsigned __int64 __readfsqword(unsigned long); 127 unsigned __int64 __readmsr(unsigned long); 128 unsigned __int64 __readpmc(unsigned long); 146 unsigned __int64 __ull_rshift(unsigned __int64, int) [all...] |
/external/clang/test/Lexer/ |
ms-extensions.c | 8 __int64 x5 = 0x42i64; 9 __int64 x6 = 0x42I64; 13 __int64 x4 = 70000000i128; 15 __int64 y = 0x42i64u; // expected-error {{invalid suffix}} 16 __int64 w = 0x43ui64; 17 __int64 z = 9Li64; // expected-error {{invalid suffix}} 18 __int64 q = 10lli64; // expected-error {{invalid suffix}}
|
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
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) [all...] |
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
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) [all...] |
/external/chromium_org/tools/traceline/traceline/ |
rdtsc.h | 34 double MsFromStart(void* procid, __int64 stamp) { 39 __int64 freq_; 40 __int64 start_;
|
/external/chromium_org/third_party/skia/tools/timer/ |
SysTimer_windows.h | 22 unsigned __int64 fStartWall;
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
warning-level3.cc | 6 struct __declspec(align(8)) C8 { __int64 i; };
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
stdint.h | 24 typedef __int64 int64_t; 28 typedef unsigned __int64 uint64_t;
|
/external/chromium_org/v8/include/ |
v8stdint.h | 23 typedef __int64 int64_t; 24 typedef unsigned __int64 uint64_t;
|
/external/chromium_org/third_party/libusb/src/msvc/ |
stdint.h | 38 typedef __int64 intptr_t; 51 typedef unsigned __int64 uintptr_t; 64 typedef __int64 ptrdiff_t; 94 typedef __int64 int64_t; 95 typedef unsigned __int64 uint64_t; 104 typedef __int64 int_least64_t; 105 typedef unsigned __int64 uint_least64_t; 117 typedef __int64 int_fast64_t; 118 typedef unsigned __int64 uint_fast64_t; 121 typedef __int64 intmax_t [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
windows.i | 27 %apply unsigned long long { unsigned __int64 }; 28 %apply const unsigned long long& { const unsigned __int64& }; 30 %apply long long { __int64 }; 31 %apply const long long& { const __int64& }; 89 typedef signed __int64 INT64, *PINT64; 93 typedef unsigned __int64 UINT64, *PUINT64; 108 typedef __int64 LONG64, *PLONG64; 109 typedef unsigned __int64 ULONG64, *PULONG64; 110 typedef unsigned __int64 DWORD64, *PDWORD64; 141 typedef __int64 LONGLONG [all...] |
/external/netperf/ |
netcpu.h | 11 typedef unsigned __int64 uint64_t;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_integral.hpp | 59 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned __int64,true) 60 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,__int64,true) 68 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,unsigned __int64,true) 69 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral,__int64,true)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
io_s.h | 18 errno_t __cdecl _chsize_s (int _FileHandle,__int64 _Size);
|
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/ |
sbc_types.h | 42 typedef __int64 SINT64; 50 typedef __int64 SINT64;
|