• Home
  • Raw
  • Download

Lines Matching refs:offsetof

12 static int arr1_offset[(offsetof(struct t1, bar) == 1) ? 0 : -1];
21 static int arr2_offset[(offsetof(struct t2, bar) == 2) ? 0 : -1];
30 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
39 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
48 static int arr5_offset[(offsetof(struct t5, bar) == 8) ? 0 : -1];
58 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
68 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
78 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
88 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
98 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
109 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1];
120 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1];
129 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
144 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1];
145 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1];
157 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1];
165 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1];
176 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1];
195 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1];
205 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1];
228 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1];
229 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 8) ? 0 : -1];
230 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 12) ? 0 : -1];
231 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 28) ? 0 : -1];