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