Home
last modified time | relevance | path

Searched refs:freeslots (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsNodeQueue.h62 std::priority_queue<int, std::vector<int>, std::greater<int>> freeslots; variable
88 decltype(freeslots)().swap(freeslots); in clear() local
91 bool empty() const { return nodes.size() == freeslots.size(); } in empty()
93 size_t numNodes() const { return nodes.size() - freeslots.size(); } in numNodes()
H A DHighsNodeQueue.cpp114 freeslots.push(delroot); in performBounding()
126 if (freeslots.empty()) { in emplaceNode()
130 pos = freeslots.top(); in emplaceNode()
131 freeslots.pop(); in emplaceNode()
156 freeslots.push(bestestimnode); in popBestNode()
170 freeslots.push(bestboundnode); in popBestBoundNode()
/dports/devel/libowfat/libowfat-0.32/io/
H A Diom_wait.c33 int freeslots = (c->h - c->l); in iom_wait() local
34 if (!freeslots) freeslots=SLOTS; in iom_wait()
39 r=epoll_wait(c->ctx, ee, freeslots, timeout); in iom_wait()
68 int r=kevent(c->ctx, 0, 0, kev, freeslots, &ts); in iom_wait()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c390 u_char freeslots[256]; in dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
475 if (freeslots[i]) in dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
758 sizeof(freeslots)) in dsp_cmx_hardware()
769 if (freeslots[i]) in dsp_cmx_hardware()
842 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
861 if (freeslots[i1]) in dsp_cmx_hardware()
877 if (freeslots[i2]) in dsp_cmx_hardware()
965 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c390 u_char freeslots[256]; in dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
475 if (freeslots[i]) in dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
758 sizeof(freeslots)) in dsp_cmx_hardware()
769 if (freeslots[i]) in dsp_cmx_hardware()
842 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
861 if (freeslots[i1]) in dsp_cmx_hardware()
877 if (freeslots[i2]) in dsp_cmx_hardware()
965 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c390 u_char freeslots[256]; in dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
475 if (freeslots[i]) in dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
758 sizeof(freeslots)) in dsp_cmx_hardware()
769 if (freeslots[i]) in dsp_cmx_hardware()
842 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
861 if (freeslots[i1]) in dsp_cmx_hardware()
877 if (freeslots[i2]) in dsp_cmx_hardware()
965 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXThreadPool.cpp90 FXThreadPool::FXThreadPool(FXuint sz):queue(sz),freeslots(sz),usedslots(0),stacksize(0),expiration(… in FXThreadPool()
101 while(osz<sz){ ++osz; freeslots.post(); } in setSize()
102 while(osz>sz){ --osz; freeslots.wait(); } in setSize()
204 freeslots.post(); in runWhile()
245 if(freeslots.wait(blocking)){ in execute()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXThreadPool.cpp90 FXThreadPool::FXThreadPool(FXuint sz):queue(sz),freeslots(sz),usedslots(0),stacksize(0),expiration(… in FXThreadPool()
101 while(osz<sz){ ++osz; freeslots.post(); } in setSize()
102 while(osz>sz){ --osz; freeslots.wait(); } in setSize()
204 freeslots.post(); in runWhile()
245 if(freeslots.wait(blocking)){ in execute()
/dports/games/xpat2/xpat2-1.07/src/
H A Dr_Seahaven.c34 int freetmps, freeslots = 0, cardsmoved; in Seahaven_valid() local
39 freeslots = count_free_slots(dstpile); in Seahaven_valid()
44 if (cardsmoved > (freetmps + 1) * (1 << freeslots)) in Seahaven_valid()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Ddialog_multiplayer_join_serverinfo.qc13 float m, pure_violations, freeslots, numh, maxp, numb, sflags;
96 freeslots = -1;
111 freeslots = stof(v);
149 if(freeslots < 0) { freeslots = maxp - numh - numb; }
150 s = ftos(freeslots);
H A Dserverlist.qc124 int j, m, impure = 0, freeslots = 0, sflags = 0;
136 case "S": { freeslots = stof(v); break; }
165 (freeslots >= autocvar_menu_slist_recommendations_minfreeslots)
815 int freeslots = -1, sflags = -1, j, m;
876 freeslots = -1;
890 freeslots = stof(v);
923 else if(freeslots == 0)
/dports/net/scamper/scamper-cvs-20211026/scamper/
H A Dscamper_firewall.c61 static heap_t *freeslots = NULL; variable
167 if((freeslots = heap_alloc((heap_cmp_t)firewall_entry_slot_cmp)) == NULL) in firewall_freeslots_alloc()
181 if(heap_insert(freeslots, entry) == NULL) in firewall_freeslots_alloc()
1110 if((entry = heap_remove(freeslots)) == NULL) in scamper_firewall_entry_get()
1174 if(heap_insert(freeslots, entry) == NULL) in firewall_rule_delete()
1227 if(freeslots != NULL) in scamper_firewall_cleanup()
1229 while((entry = heap_remove(freeslots)) != NULL) in scamper_firewall_cleanup()
1231 heap_free(freeslots, NULL); in scamper_firewall_cleanup()
1232 freeslots = NULL; in scamper_firewall_cleanup()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dcodec-cfg.c89 int i, j, freeslots; in add_to_fourcc() local
95 freeslots = CODECS_MAX_FOURCC - i; in add_to_fourcc()
96 if (!freeslots) in add_to_fourcc()
108 } while ((*(s++) == ',') && --freeslots); in add_to_fourcc()
110 if (!freeslots) in add_to_fourcc()
285 int i, j, freeslots; in add_to_inout() local
290 freeslots = CODECS_MAX_OUTFMT - i; in add_to_inout()
291 if (!freeslots) in add_to_inout()
321 } while ((*(sfmt++) == ',') && --freeslots); in add_to_inout()
323 if (!freeslots) in add_to_inout()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dcodec-cfg.c89 int i, j, freeslots; in add_to_fourcc() local
95 freeslots = CODECS_MAX_FOURCC - i; in add_to_fourcc()
96 if (!freeslots) in add_to_fourcc()
108 } while ((*(s++) == ',') && --freeslots); in add_to_fourcc()
110 if (!freeslots) in add_to_fourcc()
285 int i, j, freeslots; in add_to_inout() local
290 freeslots = CODECS_MAX_OUTFMT - i; in add_to_inout()
291 if (!freeslots) in add_to_inout()
321 } while ((*(sfmt++) == ',') && --freeslots); in add_to_inout()
323 if (!freeslots) in add_to_inout()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Drkmppdec.c502 RK_S32 usedslots, freeslots; in rkmpp_receive_frame() local
512 freeslots = INPUT_MAX_PACKETS - usedslots; in rkmpp_receive_frame()
513 if (freeslots > 0) { in rkmpp_receive_frame()
529 if (freeslots > 1) in rkmpp_receive_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Drkmppdec.c502 RK_S32 usedslots, freeslots; in rkmpp_receive_frame() local
512 freeslots = INPUT_MAX_PACKETS - usedslots; in rkmpp_receive_frame()
513 if (freeslots > 0) { in rkmpp_receive_frame()
529 if (freeslots > 1) in rkmpp_receive_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drkmppdec.c502 RK_S32 usedslots, freeslots; in rkmpp_receive_frame() local
512 freeslots = INPUT_MAX_PACKETS - usedslots; in rkmpp_receive_frame()
513 if (freeslots > 0) { in rkmpp_receive_frame()
529 if (freeslots > 1) in rkmpp_receive_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drkmppdec.c502 RK_S32 usedslots, freeslots; in rkmpp_receive_frame() local
512 freeslots = INPUT_MAX_PACKETS - usedslots; in rkmpp_receive_frame()
513 if (freeslots > 0) { in rkmpp_receive_frame()
529 if (freeslots > 1) in rkmpp_receive_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drkmppdec.c502 RK_S32 usedslots, freeslots; in rkmpp_receive_frame() local
512 freeslots = INPUT_MAX_PACKETS - usedslots; in rkmpp_receive_frame()
513 if (freeslots > 0) { in rkmpp_receive_frame()
529 if (freeslots > 1) in rkmpp_receive_frame()
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHAggregator.h56 std::priority_queue<int, std::vector<int>, std::greater<int>> freeslots; variable
206 int numNonzeros() const { return int(Avalue.size() - freeslots.size()); } in numNonzeros()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/examples/C/src/
H A Ddata.c90 if (retVal != CKR_OK) { goto freeslots; } in beidsdk_GetData()
159 freeslots: in beidsdk_GetData()
H A Dcert_carddata.c74 if (retVal != CKR_OK) { goto freeslots; } in beidsdk_Main()
107 freeslots: in beidsdk_Main()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXThreadPool.h73 FXSemaphore freeslots; // Free slots in queue variable
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXThreadPool.h73 FXSemaphore freeslots; // Free slots in queue variable
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Ddl.c430 int freeslots = var_get_int(0, VAR_download_slots); in dl_queue_start_do() local
443 freeslots--; in dl_queue_start_do()
456 while(freeslots > 0 && target) { in dl_queue_start_do()
457 if(dl_queue_start_user(target) && !--freeslots) in dl_queue_start_do()

12