Home
last modified time | relevance | path

Searched defs:wc (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/ffmpeg/libavformat/
Dwebm_chunk.c52 WebMChunkContext *wc = s->priv_data; in webm_chunk_init() local
143 WebMChunkContext *wc = s->priv_data; in get_chunk_filename() local
157 WebMChunkContext *wc = s->priv_data; in webm_chunk_write_header() local
171 WebMChunkContext *wc = s->priv_data; in chunk_start() local
184 WebMChunkContext *wc = s->priv_data; in chunk_end() local
220 WebMChunkContext *wc = s->priv_data; in webm_chunk_write_packet() local
252 WebMChunkContext *wc = s->priv_data; in webm_chunk_write_trailer() local
269 WebMChunkContext *wc = s->priv_data; in webm_chunk_deinit() local
/third_party/libuv/test/
Dtest-condvar.c45 void worker_config_init(worker_config* wc, in worker_config_init()
64 void worker_config_destroy(worker_config* wc) { in worker_config_destroy()
128 worker_config wc; in TEST_IMPL() local
147 worker_config wc; in TEST_IMPL() local
192 worker_config wc; in TEST_IMPL() local
211 worker_config wc; in TEST_IMPL() local
230 worker_config wc; in TEST_IMPL() local
Dtest-barrier.c49 worker_config wc; in TEST_IMPL() local
70 worker_config wc; in TEST_IMPL() local
91 worker_config wc; in TEST_IMPL() local
Dtest-semaphore.c52 worker_config wc; in TEST_IMPL() local
76 worker_config wc; in TEST_IMPL() local
/third_party/curl/lib/
Dwildcard.c41 CURLcode Curl_wildcard_init(struct WildcardData *wc) in Curl_wildcard_init()
49 void Curl_wildcard_dtor(struct WildcardData *wc) in Curl_wildcard_dtor()
/third_party/boost/boost/numeric/ublas/tensor/
Dmultiplication.hpp56 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt()
119 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttt()
171 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttm()
218 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttm0()
272 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttv()
312 PointerOut c, SizeType const*const nc, SizeType const*const wc, in ttv0()
349 PointerOut c, SizeType const*const , SizeType const*const wc, in mtv()
381 void mtm(PointerOut c, SizeType const*const nc, SizeType const*const wc, in mtm()
443 PointerOut c, SizeType const*const , SizeType const*const wc, in outer_2x2()
494 SizeType const rc, PointerOut c, SizeType const*const nc, SizeType const*const wc, in outer()
[all …]
Dalgorithms.hpp41 PointerOut c, SizeType const*const wc, in copy()
92 PointerOut c, SizeType const*const wc, in transform()
242 PointerOut c, SizeType const*const wc, in trans()
303 std::complex<ValueType>* c, SizeType const*const wc, in trans()
/third_party/toybox/lib/
Dlinestack.c92 int (*escout)(FILE *out, int cols, int wc)) in crunch_str()
98 wchar_t wc; in crunch_str() local
126 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape()
142 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape()
179 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
/third_party/musl/src/stdio/
Dfgetwc.c8 wchar_t wc; in __fgetwc_unlocked_internal() local
53 wchar_t wc = __fgetwc_unlocked_internal(f); in __fgetwc_unlocked() local
/third_party/glib/glib/
Dgutf8.c579 gunichar wc = (guchar) *p; in g_utf8_get_char_extended() local
757 gunichar wc; in g_utf8_to_ucs4_fast() local
862 gunichar wc = g_utf8_get_char_extended (in, len < 0 ? 6 : str + len - in); in g_utf8_to_ucs4() local
1039 gunichar wc; in g_utf16_to_utf8() local
1100 gunichar wc; in g_utf16_to_utf8() local
1237 gunichar wc; in g_utf16_to_ucs4() local
1315 gunichar wc = g_utf8_get_char_extended (in, len < 0 ? 6 : str + len - in); in g_utf8_to_utf16() local
1364 gunichar wc = g_utf8_get_char (in); in g_utf8_to_utf16() local
1428 gunichar wc = str[i]; in g_ucs4_to_utf16() local
1460 gunichar wc = str[i]; in g_ucs4_to_utf16() local
/third_party/mingw-w64/mingw-w64-crt/misc/
Dwcrtomb.c18 __wcrtomb_cp (char *dst, wchar_t wc, const unsigned int cp, in __wcrtomb_cp()
48 wcrtomb (char *dst, wchar_t wc, mbstate_t * __UNUSED_PARAM (ps)) in wcrtomb()
Dbtowc.c21 wchar_t wc = WEOF; in btowc() local
/third_party/musl/src/ctype/
Dtowctrans.c63 wint_t towlower(wint_t wc) in towlower()
68 wint_t towupper(wint_t wc) in towupper()
Dwcwidth.c11 int wcwidth(wchar_t wc) in wcwidth()
Diswdigit.c5 int iswdigit(wint_t wc) in iswdigit()
Diswxdigit.c3 int iswxdigit(wint_t wc) in iswxdigit()
Diswalnum.c3 int iswalnum(wint_t wc) in iswalnum()
Diswlower.c3 int iswlower(wint_t wc) in iswlower()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
/third_party/musl/src/multibyte/
Dwctomb.c4 int wctomb(char *s, wchar_t wc) in wctomb()
Dwcrtomb.c6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
/third_party/musl/src/regex/
Dfnmatch.c36 wchar_t wc; in str_next() local
89 wchar_t wc; in pat_next() local
109 wchar_t wc; in match_bracket() local

1234567