Searched
full:volatile (Results
926 -
950 of
2876) sorted by null
<<31323334353637383940>>
/development/ndk/platforms/android-3/include/ |
pthread.h | 42 int volatile value; 64 int volatile value; 83 typedef volatile int pthread_once_t;
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 42 int volatile value; 64 int volatile value; 83 typedef volatile int pthread_once_t;
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 42 int volatile value; 64 int volatile value; 83 typedef volatile int pthread_once_t;
|
/external/astl/tests/ |
test_type_traits.cpp | 81 // volatile 82 EXPECT_TRUE(is_integral<int volatile>::value == true); 83 EXPECT_TRUE(is_integral<int const volatile>::value == true);
|
/external/clang/test/SemaCXX/ |
expressions.cpp | 20 template <class T> void bar(volatile T &x) {} 23 volatile int x; 30 volatile E x;
|
/external/compiler-rt/BlocksRuntime/ |
runtime.c | 51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { 57 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) { 72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { 76 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) { 105 unsigned long int old_value = *(volatile unsigned long int *)where; 109 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) { 118 int old_value = *(volatile int *)where; 122 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) { 131 unsigned long int old_value = *(volatile int *)where; 138 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where)) [all...] |
/external/compiler-rt/lib/asan/ |
asan_poisoning.cc | 77 void __asan_poison_memory_region(void const volatile *addr, size_t size) { 118 void __asan_unpoison_memory_region(void const volatile *addr, size_t size) { 149 bool __asan_address_is_poisoned(void const volatile *addr) {
|
/external/doclava/test/api/ |
added-exception.xml | 176 volatile="false" 186 volatile="false" 285 volatile="false"
|
api.xml | 185 volatile="false" 195 volatile="false" 294 volatile="false"
|
changed-class-info.xml | 159 volatile="false" 169 volatile="false" 259 volatile="false"
|
changed-class-info2.xml | 159 volatile="false" 169 volatile="false" 260 volatile="false"
|
changed-deprecated.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-deprecated2.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-deprecated3.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-final.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-final2.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-final3.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-native.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-scope.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-scope2.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-scope3.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-scope4.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-static.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-static2.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
changed-static3.xml | 159 volatile="false" 169 volatile="false" 268 volatile="false"
|
Completed in 330 milliseconds
<<31323334353637383940>>