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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_2.h 58 test_and_set(memory_order __m = memory_order_seq_cst) volatile
67 clear(memory_order __m = memory_order_seq_cst) volatile
95 is_lock_free() const volatile
99 store(void* __v, memory_order __m = memory_order_seq_cst) volatile
117 load(memory_order __m = memory_order_seq_cst) const volatile
129 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile
137 memory_order __m2) volatile
142 memory_order __m = memory_order_seq_cst) volatile
150 memory_order __m2) volatile
166 memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_2.h 58 test_and_set(memory_order __m = memory_order_seq_cst) volatile
67 clear(memory_order __m = memory_order_seq_cst) volatile
95 is_lock_free() const volatile
99 store(void* __v, memory_order __m = memory_order_seq_cst) volatile
117 load(memory_order __m = memory_order_seq_cst) const volatile
129 exchange(void* __v, memory_order __m = memory_order_seq_cst) volatile
137 memory_order __m2) volatile
142 memory_order __m = memory_order_seq_cst) volatile
150 memory_order __m2) volatile
166 memory_order __m = memory_order_seq_cst) volatile
    [all...]
  /external/kernel-headers/original/asm-mips/ip32/
crime.h 21 volatile unsigned long id;
31 volatile unsigned long control;
46 volatile unsigned long istat;
47 volatile unsigned long imask;
48 volatile unsigned long soft_int;
49 volatile unsigned long hard_int;
89 volatile unsigned long watchdog;
95 volatile unsigned long timer;
99 volatile unsigned long cpu_error_addr;
102 volatile unsigned long cpu_error_stat
    [all...]
  /external/clang/test/Sema/
warn-cast-align.c 16 const volatile void *P2 = P;
25 const volatile char *j = (const volatile char*) P2;
26 const volatile short *k = (const volatile short*) P2;
27 const volatile int *l = (const volatile int*) P2;
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 22 typedef volatile struct ioc3_uartregs {
25 volatile u8 rbr;
26 volatile u8 thr;
27 volatile u8 dll;
31 volatile u8 ier;
32 volatile u8 dlm;
36 volatile u8 iir;
37 volatile u8 fcr;
40 volatile u8 iu_lcr;
41 volatile u8 iu_mcr
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 22 typedef volatile struct ioc3_uartregs {
25 volatile u8 rbr;
26 volatile u8 thr;
27 volatile u8 dll;
31 volatile u8 ier;
32 volatile u8 dlm;
36 volatile u8 iir;
37 volatile u8 fcr;
40 volatile u8 iu_lcr;
41 volatile u8 iu_mcr
    [all...]
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 11 typedef volatile struct ioc3_uartregs {
13 volatile u8 rbr; /* read only, DLAB == 0 */
14 volatile u8 thr; /* write only, DLAB == 0 */
15 volatile u8 dll; /* DLAB == 1 */
18 volatile u8 ier; /* DLAB == 0 */
19 volatile u8 dlm; /* DLAB == 1 */
22 volatile u8 iir; /* read only */
23 volatile u8 fcr; /* write only */
25 volatile u8 iu_lcr;
26 volatile u8 iu_mcr
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
ioc3.h 22 typedef volatile struct ioc3_uartregs {
25 volatile u8 rbr;
26 volatile u8 thr;
27 volatile u8 dll;
31 volatile u8 ier;
32 volatile u8 dlm;
36 volatile u8 iir;
37 volatile u8 fcr;
40 volatile u8 iu_lcr;
41 volatile u8 iu_mcr
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
ioc3.h 22 typedef volatile struct ioc3_uartregs {
25 volatile u8 rbr;
26 volatile u8 thr;
27 volatile u8 dll;
31 volatile u8 ier;
32 volatile u8 dlm;
36 volatile u8 iir;
37 volatile u8 fcr;
40 volatile u8 iu_lcr;
41 volatile u8 iu_mcr
    [all...]
  /external/bluetooth/glib/glib/
gatomic.h 41 gint g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
43 void g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
45 gboolean g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic,
48 gboolean g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
52 gint g_atomic_int_get (volatile gint G_GNUC_MAY_ALIAS *atomic);
53 void g_atomic_int_set (volatile gint G_GNUC_MAY_ALIAS *atomic,
55 gpointer g_atomic_pointer_get (volatile gpointer G_GNUC_MAY_ALIAS *atomic);
56 void g_atomic_pointer_set (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
67 (g_atomic_int_get) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic)))
70 (g_atomic_int_set) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic), (newval))
    [all...]
  /system/core/include/cutils/
atomic-x86.h 47 extern inline int32_t android_atomic_acquire_load(volatile const int32_t *ptr)
54 extern inline int32_t android_atomic_release_load(volatile const int32_t *ptr)
61 volatile int32_t *ptr)
68 volatile int32_t *ptr)
75 volatile int32_t *ptr)
87 volatile int32_t *ptr)
95 volatile int32_t *ptr)
102 volatile int32_t *ptr)
111 extern inline int32_t android_atomic_inc(volatile int32_t *addr)
116 extern inline int32_t android_atomic_dec(volatile int32_t *addr
    [all...]
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 54 const char *file, int line, const volatile void *lock){}
56 const char *file, int line, const volatile void *lock){}
58 const char *file, int line, const volatile void *lock, long is_w){}
60 const char *file, int line, const volatile void *lock, long is_w){}
62 const char *file, int line, const volatile void *barrier, long count,
65 const char *file, int line, const volatile void *barrier) {}
67 const char *file, int line, const volatile void *barrier) {}
69 const char *file, int line, const volatile void *barrier) {}
72 const char *file, int line, const volatile void *cv,
73 const volatile void *lock){
    [all...]
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 24 volatile unsigned int error_addr;
25 volatile unsigned int error;
55 volatile unsigned int control;
81 volatile unsigned int rev;
84 volatile unsigned int config_addr;
86 volatile unsigned char b[4];
87 volatile unsigned short w[2];
89 volatile unsigned int l;
106 volatile unsigned long mac_ctrl;
107 volatile unsigned long int_stat
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 24 volatile unsigned int error_addr;
25 volatile unsigned int error;
55 volatile unsigned int control;
81 volatile unsigned int rev;
84 volatile unsigned int config_addr;
86 volatile unsigned char b[4];
87 volatile unsigned short w[2];
89 volatile unsigned int l;
106 volatile unsigned long mac_ctrl;
107 volatile unsigned long int_stat
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/
mace.h 24 volatile unsigned int error_addr;
25 volatile unsigned int error;
55 volatile unsigned int control;
81 volatile unsigned int rev;
84 volatile unsigned int config_addr;
86 volatile unsigned char b[4];
87 volatile unsigned short w[2];
89 volatile unsigned int l;
106 volatile unsigned long mac_ctrl;
107 volatile unsigned long int_stat
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/
mace.h 24 volatile unsigned int error_addr;
25 volatile unsigned int error;
55 volatile unsigned int control;
81 volatile unsigned int rev;
84 volatile unsigned int config_addr;
86 volatile unsigned char b[4];
87 volatile unsigned short w[2];
89 volatile unsigned int l;
106 volatile unsigned long mac_ctrl;
107 volatile unsigned long int_stat
    [all...]
  /frameworks/base/api/
13.xml 40 volatile="false"
51 volatile="false"
62 volatile="false"
73 volatile="false"
84 volatile="false"
95 volatile="false"
106 volatile="false"
117 volatile="false"
128 volatile="false"
139 volatile="false
    [all...]
12.xml 40 volatile="false"
51 volatile="false"
62 volatile="false"
73 volatile="false"
84 volatile="false"
95 volatile="false"
106 volatile="false"
117 volatile="false"
128 volatile="false"
139 volatile="false
    [all...]
11.xml 40 volatile="false"
51 volatile="false"
62 volatile="false"
73 volatile="false"
84 volatile="false"
95 volatile="false"
106 volatile="false"
117 volatile="false"
128 volatile="false"
139 volatile="false
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 158 template <typename T> struct RemoveVolatile<volatile T> {
220 template <> struct HasTrivialConstructor<volatile float> : public true_type{ };
221 template <> struct HasTrivialConstructor<const volatile float> : public true_type{ };
225 template <> struct HasTrivialConstructor<volatile double> : public true_type{ };
226 template <> struct HasTrivialConstructor<const volatile double> : public true_type{ };
230 template <> struct HasTrivialConstructor<volatile long double> : public true_type{ };
231 template <> struct HasTrivialConstructor<const volatile long double> : public true_type{ };
235 template <> struct HasTrivialConstructor<volatile unsigned char> : public true_type{ };
236 template <> struct HasTrivialConstructor<const volatile unsigned char> : public true_type{ };
240 template <> struct HasTrivialConstructor<volatile unsigned short> : public true_type{ }
    [all...]
  /external/clang/test/CodeGen/
2007-04-11-InlineAsmStruct.c 6 __asm__ volatile("foo %0\n" : "=r"(bar));
2007-04-11-InlineAsmUnion.c 6 __asm__ volatile("foo %0\n" : "=r"(bar));
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 4 void babble() const volatile;
7 void bingo() volatile;
8 void theend() const volatile;
18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
36 void Foo::bingo() volatile {
44 // CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volatile} (35)
47 // CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText bingo}{LeftParen (}{RightParen )}{Informative volatile} (35)
51 // CHECK-CONST: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volatile} (35)
56 // RUN: c-index-test -code-completion-at=%s:25:8 %s | FileCheck -check-prefix=CHECK-VOLATILE %s
57 // CHECK-VOLATILE: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volat (…)
    [all...]
  /external/clang/test/Parser/
cxx-reference.cpp 17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}}
18 int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \
19 expected-error {{'volatile' qualifier may not be applied}} */
  /external/llvm/test/Transforms/FunctionAttrs/
2010-10-30-volatile.ll 8 %tmp = load volatile i32* @g

Completed in 4360 milliseconds

1 2 34 5 6 7 8 91011>>