/prebuilts/ndk/android-ndk-r5/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...] |
/prebuilts/ndk/android-ndk-r6/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...] |
/prebuilts/ndk/android-ndk-r7/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...] |
/external/clang/test/Sema/ |
asm.c | 37 void test4(const volatile void *addr) 39 asm ("nop" : : "r"(*addr)); // expected-error {{invalid type 'const volatile void' in asm input for constraint 'r'}} 76 asm volatile("foo %0 %1" : "=a" (a) :"0" (b)); // expected-error {{input with type 'unsigned long long' matching output with type 'int'}} 81 asm volatile (""); // expected-warning {{meaningless 'volatile' on asm outside function}} 114 asm volatile ("movb %%gs:%P2,%b0" : "=q"(b) : "0"(0), "i"(5L)); 124 __asm__ volatile ("mov %%esp, %o" : "=r"(esp) : : ); // expected-error {{invalid % escape in inline assembly string}}
|
/external/valgrind/main/none/tests/s390x/ |
and.h | 4 volatile long v; 10 asm volatile( #insn " %0, %3\n" \ 23 asm volatile( #insn " %0, %3\n" \ 36 asm volatile( insn(2,s2) \ 50 asm volatile( #insn " %0," #s2 "\n" \ 129 asm volatile( NY(1,0,2,000,00) \ 143 asm volatile( NIY(i2,2,000,00) \
|
mul.h | 7 asm volatile( "lgr 2, %0\n" \ 22 asm volatile( "lgr 2, %0\n" \ 37 asm volatile( "lgr 2, %0\n" \ 51 asm volatile( "lgr 2, %0\n" \ 127 asm volatile( "lgr 2, %0\n" \ 158 asm volatile( "lgr 2, %0\n" \ 189 asm volatile( "lgr 2, %0\n" \
|
or.h | 4 volatile long v; 10 asm volatile( #insn " %0, %3\n" \ 23 asm volatile( #insn " %0, %3\n" \ 36 asm volatile( insn(2,s2) \ 50 asm volatile( #insn " %0," #s2 "\n" \ 129 asm volatile( OY(1,0,2,000,00) \ 143 asm volatile( OIY(i2,2,000,00) \
|
xor.h | 4 volatile long v; 10 asm volatile( #insn " %0, %3\n" \ 23 asm volatile( #insn " %0, %3\n" \ 36 asm volatile( insn(2,s2) \ 50 asm volatile( #insn " %0," #s2 "\n" \ 129 asm volatile( XY(1,0,2,000,00) \ 143 asm volatile( XIY(i2,2,000,00) \
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
package-info.java | 10 * package extend the notion of {@code volatile} values, fields, and 61 * {@code volatile} variable. 64 * {@code volatile} variable. 67 * a {@code volatile} variable except that it permits reorderings with 69 * impose reordering constraints with ordinary non-{@code volatile} 83 * writing {@code volatile} variables. 88 * {@code compareAndSet} operations on any selected {@code volatile} 96 * which several {@code volatile} fields of the same node (for 108 * These classes are also notable in providing {@code volatile} access
|
/external/clang/test/SemaTemplate/ |
constexpr-instantiate.cpp | 72 static volatile int &r; 74 template<typename T> volatile int &S<T>::r = const_cast<volatile int&>(k);
|
/external/kernel-headers/original/asm-x86/ |
apic_32.h | 54 *((volatile unsigned long *)(APIC_BASE+reg)) = v; 60 xchg((volatile unsigned long *)(APIC_BASE+reg), v); 65 return *((volatile unsigned long *)(APIC_BASE+reg));
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpUtils.h | 50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */ 51 volatile uint8_t *pOut; /* Points to 1 before where the next TU1 will leave buffer */ 52 volatile bool_t bFull; /* TRUE if buffer is full */
|
/external/llvm/test/CodeGen/X86/ |
stack-align.ll | 14 store volatile double %tmp4, double* %P 16 %tmp1 = load volatile double* %tmp, align 8 ; <double> [#uses=1] 20 store volatile double %tmp6, double* %P, align 8
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
alternative_32.h | 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
alternative_32.h | 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
alternative_32.h | 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 29 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 435 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 438 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 441 const volatile void *lock, long is_w) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 444 const volatile void *lock, long is_w) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 446 const char *file, int line, const volatile void *barrier, long count, 450 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 453 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 456 const volatile void *barrier) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; 458 const char *file, int line, const volatile void *cv, 459 const volatile void *lock) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK [all...] |
/bionic/libc/arch-arm/bionic/ |
atomics_arm.c | 61 __atomic_cmpxchg(int old, int _new, volatile int *ptr) 68 __atomic_swap(int _new, volatile int *ptr) 78 __atomic_dec(volatile int *ptr) 84 __atomic_inc(volatile int *ptr)
|
/bionic/libc/kernel/arch-arm/asm/ |
atomic.h | 22 typedef struct { volatile int counter; } atomic_t;
|
mtd-xip.h | 24 #define xip_iprefetch() do { asm volatile (".rep 8; nop; .endr"); } while (0)
|
/bootable/bootloader/legacy/include/boot/ |
boot.h | 34 asm volatile ( 42 (*(volatile unsigned *) (addr)) = (val); 49 (*(volatile unsigned char *) (addr)) = (val); 55 return (*(volatile unsigned *) (addr));
|
/dalvik/dx/tests/008-field/ |
expected.txt | 23 access_flags: public|private|protected|static|final|volatile|transient|synthetic|enum|af20
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
spinlock.h | 24 #define rwlock_is_locked(x) (*((volatile unsigned int *)(x)) != 0)
|