Home
last modified time | relevance | path

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

/third_party/libunwind/tests/
Dppc64-test-altivec.c17 vector signed int vec_stack (int count);
22 printf ("&vec_stack = %016lx\n", (unsigned long) vec_stack); in main()
23 vec_stack (3); in main()
29 vec_stack (int count) in vec_stack() function
136 v8 = vec_stack (count - 1); in vec_stack()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs9442 let vec_stack: &[_] = &[1, 2, 3]; localVariable
9443 let v_b = vec_stack[1..3].to_vec();