/third_party/ffmpeg/libavformat/ |
D | webm_chunk.c | 52 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/ |
D | test-condvar.c | 45 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
|
D | test-barrier.c | 49 worker_config wc; in TEST_IMPL() local 70 worker_config wc; in TEST_IMPL() local 91 worker_config wc; in TEST_IMPL() local
|
D | test-semaphore.c | 52 worker_config wc; in TEST_IMPL() local 76 worker_config wc; in TEST_IMPL() local
|
/third_party/curl/lib/ |
D | wildcard.c | 41 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/ |
D | multiplication.hpp | 56 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 …]
|
D | algorithms.hpp | 41 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/ |
D | linestack.c | 92 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/ |
D | fgetwc.c | 8 wchar_t wc; in __fgetwc_unlocked_internal() local 53 wchar_t wc = __fgetwc_unlocked_internal(f); in __fgetwc_unlocked() local
|
/third_party/glib/glib/ |
D | gutf8.c | 579 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/ |
D | wcrtomb.c | 18 __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()
|
D | btowc.c | 21 wchar_t wc = WEOF; in btowc() local
|
/third_party/musl/src/ctype/ |
D | towctrans.c | 63 wint_t towlower(wint_t wc) in towlower() 68 wint_t towupper(wint_t wc) in towupper()
|
D | wcwidth.c | 11 int wcwidth(wchar_t wc) in wcwidth()
|
D | iswdigit.c | 5 int iswdigit(wint_t wc) in iswdigit()
|
D | iswxdigit.c | 3 int iswxdigit(wint_t wc) in iswxdigit()
|
D | iswalnum.c | 3 int iswalnum(wint_t wc) in iswalnum()
|
D | iswlower.c | 3 int iswlower(wint_t wc) in iswlower()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
|
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
|
/third_party/musl/src/multibyte/ |
D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb()
|
D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb()
|
/third_party/musl/src/regex/ |
D | fnmatch.c | 36 wchar_t wc; in str_next() local 89 wchar_t wc; in pat_next() local 109 wchar_t wc; in match_bracket() local
|