HomeSort by relevance Sort by last modified time
    Searched full:volatile (Results 951 - 975 of 2876) sorted by null

<<31323334353637383940>>

  /external/doclava/test/api/
changed-synchronized.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
changed-transient.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
changed-type.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
changed-value.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
changed-value2.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
changed-volatile.xml 159 volatile="false"
169 volatile="true"
268 volatile="false"
constants.xml 159 volatile="false"
169 volatile="false"
268 volatile="false"
removed-exception.xml 172 volatile="false"
182 volatile="false"
281 volatile="false"
throws.xml 174 volatile="false"
184 volatile="false"
283 volatile="false"
  /external/kernel-headers/original/asm-x86/
desc_32.h 107 asm volatile("ltr %w0"::"q" (GDT_ENTRY_TSS*8));
112 asm volatile("lgdt %0"::"m" (*dtr));
117 asm volatile("lidt %0"::"m" (*dtr));
  /external/llvm/test/CodeGen/PowerPC/
2008-04-23-CoalescerCrash.ll 15 store volatile i8 -1, i8* null, align 1
46 %tmp53.i = load volatile i16* null, align 2 ; <i16> [#uses=2]
62 store volatile i8 -1, i8* %tmp202122.i, align 1
  /external/llvm/test/Transforms/Inline/
noinline-recursive-fn.ll 20 store volatile i32 1, i32* @g, align 4
45 store volatile i32 42, i32* @g, align 4
57 store volatile i32 13, i32* @g, align 4
  /external/llvm/test/Transforms/LICM/
scalar_promote.ll 62 %x = load volatile i32* @X
68 ; CHECK-NEXT: load volatile
136 store volatile i32* @X, i32** %P2
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.c 46 volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
47 volatile unsigned short SDL_MintAudio_mutex;
48 volatile unsigned long SDL_MintAudio_clocktics;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 69 // Volatile qualifier thwarts over-aggressive compiler optimizations
71 volatile float v1 = w1.Value();
72 volatile float v2 = w2.Value();
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 96 * calculation, which will corrupt all non-volatile downloads.
98 * prevent use of old versions of prism2_srec for non-volatile
102 /* Persistent versions of volatile download commands (keep firmware
  /frameworks/av/include/private/media/
AudioTrackShared.h 68 volatile uint32_t user;
69 volatile uint32_t server;
110 volatile int32_t flags;
  /frameworks/av/services/audioflinger/
StateQueue.h 114 // "volatile" is meaningless with SMP, but here it indicates that we're using atomic ops
115 volatile const T* mNext; // written by mutator to advance next, read by observer
116 volatile const T* mAck; // written by observer to acknowledge advance of next, read by mutator
  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 58 private volatile boolean mStopped;
59 private volatile boolean mDone;
60 private volatile boolean mIsError;
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 52 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
58 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
73 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
77 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
106 unsigned long int old_value = *(volatile unsigned long int *)where;
110 if (OSAtomicCompareAndSwapLong(old_value, old_value+1, (volatile long int *)where)) {
119 int old_value = *(volatile int *)where;
123 if (OSAtomicCompareAndSwapInt(old_value, old_value+1, (volatile int *)where)) {
132 unsigned long int old_value = *(volatile int *)where;
139 if (OSAtomicCompareAndSwapLong(old_value, old_value-1, (volatile long int *)where))
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 55 mServerCblk = static_cast<surface_flinger_cblk_t volatile *>(
63 surface_flinger_cblk_t const volatile * ComposerService::getControlBlock() {
71 static inline surface_flinger_cblk_t const volatile * get_cblk() {
491 volatile surface_flinger_cblk_t const * cblk = get_cblk();
492 volatile display_cblk_t const * dcblk = cblk->displays + dpy;
508 volatile surface_flinger_cblk_t const * cblk = get_cblk();
509 volatile display_cblk_t const * dcblk = cblk->displays + dpy;
517 volatile surface_flinger_cblk_t const * cblk = get_cblk();
518 volatile display_cblk_t const * dcblk = cblk->displays + dpy;
526 volatile surface_flinger_cblk_t const * cblk = get_cblk()
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 42 int volatile value;
64 int volatile value;
83 typedef volatile int pthread_once_t;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 42 int volatile value;
64 int volatile value;
83 typedef volatile int pthread_once_t;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 42 int volatile value;
64 int volatile value;
83 typedef volatile int pthread_once_t;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 42 int volatile value;
64 int volatile value;
83 typedef volatile int pthread_once_t;

Completed in 619 milliseconds

<<31323334353637383940>>