Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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.h374 #define iswalpha(_c) (iswctype(_c,_ALPHA)) argument
375 #define iswupper(_c) (iswctype(_c,_UPPER)) argument
376 #define iswlower(_c) (iswctype(_c,_LOWER)) argument
377 #define iswdigit(_c) (iswctype(_c,_DIGIT)) argument
378 #define iswxdigit(_c) (iswctype(_c,_HEX)) argument
379 #define iswspace(_c) (iswctype(_c,_SPACE)) argument
380 #define iswpunct(_c) (iswctype(_c,_PUNCT)) argument
381 #define iswalnum(_c) (iswctype(_c,_ALPHA|_DIGIT)) argument
382 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT)) argument
383 #define iswgraph(_c) (iswctype(_c,_PUNCT|_ALPHA|_DIGIT)) argument
[all …]
Dstdio.h1257 #define putwchar(_c) fputwc((_c),stdout) argument
1264 #define putwc(_c,_stm) fputwc(_c,_stm) argument
1265 #define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm) argument
1266 #define _getwc_nolock(_c) _fgetwc_nolock(_c) argument
1279 #define _fputc_nolock(_c,_stream) (--(_stream)->_cnt >= 0 ? 0xff & (*(_stream)->_ptr++ = (char)(_c)… argument
1281 #define _putc_nolock(_c,_stream) _fputc_nolock(_c,_stream) argument
1284 #define _putchar_nolock(_c) _putc_nolock((_c),stdout) argument
1286 #define _putwchar_nolock(_c) _putwc_nolock((_c),stdout) argument
Dmapiform.h167 #define CbMAPIFormPropArray(_c) (offsetof(SMAPIFormPropArray,aFormProp) + (_c)*sizeof(SMAPIFormProp… argument
182 #define CbMAPIVerbArray(_c) (offsetof(SMAPIVerbArray,aMAPIVerb) + (_c)*sizeof(SMAPIVerb)) argument
202 #define CbMessageClassArray(_c) (offsetof(SMessageClassArray,aMessageClass) + (_c)*sizeof(LPCSTR)) argument
209 #define CbMAPIFormInfoArray(_c) (offsetof(SMAPIFormInfoArray,aFormInfo) + (_c)*sizeof(LPMAPIFORMINF… argument
Dstdlib.h723 __MINGW_EXTENSION __CRT_INLINE long long __cdecl atoll (const char * _c) { return _atoi64 (_c); } in atoll()
724 …__MINGW_EXTENSION __CRT_INLINE char *__cdecl lltoa (long long _n, char * _c, int _i) { return _i64… in lltoa()
725 …__MINGW_EXTENSION __CRT_INLINE char *__cdecl ulltoa (unsigned long long _n, char * _c, int _i) { r… in ulltoa()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A 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 …]
/aosp_15_r20/external/libwebsockets/lib/misc/cache-ttl/
H A 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()
H A Dfile.c483 lws_cache_nscookiejar_lookup(struct lws_cache_ttl_lru *_c, in lws_cache_nscookiejar_lookup()
701 lws_cache_nscookiejar_write(struct lws_cache_ttl_lru *_c, in lws_cache_nscookiejar_write()
827 lws_cache_nscookiejar_get(struct lws_cache_ttl_lru *_c, in lws_cache_nscookiejar_get()
858 lws_cache_nscookiejar_invalidate(struct lws_cache_ttl_lru *_c, in lws_cache_nscookiejar_invalidate()
890 lws_cache_nscookiejar_expunge(struct lws_cache_ttl_lru *_c) in lws_cache_nscookiejar_expunge()
931 lws_cache_nscookiejar_debug_dump(struct lws_cache_ttl_lru *_c) in lws_cache_nscookiejar_debug_dump()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dconcept_check.h49 #define __glibcxx_class_requires2(_a,_b,_c) argument
50 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dconcept_check.h49 #define __glibcxx_class_requires2(_a,_b,_c) argument
50 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/aosp_15_r20/external/llvm/test/MC/AsmParser/
H A Dmacros-gas.s28 .macro test3 _a _b _c
38 .macro test3_prime _a _b _c
76 .macro test9 _a _b _c
H A Dmacros-darwin.s76 .macro test9 _a _b _c
/aosp_15_r20/external/libdivsufsort/include/
H A Ddivsufsort_private.h154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A 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
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/
H A Dcallbacks.c5 void CL_CALLBACK createcontext_callback(const char* _a, const void* _b, size_t _c, void* _d) in createcontext_callback()
33 void CL_CALLBACK setevent_callback(cl_event _a, cl_int _b, void* _c) in setevent_callback()
41 void CL_CALLBACK setprintf_callback(cl_context _a, cl_uint _b, char* _c, void* _d ) in setprintf_callback()
/aosp_15_r20/external/llvm/test/MC/ARM/
H A Dtls-directives.s39 .globl _c symbol
40 _c: label
/aosp_15_r20/external/angle/third_party/flatbuffers/generated/tests/
H A Darrays_test_generated.h104 ::flatbuffers::span<const MyGame::Example::TestEnum, 2> _c, in NestedStruct()
202 ArrayStruct(float _a, int8_t _c, int32_t _e) in ArrayStruct()
219 ArrayStruct(float _a, ::flatbuffers::span<const int32_t, 15> _b, int8_t _c, in ArrayStruct()
258 void mutate_c(int8_t _c) in mutate_c()
/aosp_15_r20/external/flatbuffers/tests/
H A Darrays_test_generated.h105 …:Example::TestEnum _b, flatbuffers::span<const MyGame::Example::TestEnum, 2> _c, flatbuffers::span… in NestedStruct()
186 ArrayStruct(float _a, int8_t _c, int32_t _e) in ArrayStruct()
202 …ArrayStruct(float _a, flatbuffers::span<const int32_t, 15> _b, int8_t _c, flatbuffers::span<const … in ArrayStruct()
233 void mutate_c(int8_t _c) { in mutate_c()
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp996 ContextRef _c(dp, ctx); in eglDestroyContextImpl() local
1019 ContextRef _c(dp, ctx); in eglMakeCurrentImpl() local
1097 ContextRef _c(dp, ctx); in eglQueryContextImpl() local
1677 ContextRef _c(dp, ctx); in eglCreateImageTmpl() local
2474 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetStringImpl() local
2483 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetStringiImpl() local
2498 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetBooleanvImpl() local
2511 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetFloatvImpl() local
2524 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetIntegervImpl() local
2537 gl_hooks_t::gl_t const* const _c = &getGlThreadSpecific()->gl; in glGetInteger64vImpl() local
/aosp_15_r20/external/llvm/test/MC/MachO/
H A Dtls.s11 .globl _c symbol
12 _c: label
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/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
/aosp_15_r20/external/python/cpython3/PC/layout/
Dmain.py85 def _c(f): function
201 def _c(d): function
/aosp_15_r20/external/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h616 #define lws_fakewsi_prep_plwsa_ctx(_c) \ argument
1018 #define lws_any_extension_handled(_a, _b, _c, _d) (0) argument
1019 #define lws_ext_cb_active(_a, _b, _c, _d) (0) argument
1020 #define lws_ext_cb_all_exts(_a, _b, _c, _d, _e) (0) argument
1097 #define lws_parse_ws(_a, _b, _c) (0) argument
1270 #define lws_server_socket_service(_b, _c) (0) argument
1271 #define lws_handshake_server(_a, _b, _c) (0) argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/
H A Drng.rs567 let _c: u8 = Standard.sample(&mut r); in test_rng_trait_object() localVariable
579 let _c: u8 = Standard.sample(&mut r); in test_rng_boxed_trait() localVariable

1234567