Searched defs:_new (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_atomic.h | 72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() 119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() 164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() 189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v)) argument 240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() 298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() 333 #define p_atomic_cmpxchg(_v, _old, _new) \ argument
|
/external/u-boot/scripts/kconfig/ |
D | list.h | 82 static inline void __list_add(struct list_head *_new, in __list_add() 100 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
|
/external/mesa3d/src/util/ |
D | u_atomic.h | 71 #define p_atomic_cmpxchg(v, old, _new) \ argument 93 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument 152 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument 213 #define p_atomic_cmpxchg(v, old, _new) ((__typeof(*v)) \ argument
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
D | IOpcodes.java | 208 int _new = 0xBB; // 187 2 +1 field
|