/external/clang/test/Sema/ |
attr-naked.c | 6 __asm__ volatile("mov r0, #0");
|
pointer-conversion.c | 9 volatile char * c4;
|
/external/clang/test/SemaCXX/ |
ambiguous-builtin-unary-operator.cpp | 23 struct A1 { operator volatile int&(); }; 25 struct B1 { operator volatile long&(); }; 31 // expected-note {{built-in candidate operator++(volatile int &)}} \ 32 // expected-note {{built-in candidate operator++(volatile long &)}}
|
/external/llvm/test/CodeGen/MSP430/ |
2009-08-25-DynamicStackAlloc.ll | 9 store volatile i16 0, i16* %result 10 %tmp = load volatile i16* %result ; <i16> [#uses=1] 25 store volatile i16 0, i16* %result.i 26 %tmp.i = load volatile i16* %result.i ; <i16> [#uses=0]
|
/external/llvm/test/Transforms/FunctionAttrs/ |
2008-09-13-VolatileRead.ll | 7 %t = load volatile i32* @g ; <i32> [#uses=1]
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
3dfx_mmio.h | 30 #define tdfx_in8(reg) *(volatile Uint8 *)(mapped_io + (reg)) 31 #define tdfx_in32(reg) *(volatile Uint32 *)(mapped_io + (reg)) 33 #define tdfx_out8(reg,v) *(volatile Uint8 *)(mapped_io + (reg)) = v; 34 #define tdfx_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
|
matrox_mmio.h | 30 #define mga_in8(reg) *(volatile Uint8 *)(mapped_io + (reg)) 31 #define mga_in32(reg) *(volatile Uint32 *)(mapped_io + (reg)) 33 #define mga_out8(reg,v) *(volatile Uint8 *)(mapped_io + (reg)) = v; 34 #define mga_out32(reg,v) *(volatile Uint32 *)(mapped_io + (reg)) = v;
|
/external/valgrind/main/none/tests/amd64/ |
loopnel.c | 8 asm volatile ("1: addq $1, %0; loopnel 1b" : "+a" (rax), "+c" (rcx) : : "cc");
|
faultstatus.c | 16 volatile void *addr; 28 static char volatile *volatile mapping; 48 static int testaddr(void *addr, volatile void *want) 77 asm volatile("test1_ill: ud2"); 82 asm volatile ("int3"); 87 asm volatile ("int $0x10");
|
/external/valgrind/main/none/tests/ |
stackgrowth.c | 9 volatile char frame[FRAME];
|
/frameworks/av/include/media/stagefright/ |
AACWriter.h | 53 volatile bool mPaused; 54 volatile bool mResumed; 55 volatile bool mDone; 56 volatile bool mReachedEOS;
|
AMRWriter.h | 51 volatile bool mPaused; 52 volatile bool mResumed; 53 volatile bool mDone; 54 volatile bool mReachedEOS;
|
/system/extras/tests/bionic/libc/other/ |
test_atomics.c | 4 extern int __atomic_dec(volatile int* addr);
|
/external/bluetooth/glib/glib/ |
gatomic.c | 39 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 51 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 60 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, 78 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic, 106 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic, 119 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic, 165 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic, 191 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic, 223 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic, 235 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
trapping-load-unreachable.ll | 14 %1 = load volatile i32* null 21 ; CHECK: load volatile 38 store volatile i32 4, i32* null 42 ; CHECK: store volatile i32 4, i32* null 54 store volatile i32 0, i32* %P 68 cmpxchg volatile i32* %P, i32 0, i32 1 seq_cst 82 atomicrmw volatile xchg i32* %P, i32 0 seq_cst
|
/external/webrtc/src/system_wrappers/source/ |
atomic32_mac.h | 42 // Volatile ensures full memory barriers. 43 volatile WebRtc_Word32* _value; 70 reinterpret_cast<volatile int32_t*>(_value)); 76 reinterpret_cast<volatile int32_t*>(_value)); 94 reinterpret_cast<volatile int32_t*>(_value)); 100 reinterpret_cast<volatile int32_t*>(_value)); 109 reinterpret_cast<volatile int32_t*>(_value));
|
/system/extras/tests/bionic/libstdc++/ |
test_cstddef.cpp | 53 volatile ::size_t size_t_in_top_ns = 0; 54 volatile ::std::size_t size_t_in_std_ns = 0; 62 volatile ::ptrdiff_t ptrdiff_t_in_top_ns = 0; 63 volatile ::std::ptrdiff_t ptrdiff_t_in_std_ns = 0; 70 volatile int *null_is_defined = NULL; 81 volatile size_t offset = offsetof(struct Foo, field2); 91 volatile int null_is_not_void_star = NULL;
|
/bionic/libc/kernel/arch-mips/asm/sgi/ |
pi1.h | 24 volatile u8 data; 26 volatile u8 ctrl; 37 volatile u8 status; 49 volatile u8 dmactrl; 64 volatile u8 intstat; 74 volatile u8 intmask; 84 volatile u8 timer1; 87 volatile u8 timer2; 91 volatile u8 timer3; 95 volatile u8 timer4 [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/sgi/ |
pi1.h | 24 volatile u8 data; 26 volatile u8 ctrl; 37 volatile u8 status; 49 volatile u8 dmactrl; 64 volatile u8 intstat; 74 volatile u8 intmask; 84 volatile u8 timer1; 87 volatile u8 timer2; 91 volatile u8 timer3; 95 volatile u8 timer4 [all...] |
/external/valgrind/main/none/tests/x86/ |
faultstatus.c | 17 volatile void *addr; 31 static char volatile *volatile mapping; 51 static int testaddr(void *addr, volatile void *want) 80 asm volatile(VG_SYM(test1_ill) ": ud2"); 85 asm volatile ("int3"); 90 asm volatile ("int $0x10"); 95 volatile int a; 96 asm volatile ("add $1, %0;"/* set OF */ 105 asm volatile ("bound %0, %1" : : "r" (11), "m" (limit[0])) [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sgi/ |
pi1.h | 24 volatile u8 data; 26 volatile u8 ctrl; 37 volatile u8 status; 49 volatile u8 dmactrl; 64 volatile u8 intstat; 74 volatile u8 intmask; 84 volatile u8 timer1; 87 volatile u8 timer2; 91 volatile u8 timer3; 95 volatile u8 timer4 [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sgi/ |
pi1.h | 24 volatile u8 data; 26 volatile u8 ctrl; 37 volatile u8 status; 49 volatile u8 dmactrl; 64 volatile u8 intstat; 74 volatile u8 intmask; 84 volatile u8 timer1; 87 volatile u8 timer2; 91 volatile u8 timer3; 95 volatile u8 timer4 [all...] |
/frameworks/rs/scriptc/ |
rs_atomic.rsh | 37 rsAtomicInc(volatile int32_t* addr); 47 rsAtomicInc(volatile uint32_t* addr); 57 rsAtomicDec(volatile int32_t* addr); 66 rsAtomicDec(volatile uint32_t* addr); 77 rsAtomicAdd(volatile int32_t* addr, int32_t value); 87 rsAtomicAdd(volatile uint32_t* addr, uint32_t value); 98 rsAtomicSub(volatile int32_t* addr, int32_t value); 108 rsAtomicSub(volatile uint32_t* addr, uint32_t value); 119 rsAtomicAnd(volatile int32_t* addr, int32_t value); 129 rsAtomicAnd(volatile uint32_t* addr, uint32_t value) [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_atomic.rsh | 37 rsAtomicInc(volatile int32_t* addr); 47 rsAtomicInc(volatile uint32_t* addr); 57 rsAtomicDec(volatile int32_t* addr); 66 rsAtomicDec(volatile uint32_t* addr); 77 rsAtomicAdd(volatile int32_t* addr, int32_t value); 87 rsAtomicAdd(volatile uint32_t* addr, uint32_t value); 98 rsAtomicSub(volatile int32_t* addr, int32_t value); 108 rsAtomicSub(volatile uint32_t* addr, uint32_t value); 119 rsAtomicAnd(volatile int32_t* addr, int32_t value); 129 rsAtomicAnd(volatile uint32_t* addr, uint32_t value) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
stdatomic.h | 124 atomic_flag_test_and_set_explicit(volatile __atomic_flag_base*, memory_order); 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a) 131 atomic_flag_clear_explicit(volatile __atomic_flag_base*, memory_order); 134 atomic_flag_clear(volatile __atomic_flag_base* __a) 138 __atomic_flag_wait_explicit(volatile __atomic_flag_base*, memory_order); 140 volatile __atomic_flag_base* 141 __atomic_flag_for_address(const volatile void* __z) __attribute__((const)); 145 ({ volatile __typeof__ _ATOMIC_MEMBER_* __p = &_ATOMIC_MEMBER_; \ 146 volatile atomic_flag* __g = __atomic_flag_for_address(__p); \ 153 ({ volatile __typeof__ _ATOMIC_MEMBER_* __p = &_ATOMIC_MEMBER_; [all...] |