HomeSort by relevance Sort by last modified time
    Searched defs:sum_array (Results 1 - 2 of 2) sorted by null

  /external/vixl/examples/aarch64/
sum-array.cc 33 // uint32_t sum_array(uint8_t* array, uint32_t size)
68 Label sum_array; local
69 masm.Bind(&sum_array);
78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array));
  /external/vixl/test/aarch64/examples/
test-examples.cc 402 TEST_FUNCTION(sum_array); \
406 TEST(sum_array) {
409 Label sum_array; local
410 masm.Bind(&sum_array);

Completed in 373 milliseconds