Searched refs:hva2_vec_int_16_t (Results 1 – 1 of 1) sorted by relevance
485 typedef struct { vec_int_16_t a; vec_int_16_t b; } hva2_vec_int_16_t; typedef486 hva2_vec_int_16_t fun_hva2_vec_int_16_t (void) { in fun_hva2_vec_int_16_t()487 hva2_vec_int_16_t ret = { { 3, 4, 5, 6 }, in fun_hva2_vec_int_16_t()