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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CodeGenCXX/
copy-assign-volatile-synthesis.cpp 27 volatile u32_t raw[2];
28 volatile u64_t raw64;
  /external/clang/test/SemaCXX/
const-cast.cpp 14 typedef volatile ccp ccvp;
16 typedef const volatile ccvpp ccvpcvp;
45 short *bad_const_cast_test(char const *volatile *const volatile *var)
48 char **var2 = const_cast<char**>(var); // expected-error {{const_cast from 'const char *volatile *const volatile *' to 'char **' is not allowed}}
50 short ***var3 = const_cast<short***>(var); // expected-error {{const_cast from 'const char *volatile *const volatile *' to 'short ***' is not allowed}}
  /external/llvm/cmake/modules/
CheckAtomic.cmake 11 volatile LONG val = 1;
17 volatile unsigned long val = 1;
  /external/llvm/test/Analysis/BasicAA/
phi-and-select.ll 20 store volatile double 0.0, double* %a
21 store volatile double 1.0, double* %b
30 store volatile double 0.000000e+00, double* %a
31 store volatile double 1.000000e+00, double* %b
59 store volatile double 0.0, double* %a
60 store volatile double 1.0, double* %b
70 store volatile double 0.000000e+00, double* %a
71 store volatile double 1.000000e+00, double* %b
  /external/llvm/test/CodeGen/MSP430/
2009-10-10-OrImpDef.ll 7 load volatile i8* %r, align 1 ; <i8>:0 [#uses=1]
9 store volatile i8 %1, i8* %r, align 1
  /external/valgrind/main/memcheck/tests/
fprw.c 9 volatile double d;
10 volatile float f;
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 10 __asm volatile(
22 __asm volatile(
34 __asm volatile(
46 __asm volatile(
57 __asm volatile(
67 __asm volatile(
77 __asm volatile(
87 __asm volatile(
  /frameworks/compile/libbcc/runtime/cmake/
ConfigureChecks.cmake 25 volatile int a;
33 volatile long a;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/
crime.h 24 volatile unsigned long id;
35 volatile unsigned long control;
52 volatile unsigned long istat;
54 volatile unsigned long imask;
55 volatile unsigned long soft_int;
56 volatile unsigned long hard_int;
104 volatile unsigned long watchdog;
110 volatile unsigned long timer;
114 volatile unsigned long cpu_error_addr;
116 volatile unsigned long cpu_error_stat
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/
crime.h 24 volatile unsigned long id;
35 volatile unsigned long control;
52 volatile unsigned long istat;
54 volatile unsigned long imask;
55 volatile unsigned long soft_int;
56 volatile unsigned long hard_int;
104 volatile unsigned long watchdog;
110 volatile unsigned long timer;
114 volatile unsigned long cpu_error_addr;
116 volatile unsigned long cpu_error_stat
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;
vga.h 20 #define vga_readb(x) (*((volatile unsigned char *)x))
21 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/asm/
spinlock_types.h 20 volatile unsigned int lock;
26 volatile unsigned int lock;

Completed in 360 milliseconds

1 2 3 4 5 6 78 91011>>