Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_atomic.h75 #define p_atomic_cmpxchg(v, old, _new) \ argument
99 #define p_atomic_cmpxchg(_v, _old, _new) (*(_v) == (_old) ? (*(_v) = (_new), (_old)) : *(_v)) argument
162 #define p_atomic_cmpxchg(_v, _old, _new) (\ argument
230 #define p_atomic_cmpxchg(v, old, _new) (__typeof(*v))( \ argument
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js218 const _new: number; constant
/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/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.js232 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
Dacorn.mjs226 _new: kw("new", {beforeExpr: true, startsExpr: true}), property