/external/valgrind/main/none/tests/s390x/ |
fgx.c | 18 asm volatile ( LGDR(7,8) : "=d"(g) : "f"(f)); 27 asm volatile ( LDGR(8,7) : "=f"(f) : "d"(g));
|
mvst.c | 18 asm volatile( 27 asm volatile(
|
sub.h | 4 volatile long v; 10 asm volatile( "lghi 0," #NOBORROW "\n" \ 25 asm volatile( "lghi 0," #NOBORROW "\n" \ 40 asm volatile( "lghi 0," #NOBORROW "\n" \ 102 asm volatile( "lghi 0," #NOBORROW "\n" \
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TypeTraits.cpp | 46 COMPILE_ASSERT(!IsInteger<volatile char*>::value, WTF_IsInteger_volatile_char_pointer_false); 72 COMPILE_ASSERT(IsPod<volatile char*>::value, WTF_IsPod_volatile_char_pointer_true); 100 COMPILE_ASSERT(!IsConvertibleToInteger<volatile char*>::value, WTF_IsConvertibleToInteger_volatile_char_pointer_false); 107 COMPILE_ASSERT((!IsSameType<bool, volatile bool>::value), WTF_IsSameType_volatile_change_false); 124 COMPILE_ASSERT((!IsSameType<bool, RemoveConst<volatile bool>::Type>::value), WTF_test_RemoveConst_volatile_bool); 128 COMPILE_ASSERT((IsSameType<bool, RemoveVolatile<volatile bool>::Type>::value), WTF_test_RemoveVolatile_volatile_bool); 132 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_volatile_bool); 133 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_const_volatile_bool);
|
/frameworks/rs/driver/ |
rsdCore.h | 49 volatile int mRunningCount; 50 volatile int mLaunchCount;
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractOwnableSynchronizer.java | 41 * <tt>volatile</tt> field accesses. 51 * or <tt>volatile</tt> field accesses.
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op_gcc_armv5.h | 66 asm volatile( 87 asm volatile( 110 asm volatile( 131 asm volatile( 146 asm volatile( 162 asm volatile( 181 asm volatile( 199 asm volatile( 216 asm volatile( 232 asm volatile( [all...] |
/external/clang/test/CodeGenCXX/ |
mangle-ms.cpp | 27 static volatile long e; 29 static const volatile char f; 64 volatile long foo::e; 65 const volatile char foo::f = 'C'; 75 const volatile char foo::*k;
|
/external/clang/test/Sema/ |
c89.c | 97 typedef volatile int vol_int; 98 volatile vol_int volvol_i; /* expected-warning {{duplicate 'volatile' declaration specifier}} */ 99 typedef volatile vol_int volvol_int; /* expected-warning {{duplicate 'volatile' declaration specifier}} */
|
/external/kernel-headers/original/asm-x86/ |
bitops_32.h | 23 #define ADDR (*(volatile long *) addr) 40 static inline void set_bit(int nr, volatile unsigned long * addr) 57 static inline void __set_bit(int nr, volatile unsigned long * addr) 75 static inline void clear_bit(int nr, volatile unsigned long * addr) 91 static inline void clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) 97 static inline void __clear_bit(int nr, volatile unsigned long * addr) 117 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) 135 static inline void __change_bit(int nr, volatile unsigned long * addr) 153 static inline void change_bit(int nr, volatile unsigned long * addr) 170 static inline int test_and_set_bit(int nr, volatile unsigned long * addr [all...] |
/external/valgrind/main/none/tests/ |
faultstatus.c | 37 volatile void *addr; 51 static char volatile *volatile mapping; 71 static int testaddr(void *addr, volatile void *want) 120 volatile int v = 44/zero();
|
/system/extras/tests/bionic/libstdc++/ |
test_ctime.cpp | 89 volatile std::clock_t clock; 90 volatile std::time_t time; 91 volatile std::tm better_time; 97 volatile std::clock_t clock1 = std::clock(); 98 volatile std::clock_t clock2 = std::clock();
|
/bionic/libc/private/ |
bionic_atomic_arm.h | 140 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) 163 typedef int (kernel_cmpxchg)(int32_t, int32_t, volatile int32_t *); 166 __kernel_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) 173 __bionic_cmpxchg(int32_t old_value, int32_t new_value, volatile int32_t* ptr) 187 __bionic_swap(int32_t new_value, volatile int32_t* ptr) 204 __bionic_swap(int32_t new_value, volatile int32_t* ptr) 221 __bionic_atomic_inc(volatile int32_t* ptr) 239 __bionic_atomic_inc(volatile int32_t* ptr) 255 __bionic_atomic_dec(volatile int32_t* ptr) 273 __bionic_atomic_dec(volatile int32_t* ptr [all...] |
/external/bluetooth/glib/gobject/ |
gclosure.h | 148 volatile guint ref_count : 15; 149 volatile guint meta_marshal : 1; 150 volatile guint n_guards : 1; 151 volatile guint n_fnotifiers : 2; /* finalization notifiers */ 152 volatile guint n_inotifiers : 8; /* invalidation notifiers */ 153 volatile guint in_inotify : 1; 154 volatile guint floating : 1; 156 volatile guint derivative_flag : 1; 158 volatile guint in_marshal : 1; 159 volatile guint is_invalid : 1 [all...] |
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.c | 114 asm volatile ("fstcw %0" : "=m" (fpuc)); 117 asm volatile ("fldcw %0" : : "m" (tmp)); 118 wa=0;//asm volatile ("fist %0" : "=m" (wa) : "t" (a)); 119 asm volatile ("fistl %0" : "=m" (ia) : "t" (a)); 120 asm volatile ("fistpll %0" : "=m" (lla) : "t" (a) : "st"); 121 asm volatile ("frndint ; fstl %0" : "=m" (ra) : "t" (a)); 122 asm volatile ("fldcw %0" : : "m" (fpuc)); 161 asm volatile ("fldl %0" : : "m" (dtab[i]));\ 165 asm volatile ("fstpl %0" : "=m" (rtab[i]));\ 207 asm volatile ("fldl %0" : : "m" (dtab[i])) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 75 private volatile long notBefore = -1; 76 private volatile long notAfter = -1; 77 private volatile BigInteger serialNumber; 78 private volatile X500Principal issuer; 79 private volatile X500Principal subject; 80 private volatile byte[] tbsCertificate; 81 private volatile byte[] signature; 82 private volatile String sigAlgName; 83 private volatile String sigAlgOID; 84 private volatile byte[] sigAlgParams [all...] |
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.h | 434 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 437 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 440 const volatile void *lock, long is_w) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 443 const volatile void *lock, long is_w) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 445 const char *file, int line, const volatile void *barrier, long count, 449 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 452 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 455 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 457 const char *file, int line, const volatile void *cv, 458 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 124 /// Retrieve result type for a volatile member function pointer. 126 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 131 /// Retrieve result type for a const volatile member function pointer. 133 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 214 static __one __test(const volatile unary_function<_T1, _Res>*); 216 // It's tempting to change "..." to const volatile void*, but 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 232 // It's tempting to change "..." to const volatile void*, but 400 // - a pointer to member function type (unary, volatile) 402 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
functional | 143 /// Retrieve result type for a volatile member function pointer. 145 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 150 /// Retrieve result type for a const volatile member function pointer. 152 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 233 static __one __test(const volatile unary_function<_T1, _Res>*); 235 // It's tempting to change "..." to const volatile void*, but 249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 251 // It's tempting to change "..." to const volatile void*, but 419 // - a pointer to member function type (unary, volatile) 421 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
functional | 143 /// Retrieve result type for a volatile member function pointer. 145 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 150 /// Retrieve result type for a const volatile member function pointer. 152 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 233 static __one __test(const volatile unary_function<_T1, _Res>*); 235 // It's tempting to change "..." to const volatile void*, but 249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 251 // It's tempting to change "..." to const volatile void*, but 419 // - a pointer to member function type (unary, volatile) 421 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 124 /// Retrieve result type for a volatile member function pointer. 126 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 131 /// Retrieve result type for a const volatile member function pointer. 133 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 214 static __one __test(const volatile unary_function<_T1, _Res>*); 216 // It's tempting to change "..." to const volatile void*, but 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 232 // It's tempting to change "..." to const volatile void*, but 400 // - a pointer to member function type (unary, volatile) 402 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 124 /// Retrieve result type for a volatile member function pointer. 126 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 131 /// Retrieve result type for a const volatile member function pointer. 133 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 214 static __one __test(const volatile unary_function<_T1, _Res>*); 216 // It's tempting to change "..." to const volatile void*, but 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 232 // It's tempting to change "..." to const volatile void*, but 400 // - a pointer to member function type (unary, volatile) 402 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 124 /// Retrieve result type for a volatile member function pointer. 126 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...) volatile> 131 /// Retrieve result type for a const volatile member function pointer. 133 struct _Weak_result_type_impl<_Res (_Class::*)(_ArgTypes...)const volatile> 214 static __one __test(const volatile unary_function<_T1, _Res>*); 216 // It's tempting to change "..." to const volatile void*, but 230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 232 // It's tempting to change "..." to const volatile void*, but 400 // - a pointer to member function type (unary, volatile) 402 struct _Reference_wrapper_base<_Res (_T1::*)() volatile> [all...] |
/external/stlport/stlport/stl/pointers/ |
_tools.h | 48 { _VolatileVoidPointerShim(volatile void*); }; 50 { _ConstVolatileVoidPointerShim(const volatile void*); }; 116 struct _StorageType<_Tp volatile*> { 118 __STATIC_CAST(_Tp volatile*, 0))) == sizeof(char*)) }; 121 volatile void*, 122 volatile _Tp*>::_Ret _QualifiedType; 125 volatile _Tp*>::_Ret _Type; 129 struct _StorageType<_Tp const volatile*> { 131 __STATIC_CAST(_Tp const volatile*, 0))) == sizeof(char*)) }; 134 const volatile void* [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 48 { _VolatileVoidPointerShim(volatile void*); }; 50 { _ConstVolatileVoidPointerShim(const volatile void*); }; 116 struct _StorageType<_Tp volatile*> { 118 __STATIC_CAST(_Tp volatile*, 0))) == sizeof(char*)) }; 121 volatile void*, 122 volatile _Tp*>::_Ret _QualifiedType; 125 volatile _Tp*>::_Ret _Type; 129 struct _StorageType<_Tp const volatile*> { 131 __STATIC_CAST(_Tp const volatile*, 0))) == sizeof(char*)) }; 134 const volatile void* [all...] |