/bionic/libc/bionic/ |
semaphore.c | 163 __sem_dec(volatile unsigned int *pvalue) 179 (volatile int *)pvalue) != 0); 187 __sem_trydec(volatile unsigned int *pvalue) 203 (volatile int *)pvalue) != 0); 217 __sem_inc(volatile unsigned int *pvalue) 240 (volatile int*)pvalue) != 0);
|
/external/bluetooth/glib/glib/ |
gthread.h | 318 volatile GOnceStatus status; 319 volatile gpointer retval; 336 G_INLINE_FUNC gboolean g_once_init_enter (volatile gsize *value_location); 337 gboolean g_once_init_enter_impl (volatile gsize *value_location); 338 void g_once_init_leave (volatile gsize *value_location, 342 g_once_init_enter (volatile gsize *value_location)
|
/external/kernel-headers/original/asm-x86/xen/ |
hypercall.h | 48 asm volatile ( \ 59 asm volatile ( \ 71 asm volatile ( \ 83 asm volatile ( \ 97 asm volatile ( \ 111 asm volatile ( \
|
/external/libpng/contrib/visupng/ |
cexcept.h | 77 qualifiers (const, volatile, etc) it likes. Examples: 156 IMPORTANT: The values of any non-volatile automatic variables 160 storage or be declared with the "volatile" type qualifier. 200 volatile struct { etype etmp; } v; \ 203 /* etmp must be volatile because the application might use automatic */ 206 /* avoid warnings about a duplicate volatile qualifier in case etype */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct_inline.h | 276 asm volatile("smlabb %0, %1, %2, %3" 292 asm volatile("smlabt %0, %1, %2, %3" 308 asm volatile("smlabt %0, %1, %2, %3" 324 asm volatile("smlabb %0, %1, %2, %3" 339 asm volatile("smlabb %0, %1, %2, %3" 361 asm volatile("eor %0, %2, %2, asr #31\n\t"
|
/libcore/luni/src/main/java/sun/misc/ |
Unsafe.java | 175 * using <code>volatile</code> semantics. 185 * using <code>volatile</code> semantics. 195 * using <code>volatile</code> semantics. 205 * using <code>volatile</code> semantics. 215 * using <code>volatile</code> semantics. 225 * using <code>volatile</code> semantics.
|
/bionic/libstdc++/src/ |
one_time_construction.cpp | 45 int volatile state; 61 int volatile state;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
ModifierTest.java | 145 .isSynchronized(Modifier.VOLATILE)); 157 .isTransient(Modifier.VOLATILE)); 165 assertTrue("Volatile returned false", Modifier.isVolatile(ALL_FLAGS)); 166 assertTrue("Volatile returned false", Modifier 167 .isVolatile(Modifier.VOLATILE)); 168 assertTrue("Non-Volatile returned true", !Modifier 188 + "volatile synchronized native strictfp interface"; 205 assertEquals(64, Modifier.VOLATILE);
|
/external/astl/src/ |
ios_base.cpp | 38 extern "C" int __cxa_guard_acquire(int volatile * gv); 39 extern "C" void __cxa_guard_release(int volatile * gv);
|
/external/clang/test/Sema/ |
unused-expr.c | 7 void bar(volatile int *VP, int *P, int A, 8 _Complex double C, volatile _Complex double VC) {
|
/external/clang/test/SemaCXX/ |
references.cpp | 56 const volatile int cvi = 1; 57 const int& r = cvi; // expected-error{{binding of reference to type 'const int' to a value of type 'const volatile int' drops qualifiers}}
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 38 // volatile for double-checked locking
39 private static volatile EasyMockProperties instance;
|
/external/kernel-headers/original/asm-x86/ |
smp_32.h | 160 /* we don't want to mark this access volatile - bad code generation */ 178 /* we don't want to mark this access volatile - bad code generation */
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_common.h | 105 /* Volatile protocol info */ 117 /* Volatile helper info */
|
/external/libvpx/examples/includes/geshi/geshi/ |
apt_sources.php | 53 'non-US', 'security', 'volatile', 'volatile-sloppy',
|
/external/llvm/include/llvm/Support/ |
Valgrind.h | 28 const volatile void *cv); 30 const volatile void *cv);
|
/external/llvm/test/CodeGen/MSP430/ |
AddrMode-bis-xr.ll | 38 %1 = load volatile i16* inttoptr(i16 32 to i16*) 40 store volatile i16 %2, i16* inttoptr(i16 32 to i16*)
|
/external/llvm/test/CodeGen/Mips/ |
2010-07-20-Switch.ll | 8 store volatile i32 2, i32* %x, align 4 9 %0 = load volatile i32* %x, align 4 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
sink-alloca.ll | 21 store volatile i32 0, i32* %result.i 22 %tmp.i = load volatile i32* %result.i ; <i32> [#uses=0]
|
/external/skia/src/opts/ |
opts_check_SSE2.cpp | 36 asm volatile ( 45 asm volatile (
|
/external/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.
|
/external/valgrind/main/VEX/useful/ |
cpuid.c | 11 asm volatile ("cpuid" 83 asm volatile ("cpuid"
|
/external/valgrind/main/coregrind/m_demangle/ |
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
|
/external/valgrind/main/drd/tests/ |
annotate_barrier.c | 32 volatile unsigned wait_count; 37 volatile unsigned barrier_count;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_halfpel_inline.h | 77 __asm__ volatile("rsbs %1, %1, %2, asr #1\n\trsbmi %1, %1, #0\n\tadd %0, %0, %1": "=r"(sad), "=r"(tmp): "r"(tmp2)); 84 __asm__ volatile("rsbs %1, %2, %1, asr #2\n\trsbmi %1, %1, #0\n\tadd %0, %0, %1": "=r"(sad), "=r"(tmp): "r"(tmp2));
|