Home
last modified time | relevance | path

Searched defs:wc (Results 1 – 25 of 162) 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
Dwvdec.c80 WVContext *wc = ctx->priv_data; in wv_read_block_header() local
236 WVContext *wc = s->priv_data; in wv_read_header() local
281 WVContext *wc = s->priv_data; in wv_read_packet() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcsnlen.c28 wchar_t *wc = L"ABCDEF"; in wcsnlen_0100() local
43 wchar_t *wc = L"ABCDEF"; in wcsnlen_0200() local
57 wchar_t *wc = L"ABCDEF"; in wcsnlen_0300() local
73 wchar_t *wc = L"ABCDEF"; in wcsnlen_0400() 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/toybox/lib/
Dlinestack.c92 int (*escout)(FILE *out, int cols, int wc)) in crunch_str()
96 unsigned wc; in crunch_str() local
125 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape()
141 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape()
178 int (*escout)(FILE *out, int cols, int wc)) in draw_trim_esc()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dwcsxfrm.c23 wchar_t *wc = L"ABCD"; in wcsxfrm_0100() local
36 wchar_t *wc = L"\u00e5\ue011"; in wcsxfrm_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dmbtowc.c32 wchar_t wc[ARRY_MAX]; in mbtowc_0100() local
48 wchar_t wc[ARRY_MAX]; in mbtowc_0200() local
Dmbsnrtowcs.c33 wchar_t wc[ARRY_MAX]; in mbsnrtowcs_0100() local
52 wchar_t wc[ARRY_MAX]; in mbsnrtowcs_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dputwc.c39 wchar_t wc = L'p'; in putwc_0100() local
61 wchar_t wc = L'p'; in putwc_0200() local
Dungetwc.c43 wint_t wc = L'a'; in ungetwc_0100() local
70 wint_t wc = L'a'; in ungetwc_0200() local
Dfputwc.c35 wint_t wc; in fputwc_0100() local
70 wint_t wc; in fputwc_0200() local
/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/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()
/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
/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/porting/uniproton/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/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()

1234567