Home
last modified time | relevance | path

Searched refs:slots (Results 76 – 100 of 22432) sorted by relevance

12345678910>>...898

/dports/databases/postgresql14-client/postgresql-14.1/src/fe_utils/
H A Dparallel_slot.c143 if (sa->slots[i].inUse) in find_matching_idle_slot()
146 if (sa->slots[i].connection == NULL) in find_matching_idle_slot()
167 if (sa->slots[i].inUse) in find_unconnected_slot()
186 if (!sa->slots[i].inUse) in find_any_idle_slot()
274 sa->slots[i].inUse = false; in wait_on_slots()
356 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
357 return &sa->slots[offset]; in ParallelSlotsGetIdle()
365 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
366 return &sa->slots[offset]; in ParallelSlotsGetIdle()
376 sa->slots[offset].inUse = true; in ParallelSlotsGetIdle()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DJitterBuffer.cpp91 if(slots[i].buffer){ in Reset()
93 slots[i].buffer=NULL; in Reset()
121 if(slots[i].buffer){ in HandleOutput()
171 if(slots[i].buffer!=NULL && slots[i].timestamp==timestampToGet){ in GetInternal()
183 memcpy(pkt->buffer, slots[i].buffer, slots[i].size); in GetInternal()
188 slots[i].buffer=NULL; in GetInternal()
231 if(slots[i].buffer && slots[i].timestamp==pkt->timestamp){ in PutInternal()
254 slots[i].buffer=NULL; in PutInternal()
298 if(slots[i].buffer!=NULL && slots[i].timestamp<bestTimestamp){ in PutInternal()
309 slots[i].size=pkt->size; in PutInternal()
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/Revision/
H A DRevisionStoreRecordTest.php55 $slots,
65 $slots,
76 $slots,
88 $slots
99 $slots
110 $slots
122 $slots
131 $slots
244 $slots,
256 $slots
[all …]
H A DRevisionArchiveRecordTest.php54 $slots,
64 $slots,
75 $slots,
87 $slots
98 $slots
110 $slots
119 $slots
222 $slots,
237 $slots,
249 $slots
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/vec-arena-0.5.0/src/
H A Dlib.rs105 slots: Vec<Slot<T>>, field
129 slots: Vec::new(), in new()
181 self.slots.capacity() in capacity()
272 match self.slots[index] { in insert()
338 self.slots.clear(); in clear()
361 match self.slots.get(index) { in get()
498 slots: self.slots.iter().enumerate(), in iter()
526 slots: self.slots.iter_mut().enumerate(), in iter_mut()
549 self.slots.shrink_to_fit(); in shrink_to_fit()
584 slots: self.slots.clone(), in clone()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrArrayPrimitives.cpp902 slots = array->slots; in prArrayAdd()
1159 slots = array->slots; in prArrayFill()
1616 slots = obj1->slots; in prArrayRotate()
1663 slots = obj1->slots; in prArrayMirror()
1686 slots = obj1->slots; in prArrayMirror1()
1709 slots = obj1->slots; in prArrayMirror2()
1924 slots = obj1->slots; in prArrayPyramid()
2077 slots = obj1->slots; in prArraySlide()
2103 slots = obj1->slots; in prArrayLace()
2240 slots = obj->slots; in prArrayWIndex()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/vec-arena-1.0.0/src/
H A Dlib.rs105 slots: Vec<Slot<T>>, field
129 slots: Vec::new(), in new()
181 self.slots.capacity() in capacity()
272 match self.slots[index] { in insert()
372 self.slots.clear(); in clear()
395 match self.slots.get(index) { in get()
532 slots: self.slots.iter().enumerate(), in iter()
560 slots: self.slots.iter_mut().enumerate(), in iter_mut()
583 self.slots.shrink_to_fit(); in shrink_to_fit()
618 slots: self.slots.clone(), in clone()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/vec-arena-1.0.0/src/
H A Dlib.rs105 slots: Vec<Slot<T>>, field
129 slots: Vec::new(), in new()
181 self.slots.capacity() in capacity()
272 match self.slots[index] { in insert()
372 self.slots.clear(); in clear()
395 match self.slots.get(index) { in get()
532 slots: self.slots.iter().enumerate(), in iter()
560 slots: self.slots.iter_mut().enumerate(), in iter_mut()
583 self.slots.shrink_to_fit(); in shrink_to_fit()
618 slots: self.slots.clone(), in clone()
[all …]
/dports/games/naev/naev-0.7.0/src/
H A Dpilot_weapon.c84 if (ws->slots == NULL) in pilot_weapSetFire()
168 if (ws->slots == NULL) in pilot_weapSetPress()
285 if (ws->slots != NULL) in pilot_weapSetUpdateOutfits()
287 ws->slots[i].slot->level = ws->slots[i].level; in pilot_weapSetUpdateOutfits()
370 if ((ws->slots == NULL) || (array_size(ws->slots)==0)) in pilot_weapSetName()
405 array_erase( &ws->slots, &ws->slots[l-n], &ws->slots[l] ); in pilot_weapSetRmSlot()
500 array_erase( &ws->slots, &ws->slots[i], &ws->slots[i+1] ); in pilot_weapSetRm()
694 ws->slots = NULL; in pilot_weapSetCleanup()
732 return ws->slots; in pilot_weapSetList()
1205 array_erase( &ws->slots, &ws->slots[0], &ws->slots[ array_size(ws->slots) ] ); in pilot_weaponClear()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/Revision/
H A DRevisionStoreRecordTest.php87 $slots,
100 $slots
111 $slots
122 $slots
134 $slots
143 $slots
162 RevisionSlots $slots, argument
244 $slots,
256 $slots
267 $slots
[all …]
/dports/mail/tpop3d/tpop3d-1.5.5/
H A Dauthcache.c87 } *slots; member
113 if (authcache.slots) { in resize_cache()
125 xfree(authcache.slots); in resize_cache()
128 authcache.slots = newslots; in resize_cache()
154 if (authcache.slots) { in authcache_close()
158 xfree(authcache.slots); in authcache_close()
159 authcache.slots = NULL; in authcache_close()
185 authcache.slots[u0].A = NULL; in remove_cache_entry()
188 authcache.slots[uprev] = authcache.slots[u]; in remove_cache_entry()
204 if (!authcache.slots[u].A) in authcache_new_user_pass()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/Revision/
H A DRevisionStoreRecordTest.php55 $slots,
65 $slots,
76 $slots,
88 $slots
99 $slots
110 $slots
122 $slots
131 $slots
151 RevisionSlots $slots, argument
247 $slots
[all …]
H A DRevisionArchiveRecordTest.php54 $slots,
64 $slots,
75 $slots,
87 $slots
98 $slots
110 $slots
119 $slots
139 RevisionSlots $slots, argument
224 $slots,
237 $slots
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxYM2413.cpp412 Slot& op = ch.slots[i & 1]; in advance()
531 Slot& op = ch.slots[i & 1]; in advance()
613 int out = slots[SLOT1].op1_out[0] + slots[SLOT1].op1_out[1]; in chan_calc()
615 slots[SLOT1].op1_out[0] = slots[SLOT1].op1_out[1]; in chan_calc()
617 slots[SLOT1].op1_out[1] = 0; in chan_calc()
620 if (!slots[SLOT1].fb_shift) { in chan_calc()
623slots[SLOT1].op1_out[1] = op_calc1(slots[SLOT1].phase, env, (out << slots[SLOT1].fb_shift), slots[… in chan_calc()
629 return op_calc(slots[SLOT2].phase, env, phase_modulation, slots[SLOT2].wavetable); in chan_calc()
1260 ch.slots[SLOT1].TLL = ch.slots[SLOT1].TL + (ch.ksl_base >> ch.slots[SLOT1].ksl); in writeReg()
1261 ch.slots[SLOT2].TLL = ch.slots[SLOT2].TL + (ch.ksl_base >> ch.slots[SLOT2].ksl); in writeReg()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dnuked.cpp841 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
842 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
845 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
866 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
867 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
877 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
886 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
887 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
910 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
911 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/opl/
H A Dnuked.cpp845 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
846 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
849 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
872 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
873 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
883 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
892 channel->slots[0]->mod = &channel->pair->slots[1]->out; in OPL3_ChannelSetupAlg()
893 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
918 channel->slots[0]->mod = &channel->slots[0]->fbmod; in OPL3_ChannelSetupAlg()
919 channel->slots[1]->mod = &channel->slots[0]->out; in OPL3_ChannelSetupAlg()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-dtv/lib/dvbs2/
H A Ddvbs2_physical_cc_impl.cc159 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
182 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
199 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
275 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
327 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
346 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
418 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
446 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
474 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
497 if (!(slots % 16)) { in dvbs2_physical_cc_impl()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/cfg/
H A Dapply.jl41 (define changed-slots '())
62 (setq changed-slots (cons slot changed-slots)))
65 (setq changed-slots-ever (cons slot changed-slots-ever))))
75 slots))
76 (refresh-groups-for-slots slots))
88 slots ", "))
92 (when slots
102 (revert-slots slots)
115 (setq changed-slots '()))
120 (define (revert-slots slots)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/
H A DHashLookup.cs23 private Slot[] slots; field in System.Linq.Parallel.HashLookup
38 slots = new Slot[7]; in HashLookup()
85 if (slots[i].hashCode == hashCode && AreKeysEqual(slots[i].key, key)) in Find()
89 slots[i].value = value; in Find()
94 value = slots[i].value; in Find()
106 freeList = slots[index].next; in Find()
116 slots[index].hashCode = hashCode; in Find()
117 slots[index].key = key; in Find()
118 slots[index].value = value; in Find()
139 slots = newSlots; in Resize()
[all …]
/dports/games/aisleriot/aisleriot-3.22.19/games/
H A Dspider.scm94 (or (eq? slots '())
135 (and (not (eq? slots '()))
215 (or (eq? slots '())
262 (if (eq? slots '())
266 (check-a-slot (car slots) (car (depth-card (get-cards (car slots)))) tableau #t)
270 (if (eq? slots '())
278 (check-a-slot (car slots) (car (depth-card (get-cards (car slots)))) tableau #f)
281 (define (open-slots? slots)
282 (if (eq? slots '())
294 (if (null? slots)
[all …]
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dmenu_config.cpp80 slots.clear(); in fillDefaults()
84 slots.resize(2); in fillDefaults()
85 slots[0].type = "player-1"; in fillDefaults()
90 slots.resize(1); in fillDefaults()
91 slots[0].type = "player"; in fillDefaults()
96 config = slots; in fillDefaults()
102 slots.resize(idx + 1); in update()
104 slots[idx] = slot; in update()
144 s.add((int)slots.size()); in serialize()
146 slots[k].serialize(s); in serialize()
[all …]
/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow.h134 private slots:
152 private slots:
248 private slots:
258 private slots:
282 public slots:
419 public slots:
423 public slots:
429 public slots:
473 public slots:
483 public slots:
[all …]
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-parse-qxl.cpp193 int memslot_id = memslot_get_id(slots, addr); in red_get_data_chunks()
254 size = red_get_data_chunks_ptr(slots, group_id, in red_get_path()
332 size = red_get_data_chunks_ptr(slots, group_id, in red_get_clip_rects()
760 static bool get_transform(RedMemSlotInfo *slots, in get_transform() argument
1044 red_get_alpha_blend_ptr(slots, group_id, in red_get_native_drawable()
1048 red_get_blackness_ptr(slots, group_id, in red_get_native_drawable()
1081 red_get_transparent_ptr(slots, group_id, in red_get_native_drawable()
1085 red_get_whiteness_ptr(slots, group_id, in red_get_native_drawable()
1127 red_get_blackness_ptr(slots, group_id, in red_get_compat_drawable()
1164 red_get_transparent_ptr(slots, group_id, in red_get_compat_drawable()
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/memquota/
H A DrollingWindow.go22 slots []int64 member
58 w.slots[w.currentSlot] += amount
71 for range w.slots {
72 avail := w.slots[index]
75 w.slots[index] -= amount
80 w.slots[index] = 0
86 index = len(w.slots) - 1
97 if behind > len(w.slots) {
98 behind = len(w.slots)
104 w.avail += w.slots[index]
[all …]
/dports/lang/mosh/mosh-0.2.7/lib/yuni/util/tables/
H A Dscheme.sls4 table-slots
19 (metadata slots entry*))
31 (define (slots+entries l)
37 (slots+entries b)))
39 (define (search-slots l)
40 (receive (slots entries) (slots+entries l)
41 slots))
43 (receive (slots entries) (slots+entries l)
47 (slots (search-slots l))
58 (let-with tbl (slots) slots))
[all …]

12345678910>>...898