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

  /external/elfutils/tests/
funcretval_test.c 90 typedef int __attribute__ ((vector_size (16))) vec_int_16_t; typedef
91 vec_int_16_t fun_vec_int_16 (void) {
92 vec_int_16_t ret = { 2, 3, 4 };
387 typedef struct { vec_int_16_t a; } hva1_vec_int_16_t;
485 typedef struct { vec_int_16_t a; vec_int_16_t b; } hva2_vec_int_16_t;
598 typedef struct { vec_int_16_t a; vec_int_16_t b; vec_int_16_t c; } hva3_vec_int_16_t;
726 typedef struct { vec_int_16_t a; vec_int_16_t b; vec_int_16_t c; vec_int_16_t d; } hva4_vec_int_16_t
    [all...]

Completed in 255 milliseconds