Home
last modified time | relevance | path

Searched refs:thief (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/games/wesnoth/wesnoth-1.14.17/data/core/units/humans/
H A DOutlaw_Thief.cfg7 image="units/human-outlaws/thief.png"
8 profile=portraits/humans/thief.png
30 image="units/human-outlaws/thief.png:1"
36 image="units/human-outlaws/thief.png:1"
43 image="units/human-outlaws/thief.png:1"
49 image="units/human-outlaws/thief.png:1"
56 image="units/human-outlaws/thief.png:1"
62 image="units/human-outlaws/thief.png:1"
69 image="units/human-outlaws/thief.png:1"
75 image="units/human-outlaws/thief.png:1"
[all …]
/dports/games/dungeon/dungeon-3.2_1/
H A DACTORS.C177 newsta_(oindex_1.thief, 0, 0, 0, 0); in thiefd_()
185 i__1 = -oindex_1.thief; in thiefd_()
230 newsta_(oindex_1.thief, 584, 0, 0, 0); in thiefd_()
250 newsta_(oindex_1.thief, 585, 0, 0, 0); in thiefd_()
269 i__1 = -oindex_1.thief; in thiefd_()
270 i__2 = -oindex_1.thief; in thiefd_()
283 newsta_(oindex_1.thief, i, 0, 0, 0); in thiefd_()
299 newsta_(oindex_1.thief, 0, 0, 0, 0); in thiefd_()
309 i__1 = -oindex_1.thief; in thiefd_()
329 i__2 = -oindex_1.thief; in thiefd_()
[all …]
H A DVILLNS.C333 newsta_(oindex_1.thief, 0, 0, 0, 0);
335 if (qhere_(oindex_1.thief, play_1.here)) {
344 if (qhere_(oindex_1.thief, play_1.here)) {
363 if (objcts_1.oadv[i - 1] == -oindex_1.thief) {
416 objcts_1.odesc1[oindex_1.thief - 1] = 504;
427 if (qhere_(oindex_1.thief, play_1.here)) {
433 objcts_1.odesc1[oindex_1.thief - 1] = 503;
479 newsta_(oindex_1.thief, j, 0, 0, 0);
492 objcts_1.ocapac[oindex_1.thief - 1] = -objcts_1.ocapac[oindex_1.thief - 1]
496 objcts_1.odesc1[oindex_1.thief - 1] = 503;
[all …]
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dstealing.py134 thief = d["thief"]
216 thief,
217 thief.occupancy,
231 "thief": thief,
267 thief = d["thief"]
286 old_thief = thief.occupancy
290 thief.occupancy = new_thief
314 ts.processing_on = thief
322 thief.occupancy += d["thief_duration"]
492 def _can_steal(thief, ts, victim): argument
[all …]
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dip-lease.c114 thief->ipv4 = talloc_move(thief, &proc->ipv4); in steal_ip_leases()
115 thief->ipv6 = talloc_move(thief, &proc->ipv6); in steal_ip_leases()
119 if (thief->ipv4) { in steal_ip_leases()
125 memcpy(&proc->ipv4->rip, &thief->ipv4->rip, thief->ipv4->rip_len); in steal_ip_leases()
126 memcpy(&proc->ipv4->lip, &thief->ipv4->lip, thief->ipv4->lip_len); in steal_ip_leases()
127 memcpy(&proc->ipv4->sig, &thief->ipv4->sig, thief->ipv4->sig_len); in steal_ip_leases()
131 if (thief->ipv6) { in steal_ip_leases()
135 proc->ipv6->prefix = thief->ipv6->prefix; in steal_ip_leases()
138 memcpy(&proc->ipv6->rip, &thief->ipv6->rip, thief->ipv6->rip_len); in steal_ip_leases()
139 memcpy(&proc->ipv6->lip, &thief->ipv6->lip, thief->ipv6->lip_len); in steal_ip_leases()
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/container/test/
H A Doptional_test.cpp412 FATAL_EXPECT_TRUE(!thief); \
413 FATAL_EXPECT_FALSE(thief); \
882 optional<Type> thief; \
883 FATAL_EXPECT_TRUE(!thief); \
884 FATAL_EXPECT_FALSE(thief); \
886 thief = std::move(o); \
887 FATAL_EXPECT_TRUE(!thief); \
902 thief = std::move(o); \
959 optional<Type> thief; \
963 thief = std::move(o); \
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dthief.c48 VIDEO_START( thief );
49 VIDEO_UPDATE( thief );
265 INPUT_PORTS_START( thief )
484 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
485 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
510 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
511 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
536 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
537 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
563 ROM_START( thief ) in MDRV_CPU_MEMORY()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dthief.c48 VIDEO_START( thief );
49 VIDEO_UPDATE( thief );
278 INPUT_PORTS_START( thief )
497 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
498 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
523 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
524 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
549 MDRV_VIDEO_START(thief) in MDRV_CPU_MEMORY()
550 MDRV_VIDEO_UPDATE(thief) in MDRV_CPU_MEMORY()
576 ROM_START( thief ) in MDRV_CPU_MEMORY()
[all …]
/dports/math/oink/oink-c1259fe/src/
H A Dlace.h241 #define TASK_IS_STOLEN(t) ((size_t)t->thief > 1)
246 #define TASK_IS_COMPLETED(t) ((size_t)t->thief == 2)
392 struct _Worker * volatile thief;
577 t->thief = self->_public; in lace_steal()
581 t->thief = THIEF_COMPLETED; in lace_steal()
635 Worker *thief = t->thief; in lace_leapfrog() local
636 if (thief != THIEF_COMPLETED) { in lace_leapfrog()
637 while ((size_t)thief <= 1) thief = t->thief; in lace_leapfrog()
644 while (thief != THIEF_COMPLETED) { in lace_leapfrog()
656 thief = t->thief; in lace_leapfrog()
[all …]
H A Dlace.c149 if (dq[0].thief == 0) return dq; in lace_get_head()
150 if (dq[1].thief == 0) return dq+1; in lace_get_head()
151 if (dq[2].thief == 0) return dq+2; in lace_get_head()
152 if (dq[3].thief == 0) return dq+3; in lace_get_head()
161 } else if (dq[low*2].thief == 0) { in lace_get_head()
172 if (dq[mid].thief == 0) high = mid; in lace_get_head()
500 et.task->thief = 0; in lace_run_task()
518 stolen_task->task->thief = self->_public; in lace_steal_external()
1047 t2->thief = THIEF_TASK; in VOID_TASK_1()
1084 s->thief = THIEF_TASK; in VOID_TASK_1()
[all …]
/dports/games/freedink-data/freedink-data-1.08.20170409/dink/Story/
H A DS2-RYANT.c21 (&thief == 0) "Ask what he does" in talk()
22 (&thief == 1) "Offer to help him out" in talk()
60 &thief = 1; in talk()
86 &thief = 2; in talk()
H A DS2-TDS.c3 if (&thief == 2) in main()
11 if (&thief == 3) in main()
67 &thief = 4; in main()
H A DS2-TDOOR.c3 if(&thief == 2) in main()
/dports/devel/libtickit/libtickit-0.4.2a/t/
H A D45window-input.c276 TickitWindow *thief = tickit_window_new(root, (TickitRect){2, 5, 3, 3}, in main() local
280 tickit_window_bind_event(thief, TICKIT_WINDOW_ON_KEY, 0, &on_key_event_capture, &thief_last); in main()
281 … tickit_window_bind_event(thief, TICKIT_WINDOW_ON_MOUSE, 0, &on_mouse_event_capture, &thief_last); in main()
283 ok(tickit_window_is_steal_input(thief), "tickit_window_is_steal_input() returns true"); in main()
299 tickit_window_setctl_int(thief, TICKIT_WINCTL_STEAL_INPUT, false); in main()
300 ok(!tickit_window_is_steal_input(thief), "tickit_window_is_steal_input() returns false"); in main()
306 tickit_window_unref(thief); in main()
/dports/games/vultures-eye/vulture-2.3.67/slashem/dat/
H A Dmines.des124 MONSTER: 'h', "dwarf thief", random
125 MONSTER: 'h', "dwarf thief", random
130 MONSTER: 'G', "gnome thief", random
131 MONSTER: 'G', "gnome thief", random
225 MONSTER: 'h', "dwarf thief", random
226 MONSTER: 'h', "dwarf thief", random
231 MONSTER: 'G', "gnome thief", random
232 MONSTER: 'G', "gnome thief", random
320 MONSTER: 'h', "dwarf thief", random
321 MONSTER: 'h', "dwarf thief", random
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/npcs/
H A Dcamille.uc31 …item.say("@Avatar! My son Tobias has been wrongly accused! He is no thief! And I cannot believe a …
32 …do not have enough time to devote to him. But I know in mine heart that my son is not a thief.@*");
44 add("thief");
139 say("@Recently, our town has been plagued by a thief.@");
140 add("thief");
142 case "thief" (remove):
149 say("@I do not care what Feridwyn says! My son is no thief!@");
155 …ed that Garritt was really the thief and that her son Tobias has been cleared. @I want to thank th…
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dthief.cpp228 static INPUT_PORTS_START( thief )
396 void thief_state::thief(machine_config &config) in thief() function in thief_state
435 thief(config); in sharkatt()
445 thief(config); in natodef()
469 ROM_START( thief ) in CRC()
556 GAME( 1981, thief, 0, thief, thief, thief_state, init_thief, ROT0, "Pacific Novelty"…
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dthief.cpp228 static INPUT_PORTS_START( thief )
396 void thief_state::thief(machine_config &config) in thief() function in thief_state
435 thief(config); in sharkatt()
445 thief(config); in natodef()
469 ROM_START( thief ) in CRC()
556 GAME( 1981, thief, 0, thief, thief, thief_state, init_thief, ROT0, "Pacific Novelty"…
/dports/games/xkoules/koules1.4/
H A Dgameplan.c168 object[i].thief = 0; in init_objects1()
200 object[i].thief = 0; in init_objects1()
236 object[i].thief = 0; in init_objects1()
265 object[nrockets].thief = 0; in init_objects1()
277 object[i].thief = 0; in init_objects1()
296 object[i].thief = 0; in init_objects1()
H A Dkoules.c543 if (!object[i].thief) in draw_objects()
1295 object[i].thief = 0; in creator_rocket()
1466 if (object[y].thief == 1 && object[i].thief == 1) in colisions()
1472 object[i].thief = 0; in colisions()
1473 object[y].thief = 0; in colisions()
1475 if (object[y].type == BBALL && object[i].thief == 1) in colisions()
1478 object[i].thief = 0; in colisions()
1485 object[i].thief = 0; in colisions()
1489 if (object[i].type == ROCKET && object[y].thief == 1) in colisions()
1493 object[y].thief = 0; in colisions()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Dpickpocket.cpp16 Pickpocket::Pickpocket(const MWWorld::Ptr &thief, const MWWorld::Ptr &victim) in Pickpocket() argument
17 : mThief(thief) in Pickpocket()
H A Dpickpocket.hpp12 Pickpocket (const MWWorld::Ptr& thief, const MWWorld::Ptr& victim);
/dports/cad/opentimer/OpenTimer-18d28ff/ot/taskflow/core/
H A Dexecutor.hpp291 inline unsigned Executor::_find_victim(unsigned thief) { in _find_victim() argument
314 if((thief == vtm && !_queue.empty()) || in _find_victim()
315 (thief != vtm && !_workers[vtm].queue.empty())) { in _find_victim()
324 inline void Executor::_explore_task(Worker& thief, std::optional<Node*>& t) { in _explore_task() argument
341 unsigned vtm = std::uniform_int_distribution<unsigned>{l, r}(thief.rdgen); in _explore_task()
343 t = (vtm == thief.id) ? _queue.steal() : _workers[vtm].queue.steal(); in _explore_task()
/dports/games/bzflag/bzflag-2.4.22/data/
H A DMakefile.am115 thief.png \
116 thief.wav \
/dports/games/bzflag-server/bzflag-2.4.22/data/
H A DMakefile.am115 thief.png \
116 thief.wav \

12345678910>>...30