Searched defs:BigStruct (Results 1 – 10 of 10) sorted by relevance
16 typedef struct BigStruct{ struct17 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;[all …]
14 typedef struct BigStruct{ struct15 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;[all …]
38 } BigStruct; typedef
824 struct BigStruct { struct825 char bytes[10000];
822 struct BigStruct { struct823 char bytes[10000];