Lines Matching full:two
82 zero.two = 0; \
97 #define __static_partial { .two = 0, }
99 .two = 0, \
103 #define __dynamic_partial { .two = arg->two, }
105 .two = arg->two, \
109 #define __runtime_partial var.two = 0
111 var.two = 0; \
245 unsigned long two; member
253 char two; member
262 u8 two; member
270 char *two; member
279 unsigned long two; member
350 * Check two uses through a variable declaration outside either path,