/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | ctype.h | 240 #define iswalpha(_c) (iswctype(_c,_ALPHA)) argument 241 #define iswupper(_c) (iswctype(_c,_UPPER)) argument 242 #define iswlower(_c) (iswctype(_c,_LOWER)) argument 243 #define iswdigit(_c) (iswctype(_c,_DIGIT)) argument 244 #define iswxdigit(_c) (iswctype(_c,_HEX)) argument 245 #define iswspace(_c) (iswctype(_c,_SPACE)) argument 246 #define iswpunct(_c) (iswctype(_c,_PUNCT)) argument 247 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT)) argument 248 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) argument 249 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) argument [all …]
|
D | wctype.h | 142 #define iswalpha(_c) (iswctype(_c,_ALPHA)) argument 143 #define iswupper(_c) (iswctype(_c,_UPPER)) argument 144 #define iswlower(_c) (iswctype(_c,_LOWER)) argument 145 #define iswdigit(_c) (iswctype(_c,_DIGIT)) argument 146 #define iswxdigit(_c) (iswctype(_c,_HEX)) argument 147 #define iswspace(_c) (iswctype(_c,_SPACE)) argument 148 #define iswpunct(_c) (iswctype(_c,_PUNCT)) argument 149 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT)) argument 150 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) argument 151 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) argument [all …]
|
D | wchar.h | 376 #define iswalpha(_c) (iswctype(_c,_ALPHA)) argument 377 #define iswupper(_c) (iswctype(_c,_UPPER)) argument 378 #define iswlower(_c) (iswctype(_c,_LOWER)) argument 379 #define iswdigit(_c) (iswctype(_c,_DIGIT)) argument 380 #define iswxdigit(_c) (iswctype(_c,_HEX)) argument 381 #define iswspace(_c) (iswctype(_c,_SPACE)) argument 382 #define iswpunct(_c) (iswctype(_c,_PUNCT)) argument 383 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT)) argument 384 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) argument 385 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | es5-asyncFunctionForInStatements.js | 54 return __generator(this, function (_c) { argument 80 return __generator(this, function (_c) { argument 106 return __generator(this, function (_c) { argument 132 return __generator(this, function (_c) { argument 158 return __generator(this, function (_c) { argument 195 return __generator(this, function (_c) { argument 221 return __generator(this, function (_c) { argument
|
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 | bindingPatternOmittedExpressionNesting.js | 6 var _a, _b, _c, _d; variable
|
D | awaitCallExpression6_es5.js | 20 return __generator(this, function (_c) { argument
|
D | awaitCallExpression3_es5.js | 20 return __generator(this, function (_c) { argument
|
D | nullishCoalescingOperator5.js | 45 var _a, _b, _c, _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 | 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 | emptyVariableDeclarationBindingPatterns01_ES5iterable.js | 95 function f(_a, _b, _c) { argument 99 return function (_a, _b, _c) { argument
|
D | logicalAssignment2(target=es2020).js | 33 var _a, _b, _c, _d, _e, _f; variable
|
D | strictNullEmptyDestructuring.js | 32 var _c = undefined; variable
|
/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/mingw-w64/mingw-w64-libraries/winpthreads/src/ |
D | cond.c | 197 cond_t *_c; in pthread_cond_init() local 249 cond_t *_c; in pthread_cond_destroy() local 301 cond_t *_c; in pthread_cond_signal() local 357 cond_t *_c; in pthread_cond_broadcast() local 417 cond_t *_c; in pthread_cond_wait() local 473 cond_t *_c; in pthread_cond_timedwait_impl() local 550 cond_t *_c; in cleanup_wait() local
|
/third_party/boost/boost/mpl/vector/aux_/ |
D | numbered_c.hpp | 40 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument 64 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument
|
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | atoll.c | 9 long long atoll (const char * _c) in atoll()
|
D | ulltoa.c | 9 char* ulltoa(unsigned long long _n, char * _c, int _i) in ulltoa()
|
D | lltoa.c | 9 char* lltoa(long long _n, char * _c, int _i) in lltoa()
|
/third_party/musl/porting/liteos_m/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/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow()
|