HomeSort by relevance Sort by last modified time
    Searched full:volatile (Results 651 - 675 of 5898) sorted by null

<<21222324252627282930>>

  /external/llvm/test/Analysis/BasicAA/
phi-and-select.ll 29 store volatile double 0.0, double* %a
30 store volatile double 1.0, double* %b
39 store volatile double 0.000000e+00, double* %a
40 store volatile double 1.000000e+00, double* %b
68 store volatile double 0.0, double* %a
69 store volatile double 1.0, double* %b
79 store volatile double 0.000000e+00, double* %a
80 store volatile double 1.000000e+00, double* %b
  /external/llvm/test/CodeGen/AArch64/
arm64-coalesce-ext.ll 11 store volatile i64 %F, i64 *%P2
13 store volatile i32 %D, i32* %P
  /external/llvm/test/CodeGen/SystemZ/
serialize-01.ll 8 ; Check that volatile loads produce a serialisation.
19 %val = load volatile i32 *%src
  /external/stlport/test/unit/
memory_test.cpp 59 auto_ptr<volatile int> pint(new int(2));
63 auto_ptr<const volatile int> pint(new int(2));
  /external/valgrind/main/none/tests/s390x/
ex_sig.c 20 asm volatile( "larl 1,1f\n"
39 asm volatile( "larl 1,1f\n"
rounding-2.c 13 __asm__ volatile ( SFPC(1) : : "d"(r) );
21 __asm__ volatile ("stfpc %0\n\t" : "=m"(fpc));
  /external/webrtc/src/system_wrappers/source/
trace_posix.h 31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
trace_win.h 31 volatile mutable WebRtc_UWord32 _prevAPITickCount;
32 volatile mutable WebRtc_UWord32 _prevTickCount;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
test_and_set.pass.cpp 15 // bool test_and_set(memory_order = memory_order_seq_cst) volatile;
65 volatile std::atomic_flag f;
71 volatile std::atomic_flag f;
77 volatile std::atomic_flag f;
83 volatile std::atomic_flag f;
89 volatile std::atomic_flag f;
95 volatile std::atomic_flag f;
101 volatile std::atomic_flag f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 42 test_member_function_pointer_imp<volatile T>();
43 test_member_function_pointer_imp<const volatile T>();
60 test_member_function_pointer<void (Class::*)() volatile>();
61 test_member_function_pointer<void (Class::*)(int) volatile>();
62 test_member_function_pointer<void (Class::*)(int, char) volatile>();
74 test_member_function_pointer<void (Class::*)() volatile &&>();
75 test_member_function_pointer<void (Class::*)(int) volatile &&>();
76 test_member_function_pointer<void (Class::*)(int, char) volatile &&>();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_lvalue_reference.hpp 49 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T& volatile,true)
50 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T& const volatile,true)
57 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T volatile ,::boost::is_lvalue_reference<T>::value)
58 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T const volatile ,::boost::is_lvalue_reference<T>::value)
63 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,unsigned long N,is_lvalue_reference,volatile T[N],false)
64 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_2(typename T,unsigned long N,is_lvalue_reference,const volatile T[N],false)
99 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_lvalue_reference,void volatile,false)
100 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_lvalue_reference,void const volatile,false)
is_void.hpp 28 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(is_void,void volatile,true)
29 BOOST_TT_AUX_BOOL_TRAIT_SPEC1(is_void,void const volatile,true)
  /ndk/tests/device/test-gnustl-full/unit/
memory_test.cpp 59 auto_ptr<volatile int> pint(new int(2));
63 auto_ptr<const volatile int> pint(new int(2));
  /ndk/tests/device/test-stlport/unit/
memory_test.cpp 59 auto_ptr<volatile int> pint(new int(2));
63 auto_ptr<const volatile int> pint(new int(2));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/arch/
mtd-xip.h 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER_BASE + (n)*OMAP_MPU_TIMER_OFFSET))
30 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1))

Completed in 2043 milliseconds

<<21222324252627282930>>