Searched
full:volatile (Results
726 -
750 of
2876) sorted by null
<<21222324252627282930>>
/external/llvm/test/CodeGen/X86/ |
lsr-nonaffine.ll | 22 store volatile i64 %i, i64* %p
|
lsr-sort.ll | 15 store volatile i16 %1, i16* @X, align 2
|
vec_shuffle-23.ll | 8 store volatile <4 x i32> < i32 0, i32 1, i32 2, i32 3 >, <4 x i32>* %a
|
vec_shuffle-24.ll | 8 store volatile <4 x i32> < i32 0, i32 1, i32 2, i32 3 >, <4 x i32>* %a
|
/external/llvm/test/Transforms/JumpThreading/ |
2011-04-14-InfLoop.ll | 18 %tmp1324 = load volatile i64* getelementptr inbounds (%0* @g_338, i64 0, i32 2), align 1, !tbaa !0
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
pr3399.ll | 16 %0 = load volatile i32* @g_53, align 4 ; <i32> [#uses=1]
|
/external/oprofile/libregex/ |
demangle_symbol.cpp | 25 # define DMGL_ANSI (1 << 1) /**< Include const, volatile, etc */
|
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
SDL_vbltimer_s.h | 31 extern volatile long SDL_Atari_hz200;
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
OdexedFieldInstructionMapper.java | 60 //iget volatile 83 //sget volatile 132 //iput volatile 155 //sput volatile
|
/external/smali/smali/src/test/resources/LexerTest/ |
MiscTest.tokens | 34 ACCESS_SPEC("volatile")
|
/external/valgrind/main/helgrind/tests/ |
tc03_re_excl.c | 26 volatile int* x = malloc(10 * sizeof(int));
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
int3-amd64.c | 34 asm volatile(
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
int3-x86.c | 34 asm volatile(
|
/external/valgrind/main/none/tests/s390x/ |
cvb.c | 88 asm volatile(
|
stcke.c | 19 asm volatile ( "stcke %0\n"
|
/external/webkit/Source/JavaScriptCore/wtf/ |
RefCountedLeakCounter.h | 41 volatile int m_count;
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNode.h | 146 volatile bool m_isInitialized; 156 volatile int m_normalRefCount; 157 volatile int m_connectionRefCount; 158 volatile int m_disabledRefCount;
|
/frameworks/av/include/media/stagefright/ |
CameraSourceTimeLapse.h | 80 volatile bool mCameraIdle; 85 volatile bool mStopWaitingForIdleCamera; 93 volatile bool mQuickStop; 98 volatile bool mForceRead;
|
/frameworks/base/core/java/android/view/ |
CompatibilityInfoHolder.java | 23 private volatile CompatibilityInfo mCompatInfo = CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO;
|
/frameworks/native/services/surfaceflinger/ |
Barrier.h | 50 volatile int state;
|
/libcore/luni/src/main/java/java/lang/ref/ |
Reference.java | 50 volatile T referent; 59 volatile ReferenceQueue queue; 67 volatile Reference queueNext; 77 public volatile Reference<?> pendingNext;
|
/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationTestClass.java | 91 * Modifier.FINAL | Modifier.VOLATILE | Modifier.TRANSIENT 145 volatile int one; 149 volatile int one; 150 volatile int two;
|
/ndk/sources/cxx-stl/gabi++/src/ |
one_time_construction.cc | 59 extern "C" int __cxa_guard_acquire(int volatile * gv) 63 // while gv points to a volatile value, we use the 92 extern "C" void __cxa_guard_release(int volatile * gv) 105 extern "C" void __cxa_guard_abort(int volatile * gv)
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AnimationTime.java | 29 private static volatile long sTime;
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
i387_32.h | 29 #define __clear_fpu( tsk ) do { if (task_thread_info(tsk)->status & TS_USEDFPU) { asm volatile("fnclex ; fwait"); task_thread_info(tsk)->status &= ~TS_USEDFPU; stts(); } } while (0)
|
Completed in 1536 milliseconds
<<21222324252627282930>>