|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "strnlen.cpp"
Go to the source code of this file.
Macros | |
| #define | _UCRT_BUILD_AVX2 |
Functions | |
| template size_t __cdecl | common_strnlen_simd< bounded, __crt_simd_isa::avx2, uint8_t > (uint8_t const *const string, size_t const maximum_count) throw () |
| template size_t __cdecl | common_strnlen_simd< bounded, __crt_simd_isa::avx2, uint16_t > (uint16_t const *const string, size_t const maximum_count) throw () |
| template size_t __cdecl | common_strnlen_simd< unbounded, __crt_simd_isa::avx2, uint16_t > (uint16_t const *const string, size_t const maximum_count) throw () |
| #define _UCRT_BUILD_AVX2 |
Definition at line 10 of file strnlen-avx2.cpp.
| template size_t __cdecl common_strnlen_simd< bounded, __crt_simd_isa::avx2, uint16_t > | ( | uint16_t const *const | string, |
| size_t const | maximum_count | ||
| ) | |||
| throw | ( | ||
| ) | |||
| template size_t __cdecl common_strnlen_simd< bounded, __crt_simd_isa::avx2, uint8_t > | ( | uint8_t const *const | string, |
| size_t const | maximum_count | ||
| ) | |||
| throw | ( | ||
| ) | |||