Home
last modified time | relevance | path

Searched refs:__int64 (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/external/llvm-project/clang/lib/Headers/
Dintrin.h40 #define __LPTRINT_TYPE__ __int64
62 __int64 __emul(int, int);
63 unsigned __int64 __emulu(unsigned int, unsigned int);
78 unsigned __int64 __ll_lshift(unsigned __int64, int);
79 __int64 __ll_rshift(__int64, int);
100 unsigned __int64 __readfsqword(unsigned long);
103 unsigned __int64 __readmsr(unsigned long);
104 unsigned __int64 __readpmc(unsigned long);
118 unsigned __int64 __ull_rshift(unsigned __int64, int);
120 void __vmx_vmptrst(unsigned __int64 *);
[all …]
Dimmintrin.h540 static __inline__ __int64 __DEFAULT_FN_ATTRS
541 _InterlockedExchange64_HLEAcquire(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLEAcquire()
546 static __inline__ __int64 __DEFAULT_FN_ATTRS
547 _InterlockedExchange64_HLERelease(__int64 volatile *_Target, __int64 _Value) { in _InterlockedExchange64_HLERelease()
575 static __inline__ __int64 __DEFAULT_FN_ATTRS
576 _InterlockedCompareExchange64_HLEAcquire(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLEAcquire()
577 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLEAcquire()
583 static __inline__ __int64 __DEFAULT_FN_ATTRS
584 _InterlockedCompareExchange64_HLERelease(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLERelease()
585 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLERelease()
/external/clang/lib/Headers/
Dintrin.h65 __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);
148 void __vmx_vmptrst(unsigned __int64 *);
158 void __writefsqword(unsigned long, unsigned __int64);
[all …]
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c101 void test__stosq(unsigned __int64 *Dest, unsigned __int64 Data, size_t Count) { in test__stosq()
109 void test__movsq(unsigned __int64 *Dest, unsigned __int64 *Src, size_t Count) { in test__movsq()
181 unsigned char test_BitScanForward64(unsigned long *Index, unsigned __int64 Mask) { in test_BitScanForward64()
196 unsigned char test_BitScanReverse64(unsigned long *Index, unsigned __int64 Mask) { in test_BitScanReverse64()
426 __int64 test_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 in test_InterlockedCompareExchange64()
437 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128()
438 __int64 ExchangeLow, __int64 *ComparandResult) { in test_InterlockedCompareExchange128()
465 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_acq()
466 __int64 ExchangeLow, __int64 *ComparandResult) { in test_InterlockedCompareExchange128_acq()
471 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_nf()
[all …]
Dms-intrinsics-rotations.c53 unsigned __int64 test_rotl64(unsigned __int64 value, int shift) { in test_rotl64()
93 unsigned __int64 test_rotr64(unsigned __int64 value, int shift) { in test_rotr64()
Darm64-microsoft-status-reg.cpp33 __int64 _ReadStatusReg(int);
34 void _WriteStatusReg(int, __int64);
36 void check_ReadWriteStatusReg(__int64 v) { in check_ReadWriteStatusReg()
37 __int64 ret; in check_ReadWriteStatusReg()
Dms-intrinsics-other.c54 unsigned char test_BitScanForward64(unsigned LONG *Index, unsigned __int64 Mask) { in test_BitScanForward64()
69 unsigned char test_BitScanReverse64(unsigned LONG *Index, unsigned __int64 Mask) { in test_BitScanReverse64()
177 unsigned __int64 test__lzcnt64(unsigned __int64 x) { in test__lzcnt64()
201 unsigned __int64 test__popcnt64(unsigned __int64 x) { in test__popcnt64()
/external/llvm-project/clang/test/CodeGen/X86/
Dms-x86-intrinsics.c46 __int64 test__emul(int a, int b) { in test__emul()
55 unsigned __int64 test__emulu(unsigned int a, unsigned int b) { in test__emulu()
106 __int64 test__mulh(__int64 a, __int64 b) { in test__mulh()
112 unsigned __int64 test__umulh(unsigned __int64 a, unsigned __int64 b) { in test__umulh()
118 __int64 test_mul128(__int64 Multiplier, in test_mul128()
119 __int64 Multiplicand, in test_mul128()
120 __int64 *HighProduct) { in test_mul128()
130 unsigned __int64 test_umul128(unsigned __int64 Multiplier, in test_umul128()
131 unsigned __int64 Multiplicand, in test_umul128()
132 unsigned __int64 *HighProduct) { in test_umul128()
[all …]
/external/libxaac/decoder/drc_src/
Dimpd_type_def.h53 typedef signed __int64 WORD40; /* m WORD40 m_count 5 */
54 typedef signed __int64* pWORD40; /* pm pWORD40 pm_count 5 */
55 typedef unsigned __int64 UWORD40; /* um UWORD40 um_count 5 */
56 typedef unsigned __int64* pUWORD40; /* pum pUWORD40 pum_count 5 */
58 typedef signed __int64 WORD64; /* h WORD64 h_count 8 */
59 typedef signed __int64* pWORD64; /* ph pWORD64 ph_count 8 */
60 typedef unsigned __int64 UWORD64; /* uh UWORD64 uh_count 8 */
61 typedef unsigned __int64* pUWORD64; /* puh pUWORD64 puh_count 8 */
/external/llvm-project/clang/test/Lexer/
Dms-extensions.c8 __int64 x5 = 0x42i64;
9 __int64 x6 = 0x42I64;
11 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
12 __int64 w = 0x43ui64;
13 __int64 z = 9Li64; // expected-error {{invalid suffix}}
14 __int64 q = 10lli64; // expected-error {{invalid suffix}}
/external/clang/test/Lexer/
Dms-extensions.c8 __int64 x5 = 0x42i64;
9 __int64 x6 = 0x42I64;
11 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
12 __int64 w = 0x43ui64;
13 __int64 z = 9Li64; // expected-error {{invalid suffix}}
14 __int64 q = 10lli64; // expected-error {{invalid suffix}}
/external/python/cpython3/Include/internal/
Dpycore_atomic.h263 …_InterlockedExchange64_HLEAcquire((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)(NEW_VAL));…
266 …_InterlockedExchange64_HLERelease((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)(NEW_VAL));…
269 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)(NEW_VAL)); \
295 __int64 old;
301 } while(_InterlockedCompareExchange64_HLEAcquire((volatile __int64*)value, old, old) != old);
308 } while(_InterlockedCompareExchange64_HLERelease((volatile __int64*)value, old, old) != old);
318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
399 _InterlockedExchange64_acq((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)NEW_VAL); \
402 _InterlockedExchange64_rel((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)NEW_VAL); \
405 _InterlockedExchange64((__int64 volatile*)&((ATOMIC_VAL)->_value), (__int64)NEW_VAL); \
/external/pthreadpool/src/
Dthreadpool-atomics.h437 return (size_t) _InterlockedDecrement64((volatile __int64*) address); in pthreadpool_decrement_fetch_relaxed_size_t()
443 return (size_t) _InterlockedDecrement64((volatile __int64*) address); in pthreadpool_decrement_fetch_release_size_t()
454 (volatile __int64*) value, (__int64) new_value, (__int64) expected_value); in pthreadpool_try_decrement_relaxed_size_t()
600 return (size_t) __iso_volatile_load64((const volatile __int64*) address); in pthreadpool_load_relaxed_size_t()
606 return (void*) __iso_volatile_load64((const volatile __int64*) address); in pthreadpool_load_relaxed_void_p()
618 return (size_t) __ldar64((volatile unsigned __int64*) address); in pthreadpool_load_acquire_size_t()
632 __iso_volatile_store64((volatile __int64*) address, (__int64) value); in pthreadpool_store_relaxed_size_t()
639 __iso_volatile_store64((volatile __int64*) address, (__int64) value); in pthreadpool_store_relaxed_void_p()
655 __stlr64((unsigned __int64 volatile*) address, (unsigned __int64) value); in pthreadpool_store_release_size_t()
661 return (size_t) _InterlockedDecrement64_nf((volatile __int64*) address); in pthreadpool_decrement_fetch_relaxed_size_t()
[all …]
/external/e2fsprogs/include/nonunix/linux/
Dtypes.h13 typedef signed __int64 __s64;
14 typedef unsigned __int64 __u64;
22 typedef signed __int64 __s64;
23 typedef unsigned __int64 __u64;
/external/python/cffi/cffi/
D_cffi_include.h44 typedef __int64 int64_t;
48 typedef unsigned __int64 uint64_t;
52 typedef __int64 int_least64_t;
56 typedef unsigned __int64 uint_least64_t;
60 typedef __int64 int_fast64_t;
64 typedef unsigned __int64 uint_fast64_t;
65 typedef __int64 intmax_t;
66 typedef unsigned __int64 uintmax_t;
/external/mesa3d/src/util/
Du_atomic.h136 sizeof *(_v) == sizeof(__int64) ? InterlockedIncrement64 ((__int64 *)(_v)) : \
145 sizeof *(_v) == sizeof(__int64) ? InterlockedDecrement64 ((__int64 *)(_v)) : \
155 sizeof *(_v) == sizeof(__int64) ? InterlockedExchangeAdd64((__int64 *)(_v), (_i)) : \
162 …sizeof *(_v) == sizeof(__int64) ? InterlockedCompareExchange64 ((__int64 *)(_v), (__int64)(_new), …
/external/llvm-project/clang/test/SemaCUDA/
Damdgpu-size_t.cu4 typedef unsigned __int64 size_t;
5 typedef __int64 intptr_t;
6 typedef unsigned __int64 uintptr_t;
/external/freetype/include/freetype/config/
Dinteger-types.h205 #define FT_INT64 __int64
206 #define FT_UINT64 unsigned __int64
215 #define FT_INT64 __int64
216 #define FT_UINT64 unsigned __int64
/external/clang/test/CodeGen/
Dms-intrinsics.c66 unsigned __int64 test__umulh(unsigned __int64 a, unsigned __int64 b) { in test__umulh()
/external/curl/lib/
Dsha256.c273 (a)[0] = (unsigned char)(((unsigned __int64)(val)) >> 56); \
274 (a)[1] = (unsigned char)(((unsigned __int64)(val)) >> 48); \
275 (a)[2] = (unsigned char)(((unsigned __int64)(val)) >> 40); \
276 (a)[3] = (unsigned char)(((unsigned __int64)(val)) >> 32); \
277 (a)[4] = (unsigned char)(((unsigned __int64)(val)) >> 24); \
278 (a)[5] = (unsigned char)(((unsigned __int64)(val)) >> 16); \
279 (a)[6] = (unsigned char)(((unsigned __int64)(val)) >> 8); \
280 (a)[7] = (unsigned char)(((unsigned __int64)(val)) & 0xff); \
288 unsigned __int64 length;
/external/pdfium/third_party/libtiff/
Dtiffconf.h93 #define TIFF_INT64_T signed __int64
96 #define TIFF_UINT64_T unsigned __int64
134 #define TIFF_SSIZE_T signed __int64
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h89 typedef signed __int64 int64_t;
90 typedef unsigned __int64 uint64_t;
115 typedef signed __int64 intptr_t;
116 typedef unsigned __int64 uintptr_t;
/external/fastrpc/inc/
DAEEStdDef.h101 #define __int64 long long macro
105 typedef unsigned __int64 uint64; /* Unsigned 64 bit value */
110 typedef __int64 int64; /* Signed 64 bit value */
/external/curl/include/curl/
Dsystem.h85 # define CURL_TYPEOF_CURL_OFF_T __int64
103 # define CURL_TYPEOF_CURL_OFF_T __int64
125 # define CURL_TYPEOF_CURL_OFF_T __int64
173 # define CURL_TYPEOF_CURL_OFF_T __int64
190 # define CURL_TYPEOF_CURL_OFF_T __int64
357 # define CURL_TYPEOF_CURL_OFF_T __int64
/external/llvm-project/clang/test/Headers/
Dms-arm64-intrin.cpp26 unsigned __int64 check_byteswap_uint64(unsigned __int64 val) { in check_byteswap_uint64()

12345678910>>...13