Searched refs:array_rep_info_t (Results 1 – 2 of 2) sorted by relevance
52 struct array_rep_info_t { struct1008 struct array_rep_info_t linked_list1; in print_one_large_struct()1032 struct array_rep_info_t linked_list1, in print_array_rep()1161 static struct array_rep_info_t *list1; in main()1162 static struct array_rep_info_t *list2; in main()1163 static struct array_rep_info_t *list3; in main()1164 static struct array_rep_info_t *list4; in main()1224 list1 = (struct array_rep_info_t *)malloc(sizeof(struct array_rep_info_t)); in main()1225 list2 = (struct array_rep_info_t *)malloc(sizeof(struct array_rep_info_t)); in main()1226 list3 = (struct array_rep_info_t *)malloc(sizeof(struct array_rep_info_t)); in main()[all …]
16 struct array_rep_info_t { struct656 struct array_rep_info_t print_one_large_struct(struct array_rep_info_t linked_list1) in print_one_large_struct()658 struct array_rep_info_t print_one_large_struct( linked_list1 ) in print_one_large_struct()659 struct array_rep_info_t linked_list1; in print_one_large_struct()677 void init_array_rep(struct array_rep_info_t *linked_list, int seed) in init_array_rep()680 struct array_rep_info_t *linked_list; in init_array_rep()701 struct array_rep_info_t *list1; in main()719 list1 = (struct array_rep_info_t *)malloc(sizeof(struct array_rep_info_t)); in main()