SYMBOL INDEX (30 symbols across 7 files) FILE: include/types.h type char8 (line 9) | typedef char char8 __attribute__((ext_vector_type(8), aligned(1))); type char16 (line 10) | typedef char char16 __attribute__((ext_vector_type(16), aligned(1))); type char32 (line 11) | typedef char char32 __attribute__((ext_vector_type(32), aligned(1))); type char32a (line 12) | typedef char char32a __attribute__((ext_vector_type(32), aligned(32))); type char8 (line 16) | typedef char char8 __attribute__((vector_size(8), aligned(1))); type char16 (line 17) | typedef char char16 __attribute__((vector_size(16), aligned(1))); type char32 (line 18) | typedef char char32 __attribute__((vector_size(32), aligned(1))); type char32a (line 19) | typedef char char32a __attribute__((vector_size(32), aligned(32))); FILE: include/utils.h function class (line 21) | class Stopwatch { function next_u8_random (line 76) | struct DoomRNG { FILE: src/memcpy/bench_memcpy.cc function measure (line 22) | uint64_t measure(memcpy_ty handle, void *dest, void *src, unsigned size) { function bench_impl (line 35) | void bench_impl(const std::vector &toTest, unsigned size, function bench_rand_range (line 53) | void bench_rand_range(const std::vector &toTest) { function main (line 81) | int main(int argc, char **argv) { FILE: src/memcpy/test_memcpy.cc function print_buffer (line 15) | void print_buffer(const char *start, const char *end, char val, function print_buffer_match (line 34) | void print_buffer_match(const char *start0, const char *start1, size_t len, function assert_uniform_value (line 55) | void assert_uniform_value(const char *start, const char *end, char val) { function assert_buffers_match (line 67) | void assert_buffers_match(const char *buff1, const char *buff2, size_t l... function test_impl (line 76) | void test_impl(memcpy_ty handle, const std::string &name, unsigned chunk... function main (line 115) | int main(int argc, char **argv) { FILE: src/memset/bench_memset.cc function measure (line 22) | uint64_t measure(memset_ty handle, unsigned size, unsigned align, function bench_impl (line 36) | void bench_impl(const std::vector &toTest, unsigned size, function bench_rand_range (line 51) | void bench_rand_range(const std::vector &toTest) { function main (line 75) | int main(int argc, char **argv) { FILE: src/memset/test_memset.cc function print_buffer (line 16) | void print_buffer(const char *start, const char *end, char val, function assert_uniform_value (line 34) | void assert_uniform_value(const char *start, const char *end, char val) { function test_impl (line 46) | void test_impl(memset_ty handle, const std::string &name, unsigned chunk... function main (line 73) | int main(int argc, char **argv) { FILE: src/utils/hist_tool.c function log2_32 (line 28) | int log2_32(uint32_t value) { function print_hitograms (line 37) | void __attribute__((destructor)) print_hitograms() {