Lines Matching refs:long_array
54 long long_array[10]; member
218 weird->long_array[0] = 1234; in do_children_tests()
219 struct_declarations.long_array[1] = 2345; in do_children_tests()
220 weird->long_array[2] = 3456; in do_children_tests()
221 struct_declarations.long_array[3] = 4567; in do_children_tests()
222 weird->long_array[4] = 5678; in do_children_tests()
223 struct_declarations.long_array[5] = 6789; in do_children_tests()
224 weird->long_array[6] = 7890; in do_children_tests()
225 struct_declarations.long_array[7] = 8901; in do_children_tests()
226 weird->long_array[8] = 9012; in do_children_tests()
227 struct_declarations.long_array[9] = 1234; in do_children_tests()