HomeSort by relevance Sort by last modified time
    Searched full:int8_array (Results 1 - 1 of 1) sorted by null

  /external/gemmlowp/test/
test_allocator.cc 28 std::int8_t* int8_array = a->GetPointer<std::int8_t>(handle_to_int8_array); local
30 Check(int8_array == a->GetPointer<std::int8_t>(handle_to_int8_array));
34 !(reinterpret_cast<std::uintptr_t>(int8_array) % Allocator::kAlignment));
35 Check(reinterpret_cast<std::uintptr_t>(int8_array) >=
38 memset(int8_array, 0, sizeof(*int8_array) * int8_array_size);

Completed in 264 milliseconds