Home
last modified time | relevance | path

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

1234567

/third_party/mingw-w64/mingw-w64-headers/crt/
Dctype.h240 #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 …]
Dwctype.h142 #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 …]
Dwchar.h376 #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/
Des5-asyncFunctionForInStatements.js54 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
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
DbindingPatternOmittedExpressionNesting.js6 var _a, _b, _c, _d; variable
DawaitCallExpression6_es5.js20 return __generator(this, function (_c) { argument
DawaitCallExpression3_es5.js20 return __generator(this, function (_c) { argument
DnullishCoalescingOperator5.js45 var _a, _b, _c, _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
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
DemptyVariableDeclarationBindingPatterns01_ES5iterable.js95 function f(_a, _b, _c) { argument
99 return function (_a, _b, _c) { argument
DlogicalAssignment2(target=es2020).js33 var _a, _b, _c, _d, _e, _f; variable
DstrictNullEmptyDestructuring.js32 var _c = undefined; variable
/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/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dcond.c197 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_/
Dnumbered_c.hpp40 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/
Datoll.c9 long long atoll (const char * _c) in atoll()
Dulltoa.c9 char* ulltoa(unsigned long long _n, char * _c, int _i) in ulltoa()
Dlltoa.c9 char* lltoa(long long _n, char * _c, int _i) in lltoa()
/third_party/musl/porting/liteos_m/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/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow()

1234567