Searched defs:dstAligned (Results 1 – 1 of 1) sorted by relevance
| /third_party/musl/Benchmark/musl/ |
| D | libc_string.cpp | 152 char *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Stpncpy() local 172 char *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Strncpy() local 191 char *dstAligned = GetAlignedPtrFilled(&dst, dstAlignment, nbytes, 'x'); in Bm_function_Bcmp() local 239 wchar_t *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Wmemcpy() local 407 wchar_t* dstAligned = GetAlignedPtrFilled(&dst, dstAlignment, nbytes, L'z'); in BM_function_Wcscoll() local 428 wchar_t* dstAligned = GetAlignedPtrFilled(&dst, dstAlignment, nbytes, L'z'); in BM_function_Wcscoll_l() local 470 char *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Strxfrm() local 491 char *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Strxfrm_l() local 512 wchar_t *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Wcsxfrm() local 533 wchar_t *dstAligned = GetAlignedPtr(&dst, dstAlignment, nbytes); in Bm_function_Wcsxfrm_l() local [all …]
|