Searched defs:_new (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dlpr.c6 int _new, cc; local
10 : "=d" (_new), "=d" (cc)
13 *new = _new;
19 unsigned long _new; local
24 : "=d" (_new), "=d" (cc)
27 *new = _new;
33 unsigned long _new; local
38 : "=d" (_new), "=d" (cc)
41 *new = _new;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_atomic.h72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
74 return __sync_val_compare_and_swap(v, old, _new);
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
121 return __sync_val_compare_and_swap(v, old, _new);
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
166 return __sync_val_compare_and_swap(v, old, _new);
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v))
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
247 mov edx, [_new]
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_atomic.h72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
74 return __sync_val_compare_and_swap(v, old, _new);
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
121 return __sync_val_compare_and_swap(v, old, _new);
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
166 return __sync_val_compare_and_swap(v, old, _new);
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v))
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
247 mov edx, [_new]
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) argument
[all...]
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp21 unsigned int _control87(unsigned int _new, unsigned int mask ) { argument
/external/skia/src/xml/
H A DSkJS.cpp21 unsigned int _control87(unsigned int _new, unsigned int mask ) { argument
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodes.java208 int _new = 0xBB; // 187 2 +1 field in interface:IOpcodes
573 _NARROW_SIZE [_new] = 3;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 248 milliseconds