Lines Matching defs:BigStruct
14 typedef struct BigStruct{ struct
15 uint8_t a;
16 int8_t b;
17 uint16_t c;
18 int16_t d;
19 uint32_t e;
20 int32_t f;
21 uint64_t g;
22 int64_t h;
23 float i;
24 double j;
25 long double k;
26 char* l;
27 uint8_t m;
28 int8_t n;
29 uint16_t o;
30 int16_t p;
31 uint32_t q;
32 int32_t r;
33 uint64_t s;
34 int64_t t;
35 float u;
36 double v;
37 long double w;
38 char* x;
39 uint8_t y;
40 int8_t z;
41 uint16_t aa;
65 } BigStruct; argument