/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstdrawhelpers.h | 24 #define draw_dot(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 28 #define draw_dot_c(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 32 #define draw_dot_aa(_vd, _x, _y, _st, _c, _f) G_STMT_START { \ argument 45 #define draw_line(_vd, _x1, _x2, _y1, _y2, _st, _c) G_STMT_START { \ argument 59 #define draw_line_aa(_vd, _x1, _x2, _y1, _y2, _st, _c) G_STMT_START { \ argument
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-logs.h | 167 #define lwsl_cx(_c, _fil, ...) \ argument 180 #define lwsl_hexdump_context(_c, _fil, _buf, _len) \ argument 336 #define lwsl_cx_err(_c, ...) lwsl_cx(_c, LLL_ERR, __VA_ARGS__) argument 338 #define lwsl_cx_err(_c, ...) do {} while(0) argument 342 #define lwsl_cx_warn(_c, ...) lwsl_cx(_c, LLL_WARN, __VA_ARGS__) argument 344 #define lwsl_cx_warn(_c, ...) do {} while(0) argument 348 #define lwsl_cx_notice(_c, ...) lwsl_cx(_c, LLL_NOTICE, __VA_ARGS__) argument 350 #define lwsl_cx_notice(_c, ...) do {} while(0) argument 354 #define lwsl_cx_info(_c, ...) lwsl_cx(_c, LLL_INFO, __VA_ARGS__) argument 356 #define lwsl_cx_info(_c, ...) do {} while(0) argument [all …]
|
D | lws-service.h | 199 #define lws_libuv_static_refcount_add(_a, _b, _c) argument
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | heap.c | 259 lws_cache_heap_lookup(struct lws_cache_ttl_lru *_c, const char *wildcard_key, in lws_cache_heap_lookup() 322 lws_cache_heap_write(struct lws_cache_ttl_lru *_c, const char *specific_key, in lws_cache_heap_write() 425 lws_cache_heap_get(struct lws_cache_ttl_lru *_c, const char *specific_key, in lws_cache_heap_get() 448 lws_cache_heap_invalidate(struct lws_cache_ttl_lru *_c, const char *specific_key) in lws_cache_heap_invalidate() 521 lws_cache_ttl_lru_t *_c = (struct lws_cache_ttl_lru *)user; in destroy_dll() local 532 lws_cache_heap_expunge(struct lws_cache_ttl_lru *_c) in lws_cache_heap_expunge() 574 lws_cache_heap_debug_dump(struct lws_cache_ttl_lru *_c) in lws_cache_heap_debug_dump()
|
/third_party/typescript/tests/baselines/reference/ |
D | emptyVariableDeclarationBindingPatterns01_ES5.js | 68 function f(_a, _b, _c) { argument 72 return function (_a, _b, _c) { argument
|
D | es5-yieldFunctionObjectLiterals.js | 88 return __generator(this, function (_c) { argument 107 return __generator(this, function (_c) { argument 146 return __generator(this, function (_c) { argument 183 return __generator(this, function (_c) { argument
|
D | es5-asyncFunctionForOfStatements.js | 320 return __generator(this, function (_c) { argument 352 return __generator(this, function (_c) { argument 448 return __generator(this, function (_c) { argument 480 return __generator(this, function (_c) { argument
|
D | emptyVariableDeclarationBindingPatterns01_ES5iterable.js | 95 function f(_a, _b, _c) { argument 99 return function (_a, _b, _c) { argument
|
D | unusedVariablesWithUnderscoreInBindingElement.js | 116 var _c = { a3: 1, b3: 1 }, _a3 = _c.a3, _b3 = _c.b3; variable 121 var _c = { a3: 1, b3: 1 }, a3 = _c.a3, b3 = _c.b3; variable 126 …var _c = { a2: 1, b2: { b21: { b211: 1, b212: 1 } }, c2: 1, d2: 1 }, _a2 = _c.a2, _d = _c.b2.b21, … variable 135 var _c = { _a3: 1, _b3: 1 }, _ignoreA3 = _c._a3, _ignoreB3 = _c._b3; variable
|
D | bindingPatternOmittedExpressionNesting.js | 6 var _a, _b, _c, _d; variable
|
D | nullishCoalescingOperator5.js | 45 var _a, _b, _c, _d; variable
|
D | awaitCallExpression3_es5.js | 20 return __generator(this, function (_c) { argument
|
D | awaitCallExpression6_es5.js | 20 return __generator(this, function (_c) { argument
|
D | ES5For-of26.js | 9 var _b = _a[_i], _c = _b[0], a = _c === void 0 ? 0 : _c, _d = _b[1], b = _d === void 0 ? 1 : _d; variable
|
D | ES5For-of28.js | 9 var _b = _a[_i], _c = _b[0], a = _c === void 0 ? 0 : _c, _d = _b[1], b = _d === void 0 ? 1 : _d; variable
|
D | es5-asyncFunctionBinaryExpressions.js | 229 return __generator(this, function (_c) { argument 260 return __generator(this, function (_c) { argument 396 return __generator(this, function (_c) { argument 468 return __generator(this, function (_c) { argument
|
D | strictNullEmptyDestructuring.js | 32 var _c = undefined; variable
|
D | logicalAssignment2(target=es2020).js | 33 var _a, _b, _c, _d, _e, _f; variable
|
D | nullishCoalescingOperator3.js | 15 var _a, _b, _c, _d, _e; variable
|
D | computedPropertyNames52(target=es2015).js | 15 let _b, _c; variable
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genec.c | 31 #define ECDHCTX(_c, _ins) _c->u.ctx_ecdh->MBEDTLS_PRIVATE(ctx).\ argument 33 #define ECDSACTX(_c, _ins) _c->u.ctx_ecdsa->MBEDTLS_PRIVATE(_ins) argument 35 #define ECDHCTX(_c, _ins) _c->u.ctx_ecdh->_ins argument 36 #define ECDSACTX(_c, _ins) _c->u.ctx_ecdsa->_ins argument
|
/third_party/musl/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow()
|