/third_party/mesa3d/src/util/ |
D | u_atomic.h | 77 #define p_atomic_cmpxchg(v, old, _new) \ argument 79 #define p_atomic_cmpxchg_ptr(v, old, _new) p_atomic_cmpxchg(v, old, _new) argument 103 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument 104 #define p_atomic_cmpxchg_ptr(_v, _old, _new) p_atomic_cmpxchg(_v, _old, _new) argument 172 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument 180 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)InterlockedCompareExchange64((__int64 *)(_v), … argument 182 #define p_atomic_cmpxchg_ptr(_v, _old, _new) (void *)InterlockedCompareExchange((long *)(_v), (long… argument 186 #define p_atomic_xchg(_v, _new) (\ argument 259 #define p_atomic_cmpxchg(v, old, _new) (__typeof(*v))( \ argument 267 #define p_atomic_cmpxchg_ptr(v, old, _new) (__typeof(*v))(atomic_cas_32((uint32_t *)(v), (uint32_t)… argument [all …]
|
/third_party/rust/crates/proc-macro2/src/ |
D | lib.rs | 183 fn _new(inner: imp::TokenStream) -> Self { in _new() method 331 fn _new(inner: imp::SourceFile) -> Self { in _new() method 377 fn _new(inner: imp::Span) -> Self { in _new() method 678 fn _new(inner: imp::Group) -> Self { in _new() method 931 fn _new(inner: imp::Ident) -> Self { in _new() method 1100 fn _new(inner: imp::Literal) -> Self { in _new() method
|
D | fallback.rs | 721 fn _new(string: &str, raw: bool, span: Span) -> Self { in _new() method 867 pub(crate) fn _new(repr: String) -> Self { in _new() method
|
/third_party/libwebsockets/lib/core/ |
D | logs.c | 327 lws_log_use_cx_file(struct lws_log_cx *cx, int _new) in lws_log_use_cx_file() 507 lwsl_refcount_cx(lws_log_cx_t *cx, int _new) in lwsl_refcount_cx()
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 218 const _new: number; constant
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | addr.rs | 43 fn _new(path: &CStr) -> io::Result<Self> { in _new() method
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | addr.rs | 30 fn _new(path: &CStr) -> io::Result<Self> { in _new() method
|
/third_party/gstreamer/gstreamer/tests/check/generic/ |
D | sinks.c | 33 GstState _old, _new, _pending; in pop_state_change_message() local
|
/third_party/python/Lib/ |
D | ast.py | 538 def _new(cls, *args, **kwargs): function
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.mjs | 222 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
|
D | acorn.js | 228 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 81828 static nsIAtom* _new; member in nsGkAtoms
|