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

  /external/elfutils/tests/
funcretval_test.c 49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t; typedef
50 vec_int_8_t fun_vec_int_8 (void) {
51 vec_int_8_t ret = { 3, 4 };
350 typedef struct { vec_int_8_t a; } hva1_vec_int_8_t;
441 typedef struct { vec_int_8_t a; vec_int_8_t b; } hva2_vec_int_8_t;
547 typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; } hva3_vec_int_8_t;
668 typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; vec_int_8_t d; } hva4_vec_int_8_t
    [all...]

Completed in 46 milliseconds