Searched defs:bitRecord (Results 1 – 7 of 7) sorted by relevance
37 struct bitRecord{ struct38 int a : 1;39 int b : 65;40 int c : 12;
39 struct bitRecord{ struct51 printf("bitRecord.a: %d\nbitRecord.b: %d\nbitRecord.c: %d\n", argument
37 struct bitRecord{ struct38 int a : 1;39 int b : 3;40 int c : 12;
37 struct bitRecord{ struct38 int a : 1;39 int b : 0;40 int c : 12;
37 struct bitRecord{ struct45 printf("offsetof(struct bitRecord, a): %d\n", argument
38 struct bitRecord{ struct39 int a : 1;40 int b : 3;41 int c : 12;
37 struct bitRecord{ struct38 int a : 1;40 int c : 12;