Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest_allocator.cc21 const std::size_t int32_array_size = Random() % max_array_size; in test_allocator() local
22 auto handle_to_int32_array = a->Reserve<std::int32_t>(int32_array_size); in test_allocator()
36 reinterpret_cast<std::uintptr_t>(int32_array + int32_array_size)); in test_allocator()
37 memset(int32_array, 0, sizeof(*int32_array) * int32_array_size); in test_allocator()