OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int32_array_size
(Results
1 - 1
of
1
) sorted by null
/external/gemmlowp/test/
test_allocator.cc
21
const std::size_t
int32_array_size
= Random() % max_array_size;
local
22
auto handle_to_int32_array = a->Reserve<std::int32_t>(
int32_array_size
);
36
reinterpret_cast<std::uintptr_t>(int32_array +
int32_array_size
));
37
memset(int32_array, 0, sizeof(*int32_array) *
int32_array_size
);
Completed in 756 milliseconds