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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 89 asm volatile("rsbs %1, %3, %4, asr #1\n\t"
109 asm volatile("rsbs %1, %4, %3, asr #2\n\t"
  /frameworks/av/services/audioflinger/
MonoPipe.h 72 volatile int32_t mFront; // written by reader with android_atomic_release_store,
74 volatile int32_t mRear; // written by writer with android_atomic_release_store,
StateQueue.cpp 60 const T *next = (const T *) android_atomic_acquire_load((volatile int32_t *) &mNext);
142 android_atomic_release_store((int32_t) mMutating, (volatile int32_t *) &mNext);
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 126 private volatile long mOffAt;
127 private volatile boolean mOffCalled;
  /frameworks/native/include/binder/
BpBinder.h 112 volatile int32_t mAlive;
113 volatile int32_t mObitsSent;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.c 118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* __lock) {
123 volatile unsigned __junk = 17; // Value doesn't matter.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 31 volatile not defined `'
111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
170 #undef volatile macro
189 #define VOLATILE volatile
218 #undef volatile macro
222 #define volatile macro
228 #define VOLATILE
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ansidecl.h 32 volatile not defined `'
112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
175 #undef volatile macro
194 #define VOLATILE volatile
223 #undef volatile macro
227 #define volatile macro
233 #define VOLATILE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 210 struct _Reference_type<volatile void>
211 { typedef volatile _Invalid_type& reference; };
214 struct _Reference_type<volatile const void>
215 { typedef const volatile _Invalid_type& reference; };
230 struct _Unqualified_type<volatile _Tp>
231 { typedef volatile _Tp type; };
234 struct _Unqualified_type<volatile const _Tp>
235 { typedef volatile _Tp type; };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pointer.h 224 struct _Reference_type<volatile void>
225 { typedef volatile _Invalid_type& reference; };
228 struct _Reference_type<volatile const void>
229 { typedef const volatile _Invalid_type& reference; };
245 struct _Unqualified_type<volatile _Tp>
246 { typedef volatile _Tp type; };
249 struct _Unqualified_type<volatile const _Tp>
250 { typedef volatile _Tp type; };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 243 struct is_function<_Res(_ArgTypes...) volatile>
246 struct is_function<_Res(_ArgTypes......) volatile>
249 struct is_function<_Res(_ArgTypes...) const volatile>
252 struct is_function<_Res(_ArgTypes......) const volatile>
325 struct is_volatile<_Tp volatile>
400 // const-volatile modifications [4.7.1].
417 struct remove_volatile<_Tp volatile>
436 { typedef _Tp volatile type; };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
snd_wavefront.h 79 volatile int irq_ok; /* set by interrupt handler */
80 volatile int irq_cnt; /* ditto */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pointer.h 224 struct _Reference_type<volatile void>
225 { typedef volatile _Invalid_type& reference; };
228 struct _Reference_type<volatile const void>
229 { typedef const volatile _Invalid_type& reference; };
245 struct _Unqualified_type<volatile _Tp>
246 { typedef volatile _Tp type; };
249 struct _Unqualified_type<volatile const _Tp>
250 { typedef volatile _Tp type; };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 243 struct is_function<_Res(_ArgTypes...) volatile>
246 struct is_function<_Res(_ArgTypes......) volatile>
249 struct is_function<_Res(_ArgTypes...) const volatile>
252 struct is_function<_Res(_ArgTypes......) const volatile>
325 struct is_volatile<_Tp volatile>
400 // const-volatile modifications [4.7.1].
417 struct remove_volatile<_Tp volatile>
436 { typedef _Tp volatile type; };
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_kgsl.h 48 volatile unsigned int soptimestamp;
50 volatile unsigned int eoptimestamp;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_kgsl.h 48 volatile unsigned int soptimestamp;
50 volatile unsigned int eoptimestamp;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 210 struct _Reference_type<volatile void>
211 { typedef volatile _Invalid_type& reference; };
214 struct _Reference_type<volatile const void>
215 { typedef const volatile _Invalid_type& reference; };
230 struct _Unqualified_type<volatile _Tp>
231 { typedef volatile _Tp type; };
234 struct _Unqualified_type<volatile const _Tp>
235 { typedef volatile _Tp type; };
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_threads.c 118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* __lock) {
123 volatile unsigned __junk = 17; // Value doesn't matter.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 210 struct _Reference_type<volatile void>
211 { typedef volatile _Invalid_type& reference; };
214 struct _Reference_type<volatile const void>
215 { typedef const volatile _Invalid_type& reference; };
230 struct _Unqualified_type<volatile _Tp>
231 { typedef volatile _Tp type; };
234 struct _Unqualified_type<volatile const _Tp>
235 { typedef volatile _Tp type; };
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_threads.c 118 _STLP_mutex_spin<__inst>::_M_do_lock(volatile __stl_atomic_t* __lock) {
123 volatile unsigned __junk = 17; // Value doesn't matter.

Completed in 713 milliseconds

<<31323334353637383940>>