Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_atomic.h77 #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/
Dlib.rs183 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
Dfallback.rs721 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/
Dlogs.c327 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/
DjsDeclarationsFunctionKeywordPropExhaustive.js218 const _new: number; constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Daddr.rs43 fn _new(path: &CStr) -> io::Result<Self> { in _new() method
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Daddr.rs30 fn _new(path: &CStr) -> io::Result<Self> { in _new() method
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c33 GstState _old, _new, _pending; in pop_state_change_message() local
/third_party/python/Lib/
Dast.py538 def _new(cls, *args, **kwargs): function
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs222 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
Dacorn.js228 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81828 static nsIAtom* _new; member in nsGkAtoms