Searched refs:MAX_ITEMS_PER_LIST (Results 1 – 3 of 3) sorted by relevance
12 #define MAX_ITEMS_PER_LIST 20 macro21 static generic_button buttons_list1[MAX_ITEMS_PER_LIST] = {44 static generic_button buttons_list2[MAX_ITEMS_PER_LIST] = {115 if (data.num_items > MAX_ITEMS_PER_LIST) { in draw_foreground()122 … draw_item(i + max_first, 205, 11 + 20 * i, MAX_ITEMS_PER_LIST + i + 1 == data.focus_button_id); in draw_foreground()134 if (data.num_items > MAX_ITEMS_PER_LIST) { in handle_input()142 data.focus_button_id = second_id + MAX_ITEMS_PER_LIST; in handle_input()
64 #define MAX_ITEMS_PER_LIST (1 * 1024) macro67 struct listItem *items[MAX_ATOMIC_LISTS * MAX_ITEMS_PER_LIST];90 for (j = 0; j < MAX_ITEMS_PER_LIST; j++) { in init_data()