/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1]; 7 int check1[std::__is_scalar<__weak id>::__value? -1 : 1]; 8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1]; 9 int check3[std::__is_scalar<__strong A*>::__value? -1 : 1]; 10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1]; 11 int check5[std::__is_scalar<__autoreleasing A*>::__value? -1 : 1];
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | mlx_bitops.h | 196 uint32_t __value = be32_to_cpu ( *__ptr ); \ 197 __value &= ~( MLX_MASK_1 ( MLX_PSEUDO_STRUCT ( _ptr ), \ 199 __value |= MLX_ASSEMBLE_1 ( MLX_PSEUDO_STRUCT ( _ptr ), \ 201 *__ptr = cpu_to_be32 ( __value ); \ 214 uint32_t __value = be32_to_cpu ( *__ptr ); \ 215 __value >>= \ 218 __value &= \ 220 __value; \
|
/external/clang/lib/Headers/ |
D | unwind.h | 184 _Unwind_Word __value; in _Unwind_GetGR() local 185 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR() 186 return __value; in _Unwind_GetGR() 191 _Unwind_Word __value) { in _Unwind_SetGR() argument 192 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR() 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument 204 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
|
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 | vecintrin.h | 1116 unsigned char __value = (__bit1 <= __bit2 ? in vec_genmasks_8() local 1119 return (vector unsigned char)__value; in vec_genmasks_8() 1129 unsigned short __value = (__bit1 <= __bit2 ? in vec_genmasks_16() local 1132 return (vector unsigned short)__value; in vec_genmasks_16() 1142 unsigned int __value = (__bit1 <= __bit2 ? in vec_genmasks_32() local 1145 return (vector unsigned int)__value; in vec_genmasks_32() 1155 unsigned long long __value = (__bit1 <= __bit2 ? in vec_genmasks_64() local 1158 return (vector unsigned long long)__value; in vec_genmasks_64()
|
/external/python/cpython2/Demo/metaclasses/ |
D | Enum.py | 104 self.__value = value 107 return self.__value 112 self.__value) 118 return cmp(self.__value, int(other))
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | bitops.h | 208 uint64_t __value = BIT64_to_cpu ( *__ptr ); \ 209 __value >>= \ 211 __value &= BIT_MASK ( _ptr, _field ); \ 212 __value; \ 224 uint64_t __value = (_value); \ 227 *__ptr |= cpu_to_BIT64 ( __value << __shift ); \
|
/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | nx_bitops.h | 183 uint64_t __value = le64_to_cpu ( *__ptr ); \ 184 __value >>= \ 186 __value &= NX_BIT_MASK ( _ptr, _field ); \ 187 __value; \
|
/external/clang/test/PCH/ |
D | cxx-traits.h | 7 enum { __value }; enumerator 12 enum { __value }; enumerator
|
D | cxx-traits.cpp | 11 bool _Is_pod_comparator = n::__is_pod<int>::__value; 12 bool _Is_empty_check = n::__is_empty<int>::__value;
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 367 static VPX_INLINE typ id##__value(va_list args) { return va_arg(args, typ); } 371 static VPX_INLINE typ id##__value(va_list args) { return va_arg(args, typ); } 373 #define CAST(id, arg) id##__value(arg)
|
/external/python/cpython2/Lib/ |
D | threading.py | 438 self.__value = value 462 while self.__value == 0: 467 self, blocking, self.__value) 470 self.__value = self.__value - 1 473 self, self.__value) 487 self.__value = self.__value + 1 490 self, self.__value)
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 184 enum { __value = 1 }; enumerator 194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { } in ft7() 225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { } in ft8() 234 enum { __value = 0 }; enumerator 242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { }; in __fill_a()
|
/external/bison/lib/ |
D | obstack.h | 388 void *__value = (void *) __o1->object_base; \ 389 if (__o1->next_free == __value) \ 398 __value; })
|
/external/elfutils/tests/ |
D | run-dwarf-getstring.sh | 85 __value
|
/external/libcxx/include/ |
D | variant | 581 decltype((_VSTD::forward<_Alts>(__alts).__value))...>(); 583 _VSTD::forward<_Alts>(__alts).__value...); 604 : __value(_VSTD::forward<_Args>(__args)...) {} 606 __value_type __value; 782 _VSTD::forward<decltype(__rhs_alt)>(__rhs_alt).__value); 893 __a.__value = _VSTD::forward<_Arg>(__arg); 922 _VSTD::forward<decltype(__that_alt)>(__that_alt).__value, 1036 swap(__this_alt.__value, __that_alt.__value); 1310 return __variant::__get_alt<_Ip>(_VSTD::forward<_Vp>(__v)).__value; 1384 ? _VSTD::addressof(__variant::__get_alt<_Ip>(*__v).__value) [all …]
|
D | atomic | 716 _Tp __value, memory_order __order) { 718 __atomic_exchange(&__a->__a_value, &__value, &__ret, 724 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value, 727 __atomic_exchange(&__a->__a_value, &__value, &__ret, 734 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 736 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 744 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success, 746 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, 754 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, 756 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value, [all …]
|
D | any | 207 any(_ValueType && __value); 375 _Tp & __value = *static_cast<_Tp *>(static_cast<void*>(&__this.__s.__buf)); 376 __value.~_Tp();
|
D | memory | 656 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { 660 return __atomic_load_n(__value, __ATOMIC_RELAXED); 662 return *__value; 668 _ValueType __libcpp_acquire_load(_ValueType const* __value) { 672 return __atomic_load_n(__value, __ATOMIC_ACQUIRE); 674 return *__value;
|
D | future | 2330 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value ) 2331 { return (int(__policy) & int(__value)) != 0; }
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.h | 55 public __value enum ServiceFlags : int 109 public __value enum ErrorCode : int
|
/external/libcxx/include/experimental/ |
D | any | 190 any(_ValueType && __value); 331 _Tp & __value = *static_cast<_Tp *>(static_cast<void*>(&__this.__s.__buf)); 332 __value.~_Tp();
|
/external/boringssl/src/third_party/android-cmake/ |
D | android.toolchain.cmake | 281 set( __value "$ENV{${__var}}" ) variable 283 set( __value "${${__var}}" ) variable 285 set( __value "${__var}" ) variable 287 set( __value "" ) variable 290 if( NOT " ${__value}" STREQUAL " " AND (NOT __test_path OR EXISTS "${__value}") ) 291 set( ${var_name} "${__value}" ) 296 unset( __value )
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 756 extern int setenv (__const char *__name, __const char *__value, int __replace) 832 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, 838 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, 844 extern char *gcvt (double __value, int __ndigit, char *__buf) 850 extern char *qecvt (long double __value, int __ndigit, 853 extern char *qfcvt (long double __value, int __ndigit, 856 extern char *qgcvt (long double __value, int __ndigit, char *__buf) 862 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, 865 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, 869 extern int qecvt_r (long double __value, int __ndigit, [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 3256 self.__value = value 3260 self.__var.set(self.__value) 3262 self.__callback(self.__value, *args)
|