Home
last modified time | relevance | path

Searched refs:shortage (Results 1 – 25 of 1027) sorted by relevance

12345678910>>...42

/dports/devel/p5-Lingua-JA-Fold/Lingua-JA-Fold-0.08/
H A DFold.pm176 my $shortage = $length - length_full($folded);
177 while ($shortage != 0) {
178 if ($shortage < 0) {
184 $chars += int($shortage + 0.5);
186 $shortage = $length - length_full($folded);
248 my $shortage = $length - length_full($folded);
249 while ($shortage != 0) {
250 if ($shortage < 0) {
256 $chars += int($shortage + 0.5);
258 $shortage = $length - length_full($folded);
/dports/editors/emacs/emacs-27.2/test/src/
H A Dcmds-tests.el36 (let ((shortage (forward-line (1- most-negative-fixnum))))
37 (should (= shortage most-negative-fixnum)))
38 (let ((shortage (forward-line (+ 2 most-positive-fixnum))))
39 (should (= shortage (1+ most-positive-fixnum))))))
/dports/editors/emacs-devel/emacs-4d1968b/test/src/
H A Dcmds-tests.el38 (let ((shortage (forward-line (1- most-negative-fixnum))))
39 (should (= shortage most-negative-fixnum)))
40 (let ((shortage (forward-line (+ 2 most-positive-fixnum))))
41 (should (= shortage (1+ most-positive-fixnum))))))
/dports/news/cnews/cnews-cr.g_18/maint/
H A Dnewswatch30 shortage=n
38 shortage=y
41 if test " $shortage" = " y"
82 spaceshort $shortage 2>&1 | report -u "spaceshort output"
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_pcscf/
H A Ddlist.c88 int shortage; in get_all_mem_ucontacts() local
92 shortage = 0; in get_all_mem_ucontacts()
139 shortage += needed; in get_all_mem_ucontacts()
151 if (shortage > 0 && len > shortage) { in get_all_mem_ucontacts()
155 shortage -= len; in get_all_mem_ucontacts()
157 return shortage > 0 ? shortage : 0; in get_all_mem_ucontacts()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Ddlist.c107 int shortage; in get_all_mem_ucontacts() local
111 shortage = 0; in get_all_mem_ucontacts()
160 shortage += needed; in get_all_mem_ucontacts()
181 shortage += needed; in get_all_mem_ucontacts()
197 if (shortage > 0 && len > shortage) { in get_all_mem_ucontacts()
201 shortage -= len; in get_all_mem_ucontacts()
203 return shortage > 0 ? shortage : 0; in get_all_mem_ucontacts()
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_euccn_parser.c44 goto shortage; in gbk_parser_next_char_intern()
54 goto shortage; in gbk_parser_next_char_intern()
71 goto shortage; in gbk_parser_next_char_intern()
98 goto shortage; in gbk_parser_next_char_intern()
113 goto shortage; in gbk_parser_next_char_intern()
142 shortage: in gbk_parser_next_char_intern()
H A Def_hz_parser.c53 goto shortage; in hz_parser_next_char()
118 goto shortage; in hz_parser_next_char()
132 shortage: in hz_parser_next_char()
H A Def_johab_parser.c31 goto shortage; in johab_parser_next_char()
82 goto shortage; in johab_parser_next_char()
96 shortage: in johab_parser_next_char()
/dports/net/kamailio/kamailio-5.4.5/src/modules/usrloc/
H A Ddlist.c298 int shortage, needed; in get_all_db_ucontacts() local
306 shortage = 0; in get_all_db_ucontacts()
418 shortage += needed ; in get_all_db_ucontacts()
496 if (shortage > 0 && len > shortage) { in get_all_db_ucontacts()
500 shortage -= len; in get_all_db_ucontacts()
502 return shortage > 0 ? shortage : 0; in get_all_db_ucontacts()
525 int shortage; in get_all_mem_ucontacts() local
529 shortage = 0; in get_all_mem_ucontacts()
623 if (shortage > 0 && len > shortage) { in get_all_mem_ucontacts()
627 shortage -= len; in get_all_mem_ucontacts()
[all …]
/dports/net/rinetd/rinetd-0.62/
H A Drinetd.c1131 goto shortage; in handleAccept()
1136 goto shortage; in handleAccept()
1141 goto shortage; in handleAccept()
1146 goto shortage; in handleAccept()
1151 goto shortage; in handleAccept()
1156 goto shortage; in handleAccept()
1161 goto shortage; in handleAccept()
1166 goto shortage; in handleAccept()
1171 goto shortage; in handleAccept()
1176 goto shortage; in handleAccept()
[all …]
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dsector.c109 int valid, shortage, curr, i, tr; in get_bytes() local
136 shortage = count - valid; in get_bytes()
138 if (!shortage) in get_bytes()
166 shortage = count - curr; in get_bytes()
168 if (!shortage) in get_bytes()
182 shortage -= valid; in get_bytes()
184 if (!shortage) in get_bytes()
188 if (shortage >= count) in get_bytes()
217 valid = src->read(src, data + curr, shortage); in get_bytes()
219 shortage -= valid; in get_bytes()
[all …]
/dports/graphics/py-urbansim/urbansim-3.2/urbansim/utils/
H A Dsampling.py157 shortage = total - sample_total
161 if shortage == 0:
168 if cnt <= shortage:
170 shortage -= cnt
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcmds.c138 ptrdiff_t shortage = count - (count <= 0) - counted; variable
139 if (shortage != 0)
140 shortage -= (count <= 0 ? -1
144 ? CALLN (Fplus, make_fixnum (shortage - count), n)
145 : make_fixnum (shortage));
/dports/cad/sumo/sumo-1.2.0/src/activitygen/city/
H A DAGCity.cpp266 bool shortage; in schoolAllocation() local
268 shortage = !it->allocateChildrenSchool(); in schoolAllocation()
269 if (shortage) { in schoolAllocation()
293 bool shortage; in workAllocation() local
303 shortage = !it->allocateAdultsWork(); in workAllocation()
304 if (shortage) { in workAllocation()
/dports/news/cnews/cnews-cr.g_18/input/
H A Drnews48 Incoming news will be discarded due to space shortage unless more room
56 echo incoming news discarded due to space shortage |
/dports/finance/weberp/webERP/
H A DReorderLevel.php105 $shortage = $myrow['reorderlevel'] - $myrow['quantity'] - $OnOrderRow['quantityonorder']; variable
106 …$pdf->addTextWrap(620,$YPos,50,$FontSize,locale_number_format($shortage, $myrow['decimalplaces']),…
148 $shortage = $myrow['reorderlevel'] - $myrow['quantity'] - $OnOrderRow['quantityonorder']; variable
149 …$pdf->addTextWrap(620,$YPos,50,$FontSize,locale_number_format($shortage, $myrow['decimalplaces']),…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dcolumn_balancer.h270 void RecordSpaceShortage(LayoutUnit shortage) { in RecordSpaceShortage() argument
274 if (shortage > 0) in RecordSpaceShortage()
275 minimum_space_shortage_ = std::min(minimum_space_shortage_, shortage); in RecordSpaceShortage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dcolumn_balancer.h270 void RecordSpaceShortage(LayoutUnit shortage) { in RecordSpaceShortage() argument
274 if (shortage > 0) in RecordSpaceShortage()
275 minimum_space_shortage_ = std::min(minimum_space_shortage_, shortage); in RecordSpaceShortage()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/websocket/
H A D_abnf.py364 shortage = bufsize - sum(map(len, self.recv_buffer))
365 while shortage > 0:
372 bytes_ = self.recv(min(16384, shortage))
374 shortage -= len(bytes_)
378 if shortage == 0:
/dports/editors/emacs/emacs-27.2/src/
H A Dcmds.c147 ptrdiff_t shortage = count - (count <= 0) - counted; variable
148 if (shortage != 0)
149 shortage -= (count <= 0 ? -1
153 ? CALLN (Fplus, make_fixnum (shortage - count), n)
154 : make_fixnum (shortage));
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/websocket/
H A D_abnf.py388 shortage = bufsize - sum(len(x) for x in self.recv_buffer)
389 while shortage > 0:
396 bytes_ = self.recv(min(16384, shortage))
398 shortage -= len(bytes_)
402 if shortage == 0:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/websocket/
H A D_abnf.py377 shortage = bufsize - sum(len(x) for x in self.recv_buffer)
378 while shortage > 0:
385 bytes_ = self.recv(min(16384, shortage))
387 shortage -= len(bytes_)
391 if shortage == 0:
/dports/www/py-websocket-client/websocket_client-0.58.0/websocket/
H A D_abnf.py399 shortage = bufsize - sum(len(x) for x in self.recv_buffer)
400 while shortage > 0:
407 bytes_ = self.recv(min(16384, shortage))
409 shortage -= len(bytes_)
413 if shortage == 0:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/websocket-client/websocket/
H A D_abnf.py363 shortage = bufsize - sum(len(x) for x in self.recv_buffer)
364 while shortage > 0:
371 bytes_ = self.recv(min(16384, shortage))
373 shortage -= len(bytes_)
377 if shortage == 0:

12345678910>>...42