Home
last modified time | relevance | path

Searched refs:item_imp (Results 1 – 4 of 4) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Drobotdef.c1595 int *item_imp, in Robot_default_play_check_objects() argument
1684 if (imp > ROBOT_IGNORE_ITEM && imp >= *item_imp) { in Robot_default_play_check_objects()
1685 *item_imp = imp; in Robot_default_play_check_objects()
1825 int j, ship_i, item_imp, enemy_i, item_i, mine_i; in Robot_default_play() local
1848 item_imp = ROBOT_IGNORE_ITEM; in Robot_default_play()
1921 &item_i, &item_dist, &item_imp, in Robot_default_play()
2075 item_imp = ROBOT_IGNORE_ITEM; in Robot_default_play()
2078 || (item_imp == ROBOT_HANDY_ITEM && item_dist > 2 * BLOCK_SZ) in Robot_default_play()
2079 || (item_imp == ROBOT_IGNORE_ITEM) in Robot_default_play()
2095 if (item_imp != ROBOT_IGNORE_ITEM) { in Robot_default_play()
[all …]
H A Dsuibotdef.c1107 int j, ship_i, item_imp, enemy_i, shoot_time; in Robot_suibot_play() local
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Drobotdef.c1943 int *item_imp, in Robot_default_play_check_objects() argument
2049 if (imp > ROBOT_IGNORE_ITEM && imp >= *item_imp) { in Robot_default_play_check_objects()
2050 *item_imp = imp; in Robot_default_play_check_objects()
2227 int j, ship_i, item_imp, in Robot_default_play() local
2254 item_imp = ROBOT_IGNORE_ITEM; in Robot_default_play()
2336 &item_i, &item_dist, &item_imp, in Robot_default_play()
2537 item_imp = ROBOT_IGNORE_ITEM; in Robot_default_play()
2540 || (item_imp == ROBOT_HANDY_ITEM && item_dist > 2 * BLOCK_SZ) in Robot_default_play()
2541 || (item_imp == ROBOT_IGNORE_ITEM) in Robot_default_play()
2560 if (item_imp != ROBOT_IGNORE_ITEM) { in Robot_default_play()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dsolve_LINEQ_iter_contact.f901642 integer(kind=kint), allocatable :: index_imp(:), item_imp(:) local
1819 allocate(item_imp(nnz_imp(idom)))
1821 call HECMW_Recv_INT(item_imp, nnz_imp(idom), &
1841 iimp = item_imp(cnt)
1848 deallocate(item_imp, val_imp)