Home
last modified time | relevance | path

Searched refs:best_item (Results 1 – 13 of 13) sorted by relevance

/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmcombobox.hh131 int best_item = -1; in mouse_move() local
136 if (best_item == -1) // first non-headline item in mouse_move()
137 best_item = i; in mouse_move()
139 best_item = i; in mouse_move()
142 new_selected_item = best_item; in mouse_move()
/dports/games/edge/Edge-1.35-source/src/
H A Dp_bot.cc327 mobj_t *best_item = NULL; in BOT_LookForItems() local
345 if (!best_item || lkbot_score > best_score) in BOT_LookForItems()
347 best_item = lkbot_target; in BOT_LookForItems()
353 if (best_item) in BOT_LookForItems()
355 BOT_SetTarget(bot, best_item); in BOT_LookForItems()
359 bot->pl->pnum, best_item->info->name.c_str(), best_score); in BOT_LookForItems()
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dxpress_compress.c790 u32 best_item; in xpress_find_min_cost_path() local
802 best_item = ((u32)literal << OPTIMUM_OFFSET_SHIFT) | 1; in xpress_find_min_cost_path()
811 cur_node->item = best_item; in xpress_find_min_cost_path()
849 best_item = in xpress_find_min_cost_path()
885 best_item = in xpress_find_min_cost_path()
894 cur_node->item = best_item; in xpress_find_min_cost_path()
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvas.c4050 GooCanvasItem *best_item; member
4200 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4211 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4222 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4351 data->best_item = item; in goo_canvas_focus_recurse()
4445 data.best_item = NULL; in goo_canvas_focus()
4451 if (!data.best_item) in goo_canvas_focus()
4454 if (GOO_IS_CANVAS_WIDGET (data.best_item)) in goo_canvas_focus()
4461 goo_canvas_grab_focus (canvas, data.best_item); in goo_canvas_focus()
4466 goo_canvas_scroll_to_item (canvas, data.best_item); in goo_canvas_focus()
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvas.c3875 GooCanvasItem *best_item; member
4023 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4034 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4045 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4174 data->best_item = item; in goo_canvas_focus_recurse()
4272 data.best_item = NULL; in goo_canvas_focus()
4278 if (!data.best_item) in goo_canvas_focus()
4281 if (GOO_IS_CANVAS_WIDGET (data.best_item)) in goo_canvas_focus()
4288 goo_canvas_grab_focus (canvas, data.best_item); in goo_canvas_focus()
4293 goo_canvas_scroll_to_item (canvas, data.best_item); in goo_canvas_focus()
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvas.c4050 GooCanvasItem *best_item; member
4200 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4211 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4222 if (!data->best_item || data->current_score < data->best_score) in goo_canvas_focus_check_is_best()
4351 data->best_item = item; in goo_canvas_focus_recurse()
4445 data.best_item = NULL; in goo_canvas_focus()
4451 if (!data.best_item) in goo_canvas_focus()
4454 if (GOO_IS_CANVAS_WIDGET (data.best_item)) in goo_canvas_focus()
4461 goo_canvas_grab_focus (canvas, data.best_item); in goo_canvas_focus()
4466 goo_canvas_scroll_to_item (canvas, data.best_item); in goo_canvas_focus()
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/
H A DReader.hs1263 (best_item item1 item2) `thenCmp`
1266 best_item :: ImpItemSpec -> ImpItemSpec -> Ordering
1267 best_item ImpAll ImpAll = EQ function
1268 best_item ImpAll (ImpSome {}) = LT function
1269 best_item (ImpSome {}) ImpAll = GT function
1270 best_item (ImpSome { is_explicit = e1 }) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/
H A DReader.hs1192 (best_item item1 item2) `thenCmp`
1195 best_item :: ImpItemSpec -> ImpItemSpec -> Ordering
1196 best_item ImpAll ImpAll = EQ function
1197 best_item ImpAll (ImpSome {}) = LT function
1198 best_item (ImpSome {}) ImpAll = GT function
1199 best_item (ImpSome { is_explicit = e1 }) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DRdrName.hs1211 (best_item item1 item2) `thenCmp`
1214 best_item :: ImpItemSpec -> ImpItemSpec -> Ordering
1215 best_item ImpAll ImpAll = EQ function
1216 best_item ImpAll (ImpSome {}) = LT function
1217 best_item (ImpSome {}) ImpAll = GT function
1218 best_item (ImpSome { is_explicit = e1 }) function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DRdrName.hs1211 (best_item item1 item2) `thenCmp`
1214 best_item :: ImpItemSpec -> ImpItemSpec -> Ordering
1215 best_item ImpAll ImpAll = EQ function
1216 best_item ImpAll (ImpSome {}) = LT function
1217 best_item (ImpSome {}) ImpAll = GT function
1218 best_item (ImpSome { is_explicit = e1 }) function
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsymtab.c4570 struct linetable_entry **best_item, in append_exact_match_to_sals() argument
4578 *best_item = 0; in append_exact_match_to_sals()
4609 && (*best_item == NULL in append_exact_match_to_sals()
4610 || item->line < (*best_item)->line)) in append_exact_match_to_sals()
4612 *best_item = item; in append_exact_match_to_sals()
4652 struct linetable_entry *best_item = 0; in expand_line_sal() local
4690 &ret, &best_item, &best_symtab); in expand_line_sal()
4691 if (!exact && best_item) in expand_line_sal()
4693 best_symtab->fullname, best_item->line, in expand_line_sal()
4694 &ret, &best_item, &best_symtab); in expand_line_sal()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsymtab.c2556 struct linetable_entry **best_item) in VEC()
2575 if (*best_item == NULL || item->line < (*best_item)->line) in VEC()
2576 *best_item = item; in VEC()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsymtab.c3478 struct linetable_entry **best_item) in find_pcs_for_symtab_line() argument
3498 if (*best_item == NULL in find_pcs_for_symtab_line()
3499 || (item->line < (*best_item)->line && item->is_stmt)) in find_pcs_for_symtab_line()
3500 *best_item = item; in find_pcs_for_symtab_line()