/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | __clang_cuda_intrinsics.h | 25 inline __device__ int __FnName(int __val, __Type __offset, \ 27 return __IntIntrinsic(__val, __offset, \ 30 inline __device__ float __FnName(float __val, __Type __offset, \ 32 return __FloatIntrinsic(__val, __offset, \ 35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 40 inline __device__ long long __FnName(long long __val, __Type __offset, \ 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 48 memcpy(&__tmp, &__val, sizeof(__val)); \ 55 inline __device__ long __FnName(long __val, __Type __offset, \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | __clang_cuda_intrinsics.h | 25 inline __device__ int __FnName(int __val, __Type __offset, \ 27 return __IntIntrinsic(__val, __offset, \ 30 inline __device__ float __FnName(float __val, __Type __offset, \ 32 return __FloatIntrinsic(__val, __offset, \ 35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 40 inline __device__ long long __FnName(long long __val, __Type __offset, \ 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 48 memcpy(&__tmp, &__val, sizeof(__val)); \ 55 inline __device__ long __FnName(long __val, __Type __offset, \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | __clang_cuda_intrinsics.h | 25 inline __device__ int __FnName(int __val, __Type __offset, \ 27 return __IntIntrinsic(__val, __offset, \ 30 inline __device__ float __FnName(float __val, __Type __offset, \ 32 return __FloatIntrinsic(__val, __offset, \ 35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 40 inline __device__ long long __FnName(long long __val, __Type __offset, \ 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 48 memcpy(&__tmp, &__val, sizeof(__val)); \ 55 inline __device__ long __FnName(long __val, __Type __offset, \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | __clang_cuda_intrinsics.h | 25 inline __device__ int __FnName(int __val, __Type __offset, \ 27 return __IntIntrinsic(__val, __offset, \ 30 inline __device__ float __FnName(float __val, __Type __offset, \ 32 return __FloatIntrinsic(__val, __offset, \ 35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 40 inline __device__ long long __FnName(long long __val, __Type __offset, \ 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 48 memcpy(&__tmp, &__val, sizeof(__val)); \ 55 inline __device__ long __FnName(long __val, __Type __offset, \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | __clang_cuda_intrinsics.h | 25 inline __device__ int __FnName(int __val, __Type __offset, \ 27 return __IntIntrinsic(__val, __offset, \ 30 inline __device__ float __FnName(float __val, __Type __offset, \ 32 return __FloatIntrinsic(__val, __offset, \ 35 inline __device__ unsigned int __FnName(unsigned int __val, __Type __offset, \ 38 ::__FnName(static_cast<int>(__val), __offset, __width)); \ 40 inline __device__ long long __FnName(long long __val, __Type __offset, \ 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 48 memcpy(&__tmp, &__val, sizeof(__val)); \ 55 inline __device__ long __FnName(long __val, __Type __offset, \ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/ |
D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/ |
D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/ |
D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/ |
D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/ |
H A D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__utility/ |
D | convert_to_integral.h | 24 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int __convert_to_integral(int __val) { return __val;… in __convert_to_integral() argument 26 …PP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned __convert_to_integral(unsigned __val) { return __val; } in __convert_to_integral() argument 28 …ne _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long __convert_to_integral(long __val) { return __val; } in __convert_to_integral() argument 30 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long __convert_to_integral(unsigned long __val) { in __convert_to_integral() argument 31 return __val; in __convert_to_integral() 34 …_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(long long __val) { return __val; } in __convert_to_integral() argument 36 …IDE_FROM_ABI _LIBCPP_CONSTEXPR unsigned long long __convert_to_integral(unsigned long long __val) { in __convert_to_integral() argument 37 return __val; in __convert_to_integral() 41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR long long __convert_to_integral(_Fp __val) { in __convert_to_integral() argument 42 return __val; in __convert_to_integral() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/decimal/ |
D | decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) {} [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/ |
D | decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) {} [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/include/ |
H A D | atomic_support.h | 48 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, int __… 49 __atomic_store_n(__dest, __val, __order); 53 inline _LIBCPP_HIDE_FROM_ABI void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) { in __libcpp_relaxed_store() argument 54 __atomic_store_n(__dest, __val, _AO_Relaxed); in __libcpp_relaxed_store() 58 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_atomic_load(_ValueType const* __val, int __order =… 59 return __atomic_load_n(__val, __order); 63 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, int __… 64 return __atomic_add_fetch(__val, __a, __order); 75 _ValueType* __val, 80 …return __atomic_compare_exchange_n(__val, __expected, __after, true, __success_order, __fail_order… [all …]
|
/aosp_15_r20/external/libcxx/src/include/ |
H A D | atomic_support.h | 57 void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, 60 __atomic_store_n(__dest, __val, __order); 65 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() argument 67 __atomic_store_n(__dest, __val, _AO_Relaxed); in __libcpp_relaxed_store() 72 _ValueType __libcpp_atomic_load(_ValueType const* __val, 75 return __atomic_load_n(__val, __order); 80 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 83 return __atomic_add_fetch(__val, __a, __order); 96 bool __libcpp_atomic_compare_exchange(_ValueType* __val, 101 return __atomic_compare_exchange_n(__val, __expected, __after, true, [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | functional_hash.h | 75 operator()(_Tp __val) const noexcept \ in _GLIBCXX_VISIBILITY() 76 { return static_cast<size_t>(__val); } \ in _GLIBCXX_VISIBILITY() 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 140 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 158 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | functional_hash.h | 75 operator()(_Tp __val) const noexcept \ in _GLIBCXX_VISIBILITY() 76 { return static_cast<size_t>(__val); } \ in _GLIBCXX_VISIBILITY() 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 140 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 158 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/external/angle/src/common/ |
H A D | tls.h | 75 void **__val; \ 76 __asm__("mrs %0, tpidr_el0" : "=r"(__val)); \ 77 __val; \ 82 void **__val; \ 83 __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__val)); \ 84 __val; \ 91 register void **__val asm("v1"); \ 97 : "=r"(__val)); \ 98 __val; \ 103 void **__val; \ [all …]
|
/aosp_15_r20/external/libcxxabi/src/include/ |
H A D | atomic_support.h | 61 void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, 64 __atomic_store_n(__dest, __val, __order); 69 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) in __libcpp_relaxed_store() argument 71 __atomic_store_n(__dest, __val, _AO_Relaxed); in __libcpp_relaxed_store() 76 _ValueType __libcpp_atomic_load(_ValueType const* __val, 79 return __atomic_load_n(__val, __order); 84 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 87 return __atomic_add_fetch(__val, __a, __order); 100 bool __libcpp_atomic_compare_exchange(_ValueType* __val, 105 return __atomic_compare_exchange_n(__val, __expected, __after, true, [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/platform/bionic/ |
H A D | tls.h | 32 # define __get_tls() ({ void** __val; __asm__("mrs %0, tpidr_el0" : "=r"(__val)); __val; }) 34 # define __get_tls() ({ void** __val; __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__val)); __val; }) 36 # define __get_tls() ({ void** __val; __asm__("movl %%gs:0, %0" : "=r"(__val)); __val; }) 38 # define __get_tls() ({ void** __val; __asm__("mv %0, tp" : "=r"(__val)); __val; }) 40 # define __get_tls() ({ void** __val; __asm__("mov %%fs:0, %0" : "=r"(__val)); __val; })
|
/aosp_15_r20/bionic/libc/platform/bionic/ |
H A D | tls.h | 32 # define __get_tls() ({ void** __val; __asm__("mrs %0, tpidr_el0" : "=r"(__val)); __val; }) 34 # define __get_tls() ({ void** __val; __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__val)); __val; }) 36 # define __get_tls() ({ void** __val; __asm__("movl %%gs:0, %0" : "=r"(__val)); __val; }) 38 # define __get_tls() ({ void** __val; __asm__("mv %0, tp" : "=r"(__val)); __val; }) 40 # define __get_tls() ({ void** __val; __asm__("mov %%fs:0, %0" : "=r"(__val)); __val; })
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | atomicity.h | 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 49 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY() 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 53 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY() 65 __exchange_and_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 78 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | atomicity.h | 48 __exchange_and_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 49 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY() 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 53 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY() 65 __exchange_and_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 78 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/aosp_15_r20/external/elfutils/lib/ |
H A D | stdatomic-fbsd.h | 103 #define _Atomic(T) struct { volatile __typeof__(T) __val; } 114 #define ATOMIC_VAR_INIT(value) { .__val = (value) } 115 #define atomic_init(obj, value) ((void)((obj)->__val = (value))) 206 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val) 209 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *)) 292 __atomic_compare_exchange_n(&(object)->__val, expected, \ 296 __atomic_compare_exchange_n(&(object)->__val, expected, \ 299 __atomic_exchange_n(&(object)->__val, desired, order) 301 __atomic_fetch_add(&(object)->__val, operand, order) 303 __atomic_fetch_and(&(object)->__val, operand, order) [all …]
|
/aosp_15_r20/external/trusty/musl/arch/x86_64/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() argument 3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port)); in outb() 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() argument 8 __asm__ volatile ("outw %0,%1" : : "a" (__val), "dN" (__port)); in outw() 11 static __inline void outl(unsigned int __val, unsigned short __port) in outl() argument 13 __asm__ volatile ("outl %0,%1" : : "a" (__val), "dN" (__port)); in outl() 18 unsigned char __val; in inb() local 19 __asm__ volatile ("inb %1,%0" : "=a" (__val) : "dN" (__port)); in inb() 20 return __val; in inb() 25 unsigned short __val; in inw() local [all …]
|