Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dsve-strlen.cc100 const char* example_input = "This is a string of exactly 42 characters."; in main() local
101 VIXL_ASSERT(strlen(example_input) == 42); in main()
104 simulator.WriteXRegister(0, reinterpret_cast<uintptr_t>(example_input)); in main()
108 example_input, in main()