Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstdrawhelpers.h24 #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/
Dlws-logs.h167 #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 …]
Dlws-service.h199 #define lws_libuv_static_refcount_add(_a, _b, _c) argument
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c259 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/
DemptyVariableDeclarationBindingPatterns01_ES5.js68 function f(_a, _b, _c) { argument
72 return function (_a, _b, _c) { argument
Des5-yieldFunctionObjectLiterals.js88 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
Des5-asyncFunctionForOfStatements.js320 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
DemptyVariableDeclarationBindingPatterns01_ES5iterable.js95 function f(_a, _b, _c) { argument
99 return function (_a, _b, _c) { argument
DunusedVariablesWithUnderscoreInBindingElement.js116 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
DbindingPatternOmittedExpressionNesting.js6 var _a, _b, _c, _d; variable
DnullishCoalescingOperator5.js45 var _a, _b, _c, _d; variable
DawaitCallExpression3_es5.js20 return __generator(this, function (_c) { argument
DawaitCallExpression6_es5.js20 return __generator(this, function (_c) { argument
DES5For-of26.js9 var _b = _a[_i], _c = _b[0], a = _c === void 0 ? 0 : _c, _d = _b[1], b = _d === void 0 ? 1 : _d; variable
DES5For-of28.js9 var _b = _a[_i], _c = _b[0], a = _c === void 0 ? 0 : _c, _d = _b[1], b = _d === void 0 ? 1 : _d; variable
Des5-asyncFunctionBinaryExpressions.js229 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
DstrictNullEmptyDestructuring.js32 var _c = undefined; variable
DlogicalAssignment2(target=es2020).js33 var _a, _b, _c, _d, _e, _f; variable
DnullishCoalescingOperator3.js15 var _a, _b, _c, _d, _e; variable
DcomputedPropertyNames52(target=es2015).js15 let _b, _c; variable
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c31 #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.c3 int __overflow(FILE *f, int _c) in __overflow()
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow()

12345678