Searched defs:_new (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_atomic.h | 75 #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/ |
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 218 const _new: number; constant
|
/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/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.js | 232 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
|
D | acorn.mjs | 226 _new: kw("new", {beforeExpr: true, startsExpr: true}), property
|