Searched refs:wmemset (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/arch-x86/generic/string/ |
D | wmemset.c | 17 #define wmemset wmemset_freebsd macro
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wmemset.c | 42 wmemset(wchar_t *s, wchar_t c, size_t n) in wmemset() function
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 48 FUNCTION_DELEGATE(wmemset, wmemset_freebsd)
|
D | dynamic_function_dispatch.cpp | 99 DEFINE_IFUNC_FOR(wmemset) { in DEFINE_IFUNC_FOR() argument
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 119 FUNCTION(wmemset, wchar_t* (*f)(wchar_t*, wchar_t, size_t)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 120 wchar_t* wmemset(wchar_t* __dst, wchar_t __wc, size_t __n);
|
/bionic/tests/ |
D | wchar_test.cpp | 382 wmemset(out, L'x', NUM_WCHARS(sizeof(out))); in test_mbsrtowcs() 620 wmemset(dst, L'x', NUM_WCHARS(sizeof(dst))); in TEST() 650 wmemset(dst, L'x', NUM_WCHARS(sizeof(dst))); in TEST()
|
D | string_test.cpp | 856 wmemset(state.ptr1, c1, state.MAX_LEN); in TEST() 857 wmemset(state.ptr2, c1, state.MAX_LEN); in TEST()
|
/bionic/libc/ |
D | Android.bp | 322 "upstream-freebsd/lib/libc/string/wmemset.c", 340 "upstream-freebsd/lib/libc/string/wmemset.c", 888 "arch-x86/generic/string/wmemset.c", 940 "arch-x86/kabylake/string/avx2-wmemset-kbl.S", 963 "arch-x86_64/string/avx2-wmemset-kbl.S",
|
D | libc.map.txt | 1215 wmemset;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1182 wmemset
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1215 wmemset;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11090 CALL(wmemset)
|