Lines Matching refs:zero
127 #define ZERO_CLONE_SCALAR(zero) memset(&(zero), 0x00, sizeof(zero)) argument
128 #define ZERO_CLONE_STRING(zero) memset(&(zero), 0x00, sizeof(zero)) argument
133 #define ZERO_CLONE_STRUCT(zero) \ argument
135 memset(&(zero), 0xFF, sizeof(zero)); \
136 zero.one = 0; \
137 zero.two = 0; \
138 zero.three = 0; \
139 zero.four = 0; \
206 var_type zero INIT_CLONE_ ## which; \
211 BUILD_BUG_ON(sizeof(zero) > MAX_VAR_SIZE); \
214 ZERO_CLONE_ ## which(zero); \
219 FETCH_ARG_ ## which(zero)); \
231 FETCH_ARG_ ## which(zero)); \
374 DEFINE_SCALAR_TESTS(zero, WANT_SUCCESS);
375 DEFINE_STRUCT_TESTS(zero, WANT_SUCCESS);
473 test_scalars(zero); in test_stackinit_init()
474 test_structs(zero); in test_stackinit_init()