Home
last modified time | relevance | path

Searched refs:size_to_test (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave_main.c39 const uint32_t size_to_test = 128; in DECLARE_TESTS() local
41 for (uint32_t start = 0; start < size_to_test / 2; ++start) { in DECLARE_TESTS()
44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc); in DECLARE_TESTS()
45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc); in DECLARE_TESTS()