HomeSort by relevance Sort by last modified time
    Searched refs:AT_COMMON_SIZES (Results 1 - 2 of 2) sorted by null

  /bionic/benchmarks/
stdio_benchmark.cpp 25 #define AT_COMMON_SIZES \
51 BENCHMARK_WITH_ARG(BM_stdio_fread, int)->AT_COMMON_SIZES;
56 BENCHMARK_WITH_ARG(BM_stdio_fwrite, int)->AT_COMMON_SIZES;
61 BENCHMARK_WITH_ARG(BM_stdio_fread_unbuffered, int)->AT_COMMON_SIZES;
66 BENCHMARK_WITH_ARG(BM_stdio_fwrite_unbuffered, int)->AT_COMMON_SIZES;
string_benchmark.cpp 25 #define AT_COMMON_SIZES \
30 BENCHMARK_WITH_ARG(BM_string_memcmp, int)->AT_COMMON_SIZES;
49 BENCHMARK_WITH_ARG(BM_string_memcpy, int)->AT_COMMON_SIZES;
66 BENCHMARK_WITH_ARG(BM_string_memmove, int)->AT_COMMON_SIZES;
82 BENCHMARK_WITH_ARG(BM_string_memset, int)->AT_COMMON_SIZES;
97 BENCHMARK_WITH_ARG(BM_string_strlen, int)->AT_COMMON_SIZES;

Completed in 50 milliseconds