/external/u-boot/arch/mips/include/asm/ |
D | io.h | 295 volatile type *__addr; \ 300 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ 302 __val = pfx##ioswab##bwlq(__addr, val); \ 307 *__addr = __val; \ 312 volatile type *__addr; \ 315 __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base() + port); \ 319 __val = *__addr; \ 321 return pfx##ioswab##bwlq(__addr, __val); \ 399 const volatile type *__addr = addr; \ in BUILDIO_MEM() 402 __mem_write##bwlq(*__addr, mem); \ in BUILDIO_MEM() [all …]
|
/external/clang/test/CodeGen/ |
D | avx512vl-builtins.c | 2794 void test_mm_i64scatter_pd(double *__addr, __m128i __index, __m128d __v1) { in test_mm_i64scatter_pd() argument 2797 return _mm_i64scatter_pd(__addr,__index,__v1,2); in test_mm_i64scatter_pd() 2799 void test_mm_mask_i64scatter_pd(double *__addr, __mmask8 __mask, __m128i __index, __m128d __v1) { in test_mm_mask_i64scatter_pd() argument 2802 return _mm_mask_i64scatter_pd(__addr,__mask,__index,__v1,2); in test_mm_mask_i64scatter_pd() 2804 void test_mm_i64scatter_epi64(long long *__addr, __m128i __index, __m128i __v1) { in test_mm_i64scatter_epi64() argument 2807 return _mm_i64scatter_epi64(__addr,__index,__v1,2); in test_mm_i64scatter_epi64() 2809 void test_mm_mask_i64scatter_epi64(long long *__addr, __mmask8 __mask, __m128i __index, __m128i __v… in test_mm_mask_i64scatter_epi64() argument 2812 return _mm_mask_i64scatter_epi64(__addr,__mask,__index,__v1,2); in test_mm_mask_i64scatter_epi64() 2814 void test_mm256_i64scatter_pd(double *__addr, __m256i __index, __m256d __v1) { in test_mm256_i64scatter_pd() argument 2817 return _mm256_i64scatter_pd(__addr,__index,__v1,2); in test_mm256_i64scatter_pd() [all …]
|
D | avx512f-builtins.c | 5097 __m256 test_mm512_i64gather_ps(__m512i __index, void const *__addr) { in test_mm512_i64gather_ps() argument 5100 return _mm512_i64gather_ps(__index, __addr, 2); in test_mm512_i64gather_ps() 5103 …st_mm512_mask_i64gather_ps(__m256 __v1_old, __mmask8 __mask, __m512i __index, void const *__addr) { in test_mm512_mask_i64gather_ps() argument 5106 return _mm512_mask_i64gather_ps(__v1_old, __mask, __index, __addr, 2); in test_mm512_mask_i64gather_ps() 5109 __m256i test_mm512_i64gather_epi32(__m512i __index, void const *__addr) { in test_mm512_i64gather_epi32() argument 5112 return _mm512_i64gather_epi32(__index, __addr, 2); in test_mm512_i64gather_epi32() 5115 …m512_mask_i64gather_epi32(__m256i __v1_old, __mmask8 __mask, __m512i __index, void const *__addr) { in test_mm512_mask_i64gather_epi32() argument 5118 return _mm512_mask_i64gather_epi32(__v1_old, __mask, __index, __addr, 2); in test_mm512_mask_i64gather_epi32() 5121 __m512d test_mm512_i64gather_pd(__m512i __index, void const *__addr) { in test_mm512_i64gather_pd() argument 5124 return _mm512_i64gather_pd(__index, __addr, 2); in test_mm512_i64gather_pd() [all …]
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | spawn_ptrace_child.h | 47 void *__addr = (void *)(addr); \ 49 maybe_swap(request, __addr, __data); \ 50 __ret = ptrace(request, pid, __addr, __data); \
|
/external/libchrome/base/third_party/valgrind/ |
D | valgrind.h | 243 volatile unsigned int __addr; \ 247 : "=a" (__addr) \ 251 _zzq_orig->nraddr = __addr; \ 298 volatile unsigned int __addr; \ 302 __asm mov __addr, eax \ 304 _zzq_orig->nraddr = __addr; \ 352 volatile unsigned long long int __addr; \ 356 : "=a" (__addr) \ 360 _zzq_orig->nraddr = __addr; \ 411 unsigned int __addr; \ [all …]
|
/external/u-boot/arch/sh/include/asm/ |
D | system.h | 76 unsigned long __addr; \ 77 __addr = 0xa8000000; \ 81 : "m" (__m(__addr))); \
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 258 volatile unsigned int __addr; \ 262 : "=a" (__addr) \ 266 _zzq_orig->nraddr = __addr; \ 324 volatile unsigned int __addr; \ 328 __asm mov __addr, eax \ 330 _zzq_orig->nraddr = __addr; \ 379 volatile uint64_t __addr; \ 383 : "=a" (__addr) \ 387 _zzq_orig->nraddr = __addr; \ 439 unsigned int __addr; \ [all …]
|
/external/libcxx/include/experimental/ |
D | coroutine | 142 static coroutine_handle from_address(void* __addr) _NOEXCEPT { 144 __tmp.__handle_ = __addr; 222 static coroutine_handle from_address(void* __addr) _NOEXCEPT { 224 __tmp.__handle_ = __addr;
|
/external/clang/lib/Headers/ |
D | htmxlintrin.h | 254 __TM_non_transactional_store (void* const __addr, long long const __value) in __TM_non_transactional_store() argument 256 __builtin_non_tx_store ((uint64_t*)__addr, (uint64_t)__value); in __TM_non_transactional_store()
|
D | avx512fintrin.h | 8107 __addr, __scale) __extension__({\ argument 8109 __addr,(__v8di) __index, __mask, __scale);\
|
/external/python/cpython3/Lib/ |
D | smtpd.py | 300 def __addr(self): member in SMTPChannel 304 @__addr.setter 305 def __addr(self, value): member in SMTPChannel
|
/external/python/cpython2/Lib/ |
D | smtpd.py | 113 self.__addr = addr
|
/external/libcxx/include/ |
D | memory | 5648 _Tp *__addr() { return reinterpret_cast<_Tp *>(addressof(__v)); } 5649 _Tp & get() { return *__addr(); } 5658 ~__temp_value() { _Traits::destroy(__a, __addr()); }
|