Home
last modified time | relevance | path

Searched refs:oslot (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/omega/omega/
H A Dinv.c1305 if (oslot == NULL)
1310 num = get_item_number(oslot);
1312 temp = split_item(num,oslot);
1313 waitflag = (oslot->used && (oslot->number == num));
1364 slotnull = (oslot == NULL);
1379 merge = objequal(oslot,oair);
1412 otemp = split_item(num,oslot);
1413 dispose_lost_objects(num,oslot);
1427 num = oslot->number;
1428 conform_lost_objects(oslot->number,oslot);
[all …]
/dports/games/simutrans/simutrans-121.0/simutrans/ai/sqai/
H A Dfactorysearcher.nut262 local oslot = s.output[good]
266 if (8*oslot.get_storage()[0] > oslot.max_storage || !plan_missing_link(s, indent + " ")) {
405 local oslot = fab.output[prod]
406 local fac = oslot.get_production_factor()
407 local est_p = estimate_actual_production(oslot, exists)
409 local increase = oslot.get_base_production() - est_p
459 static function estimate_actual_production(oslot, exists)
461 local pro = oslot.get_produced()
464 …+ (pro[0]) + " pro[1:end] = " + (pro.reduce(sum) - pro[0]) + " base = " + oslot.get_base_consumpti…
476 return oslot.get_base_consumption()
/dports/shells/ksh93/ast-93u/src/cmd/mailx/port/
H A Ddthash.c87 reg Dtlink_t *t, *next, **chain, **slot, **oslot, **eslot; local
106 eslot = (oslot = dt->data->htab) + dt->data->ntab;
107 for(; oslot < eslot; ++oslot)
108 { for(t = *oslot; t; )
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/port/
H A Ddthash.c87 reg Dtlink_t *t, *next, **chain, **slot, **oslot, **eslot; local
106 eslot = (oslot = dt->data->htab) + dt->data->ntab;
107 for(; oslot < eslot; ++oslot)
108 { for(t = *oslot; t; )
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/port/
H A Ddthash.c87 reg Dtlink_t *t, *next, **chain, **slot, **oslot, **eslot; local
106 eslot = (oslot = dt->data->htab) + dt->data->ntab;
107 for(; oslot < eslot; ++oslot)
108 { for(t = *oslot; t; )
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dattach_stream_stage.hpp36 auto oslot = mgr->add_outbound_path(std::move(xs)); in attach_stream_stage() local
37 return {islot, oslot, std::move(mgr)}; in attach_stream_stage()
/dports/games/dungeon/dungeon-3.2_1/
H A DNP1.C391 if (orphs_1.oslot != 0) {
403 pv_1.o1 = orphs_1.oslot;
H A DNP3.C123 pv_1.o1 = orphs_1.oflag & orphs_1.oslot; in synmch_()
159 pv_1.o1 = orphs_1.oflag & orphs_1.oslot; in synmch_()
H A DNP.C146 orphs_1.oslot = o3;
H A DVARS.H28 integer oflag, oact, oslot, oprep, oname; member
H A DDINIT.C180 orphs_1.oslot = 0; in init_()
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dps.c1440 static int merge_deltas(long long *oslot, long long *nslot, int milis) in merge_deltas() argument
1447 oslot[deltas[i]] = nslot[deltas[i]] - oslot[deltas[i]]; in merge_deltas()
1448 oslot[SLOT_upticks] = (milis*TT.ticks)/1000; in merge_deltas()
1472 int (*filter)(long long *oslot, long long *nslot, int milis)) in top_common() argument
1795 static int iotop_filter(long long *oslot, long long *nslot, int milis) in iotop_filter() argument
1798 if (!FLAG(a)) merge_deltas(oslot, nslot, milis); in iotop_filter()
1799 else oslot[SLOT_upticks] = ((millitime()-TT.time)*TT.ticks)/1000; in iotop_filter()
1801 return !FLAG(O)||oslot[SLOT_iobytes+!FLAG(A)]; in iotop_filter()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/timeouts/
H A Dtimeout.c427 int oslot, nslot; in timeouts_update() local
434 oslot = WHEEL_MASK & (T->curtime >> (wheel * WHEEL_BIT)); in timeouts_update()
435 pending = rotl(((WHEEL_C(1) << _elapsed) - 1), oslot); in timeouts_update()
/dports/security/tor/tor-0.4.6.8/src/ext/timeouts/
H A Dtimeout.c427 int oslot, nslot; in timeouts_update() local
434 oslot = WHEEL_MASK & (T->curtime >> (wheel * WHEEL_BIT)); in timeouts_update()
435 pending = rotl(((WHEEL_C(1) << _elapsed) - 1), oslot); in timeouts_update()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dintr.c1610 int oslot, nslot; in intr_redistribute() local
1616 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) { in intr_redistribute()
1617 if ((isp = oci->ci_isources[oslot]) == NULL) { in intr_redistribute()
1624 if (oslot == MAX_INTR_SOURCES) { in intr_redistribute()
1689 (void *)(uintptr_t)oslot, NULL, oci); in intr_redistribute()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dpercpu.c538 static void pcpu_chunk_relocate(struct pcpu_chunk *chunk, int oslot) in pcpu_chunk_relocate() argument
542 if (oslot != nslot) in pcpu_chunk_relocate()
543 __pcpu_chunk_move(chunk, nslot, oslot < nslot); in pcpu_chunk_relocate()
1174 int bit_off, end, oslot; in pcpu_alloc_area() local
1178 oslot = pcpu_chunk_slot(chunk); in pcpu_alloc_area()
1212 pcpu_chunk_relocate(chunk, oslot); in pcpu_alloc_area()
1231 int bit_off, bits, end, oslot, freed; in pcpu_free_area() local
1236 oslot = pcpu_chunk_slot(chunk); in pcpu_free_area()
1256 pcpu_chunk_relocate(chunk, oslot); in pcpu_free_area()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dpercpu.c538 static void pcpu_chunk_relocate(struct pcpu_chunk *chunk, int oslot) in pcpu_chunk_relocate() argument
542 if (oslot != nslot) in pcpu_chunk_relocate()
543 __pcpu_chunk_move(chunk, nslot, oslot < nslot); in pcpu_chunk_relocate()
1174 int bit_off, end, oslot; in pcpu_alloc_area() local
1178 oslot = pcpu_chunk_slot(chunk); in pcpu_alloc_area()
1212 pcpu_chunk_relocate(chunk, oslot); in pcpu_alloc_area()
1231 int bit_off, bits, end, oslot, freed; in pcpu_free_area() local
1236 oslot = pcpu_chunk_slot(chunk); in pcpu_free_area()
1256 pcpu_chunk_relocate(chunk, oslot); in pcpu_free_area()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dpercpu.c538 static void pcpu_chunk_relocate(struct pcpu_chunk *chunk, int oslot) in pcpu_chunk_relocate() argument
542 if (oslot != nslot) in pcpu_chunk_relocate()
543 __pcpu_chunk_move(chunk, nslot, oslot < nslot); in pcpu_chunk_relocate()
1174 int bit_off, end, oslot; in pcpu_alloc_area() local
1178 oslot = pcpu_chunk_slot(chunk); in pcpu_alloc_area()
1212 pcpu_chunk_relocate(chunk, oslot); in pcpu_alloc_area()
1231 int bit_off, bits, end, oslot, freed; in pcpu_free_area() local
1236 oslot = pcpu_chunk_slot(chunk); in pcpu_free_area()
1256 pcpu_chunk_relocate(chunk, oslot); in pcpu_free_area()
/dports/databases/iowow/iowow-1.4.13/src/kv/
H A Diwkv.c1481 … _sblk_find_free_page_slot_v2(IWLCTX *lx, uint8_t *mm, SBLK *sblk, off_t *obaddr, uint8_t *oslot) { in _sblk_find_free_page_slot_v2() argument
1484 *oslot = 0; in _sblk_find_free_page_slot_v2()
1493 *oslot = i; in _sblk_find_free_page_slot_v2()
1502 *oslot = i; in _sblk_find_free_page_slot_v2()
1507 *oslot = 0; in _sblk_find_free_page_slot_v2()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dvar-tracking.c3626 variable **oslot; in canonicalize_values_mark() local
3627 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3629 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dvar-tracking.c3624 variable_def **oslot; in canonicalize_values_mark() local
3625 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3627 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dvar-tracking.c3626 variable **oslot; in canonicalize_values_mark() local
3627 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3629 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvar-tracking.c3686 variable **oslot; in canonicalize_values_mark() local
3687 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3689 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvar-tracking.c3685 variable **oslot; in canonicalize_values_mark() local
3686 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3688 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvar-tracking.c3677 variable **oslot; in canonicalize_values_mark() local
3678 oslot = shared_hash_find_slot_noinsert (set->vars, odv); in canonicalize_values_mark()
3680 set_slot_part (set, val, oslot, odv, 0, in canonicalize_values_mark()

12