Searched refs:top_offset (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/ee/ |
H A D | ee.c | 315 …entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_wi… 3355 int top_offset; /* offset from top where menu items start */ local 3394 top_offset = 0; 3416 top_offset = 4; 3423 …paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size… 3430 wmove(temp_win, (1 + counter + top_offset - off_start), 3); 3432 wmove(temp_win, (counter + top_offset - off_start), 3); 3486 list_size, top_offset, temp_win, 3504 list_size, top_offset, temp_win, off_start, 3518 list_size, top_offset, temp_win, off_start, [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-sra.c | 2942 HOST_WIDE_INT top_offset, in generate_subtree_copies() argument 2962 expr = build_ref_for_model (loc, agg, access->offset - top_offset, in generate_subtree_copies() 3000 access->offset - top_offset, in generate_subtree_copies() 3011 generate_subtree_copies (access->first_child, agg, top_offset, in generate_subtree_copies()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-sra.c | 2534 HOST_WIDE_INT top_offset, in generate_subtree_copies() argument 2551 expr = build_ref_for_model (loc, agg, access->offset - top_offset, in generate_subtree_copies() 2584 generate_subtree_copies (access->first_child, agg, top_offset, in generate_subtree_copies()
|