/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) : 50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) : 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) : 54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) : 101 inline long _STLP_atomic_increment_gcc_x86(long volatile* p) { 110 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) 114 inline long _STLP_atomic_decrement_gcc_x86(long volatile* p) { 123 # define _STLP_ATOMIC_DECREMENT(__x) (_STLP_atomic_decrement_gcc_x86((long volatile*)__x)) 256 static void _STLP_CALL _M_do_lock(volatile __stl_atomic_t* __lock); 278 volatile __stl_atomic_t _M_lock [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) : 50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) : 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) : 54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) : 101 inline long _STLP_atomic_increment_gcc_x86(long volatile* p) { 110 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) 114 inline long _STLP_atomic_decrement_gcc_x86(long volatile* p) { 123 # define _STLP_ATOMIC_DECREMENT(__x) (_STLP_atomic_decrement_gcc_x86((long volatile*)__x)) 256 static void _STLP_CALL _M_do_lock(volatile __stl_atomic_t* __lock); 278 volatile __stl_atomic_t _M_lock [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) : 50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) : 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) : 54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) : 101 inline long _STLP_atomic_increment_gcc_x86(long volatile* p) { 110 # define _STLP_ATOMIC_INCREMENT(__x) (_STLP_atomic_increment_gcc_x86((long volatile*)__x)) 114 inline long _STLP_atomic_decrement_gcc_x86(long volatile* p) { 123 # define _STLP_ATOMIC_DECREMENT(__x) (_STLP_atomic_decrement_gcc_x86((long volatile*)__x)) 256 static void _STLP_CALL _M_do_lock(volatile __stl_atomic_t* __lock); 278 volatile __stl_atomic_t _M_lock [all...] |
/external/clang/test/Sema/ |
exprs.c | 25 PR8876_pos(0); // expected-warning{{indirection of non-volatile null pointer will be deleted, not trap}} expected-note{{consider using __builtin_trap() or qualifying pointer with 'volatile'}} 34 (*((unsigned long long*)(((void*)0))) = ((unsigned long long)((test)) % (unsigned long long)((1000000000)))); // expected-warning {{indirection of non-volatile null pointer will be deleted, not trap}} expected-note {{consider using __builtin_trap() or qualifying pointer with 'volatile'}} 174 *(int*)0 = 0; // expected-warning {{indirection of non-volatile null pointer}} \ 176 *(volatile int*)0 = 0; // Ok. 179 int x = *(int*)0; // expected-warning {{indirection of non-volatile null pointer}} \ 181 int x2 = *(volatile int*)0; // Ok. 227 void test21(volatile struct Test21 *ptr) {
|
/external/kernel-headers/original/asm-arm/ |
io.h | 49 #define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile unsigned char __force *)(a) = (v)) 50 #define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile unsigned short __force *)(a) = (v)) 51 #define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile unsigned int __force *)(a) = (v)) 53 #define __raw_readb(a) (__chk_io_ptr(a), *(volatile unsigned char __force *)(a)) 54 #define __raw_readw(a) (__chk_io_ptr(a), *(volatile unsigned short __force *)(a)) 55 #define __raw_readl(a) (__chk_io_ptr(a), *(volatile unsigned int __force *)(a)) 149 extern void _memcpy_fromio(void *, const volatile void __iomem *, size_t); 150 extern void _memcpy_toio(volatile void __iomem *, const void *, size_t); 151 extern void _memset_io(volatile void __iomem *, int, size_t);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 230 __asm__ volatile("MVN %0, #0xFF0000": "=r"(x6)); 239 __asm__ volatile("BIC %0, %0, #3": "=r"(ref)); 247 __asm__ volatile("MVN %0, %0, lsr #8\n\tBIC %0, %0, %1,lsl #24\n\tMVN %1, %1,lsr #8\n\tBIC %1, %1, %2,lsl #24": "=&r"(x10), "=&r"(x11): "r"(x12)); 249 __asm__ volatile("MVN %0, %0, lsr #16\n\tBIC %0, %0, %1,lsl #16\n\tMVN %1, %1,lsr #16\n\tBIC %1, %1, %2,lsl #16": "=&r"(x10), "=&r"(x11): "r"(x12)); 251 __asm__ volatile("MVN %0, %0, lsr #24\n\tBIC %0, %0, %1,lsl #8\n\tMVN %1, %1,lsr #24\n\tBIC %1, %1, %2,lsl #8": "=&r"(x10), "=&r"(x11): "r"(x12)); 271 __asm__ volatile("MVN %0, %0, lsr #8\n\tBIC %0, %0, %1,lsl #24\n\tMVN %1, %1,lsr #8\n\tBIC %1, %1, %2,lsl #24": "=&r"(x10), "=&r"(x11): "r"(x12)); 273 __asm__ volatile("MVN %0, %0, lsr #16\n\tBIC %0, %0, %1,lsl #16\n\tMVN %1, %1,lsr #16\n\tBIC %1, %1, %2,lsl #16": "=&r"(x10), "=&r"(x11): "r"(x12)); 275 __asm__ volatile("MVN %0, %0, lsr #24\n\tBIC %0, %0, %1,lsl #8\n\tMVN %1, %1,lsr #24\n\tBIC %1, %1, %2,lsl #8": "=&r"(x10), "=&r"(x11): "r"(x12)); 277 __asm__ volatile("LDR %0, [%1], #16": "=&r"(x12), "=r"(blk));
|
/bootable/bootloader/legacy/arch_msm7k/ |
clock.c | 35 asm volatile ( 45 asm volatile ( 55 asm volatile ( 64 asm volatile ( 71 asm volatile (
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.mm | 66 char * volatile mem = malloc(size); 72 char * volatile mem = malloc(size); 167 char * volatile mem = malloc(10); 184 char * volatile mem = malloc(10); 202 char * volatile mem = malloc(10);
|
/external/kernel-headers/original/linux/ |
msm_kgsl.h | 61 driver. The timestamp fields are volatile because they are written by the 65 volatile unsigned int soptimestamp; 67 volatile unsigned int eoptimestamp; 69 volatile unsigned int ts_cmp_enable; 71 volatile unsigned int ref_wait_ts;
|
/frameworks/base/core/java/android/speech/tts/ |
EventLogger.java | 39 private volatile long mRequestProcessingStartTime = -1; 40 private volatile long mEngineStartTime = -1; 41 private volatile long mEngineCompleteTime = -1; 43 private volatile boolean mError = false; 44 private volatile boolean mStopped = false;
|
/bionic/libc/include/sys/ |
_system_properties.h | 52 unsigned volatile count; 53 unsigned volatile serial; 65 unsigned volatile serial;
|
/bionic/libc/kernel/arch-x86/asm/ |
alternative_32.h | 36 #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") 37 #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) 39 #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)
|
/development/ndk/platforms/android-3/include/sys/ |
_system_properties.h | 52 unsigned volatile count; 53 unsigned volatile serial; 65 unsigned volatile serial;
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
alternative_32.h | 36 #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") 37 #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) 39 #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/llvm/test/CodeGen/X86/ |
2009-08-23-SubRegReuseUndo.ll | 44 %17 = load volatile i32* @uint8, align 4 ; <i32> [#uses=0] 48 %18 = load volatile i32* @uint8, align 4 ; <i32> [#uses=0] 55 %22 = load volatile i32* @uint8, align 4 ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/InstCombine/ |
intrinsics.ll | 145 store volatile double %A, double* %P 148 store volatile double %B, double* %P 151 store volatile double %C, double* %P 155 ; CHECK: store volatile double %A, 156 ; CHECK: store volatile double 1.0 157 ; CHECK: store volatile double %V 186 store volatile i1 %lz.cmp, i1* %c 189 store volatile i1 %tz.cmp, i1* %c 192 store volatile i1 %pop.cmp, i1* %c 197 ; CHECK-NEXT: store volatile i1 %lz.cmp, i1* % [all...] |
/external/llvm/test/Transforms/LICM/ |
2007-05-22-VolatileSink.ll | 1 ; RUN: opt < %s -licm -S | grep {store volatile} 13 %tmp2 = load volatile i32* %DataIn ; <i32> [#uses=1] 31 store volatile i32 %tmp18, i32* %DataOut
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.h | 122 extern volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */ 123 extern volatile unsigned short SDL_MintAudio_mutex; 125 extern volatile unsigned long SDL_MintAudio_clocktics;
|
/external/stlport/test/unit/ |
copy_test.cpp | 53 volatile int va[size]; 63 volatile int va[size]; 75 const volatile int va[size] = {5, 4, 3, 2, 1, 0};
|
/external/v8/src/arm/ |
cpu-arm.cc | 81 asm volatile( 87 asm volatile( 114 asm volatile("bkpt 0");
|
/external/valgrind/main/none/tests/s390x/ |
condloadstore.c | 18 asm volatile( "alr %1, %3\n" /* set cc */ \ 41 asm volatile( "alr %1, %3\n" /* set cc */ \ 64 asm volatile( "alr %1, %3\n" /* set cc */ \
|
flogr.c | 23 asm volatile ( FLOGR(2,4) 47 asm volatile ( FLOGR(2,2) 71 asm volatile ( FLOGR(2,3)
|
tcxb.c | 9 asm volatile(" tcxb %1,0(%2)\n" 22 asm volatile(" tcdb %1,0(%2)\n" 35 asm volatile(" tceb %1,0(%2)\n"
|
/external/webkit/Source/JavaScriptCore/wtf/ |
DynamicAnnotations.h | 80 void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description); 81 void WTFAnnotateHappensBefore(const char* file, int line, const volatile void* address); 82 void WTFAnnotateHappensAfter(const char* file, int line, const volatile void* address);
|
/ndk/tests/device/test-gnustl-full/unit/ |
copy_test.cpp | 53 volatile int va[size]; 63 volatile int va[size]; 75 const volatile int va[size] = {5, 4, 3, 2, 1, 0};
|