Home
last modified time | relevance | path

Searched refs:overrun (Results 1 – 25 of 6031) sorted by relevance

12345678910>>...242

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dhistogram.c65 sum->overrun += a->bin[i]; in hist_accum()
67 sum->overrun += a->overrun; in hist_accum()
96 prod->overrun = 0; in hist_prod()
104 prod->overrun += a->bin[i] * b->bin[j]; in hist_prod()
107 prod->overrun += a->bin[i] * b->overrun; in hist_prod()
108 prod->overrun += a->overrun * b->bin[i]; in hist_prod()
110 prod->overrun += a->overrun * b->overrun; in hist_prod()
116 prod->overrun = 0; in hist_prod()
124 prod->overrun += a->bin[k] * b->overrun; in hist_prod()
125 prod->overrun += a->overrun * b->bin[k]; in hist_prod()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sdas/linksrc/
H A Dlkihx.c139 int i, overrun, bytes; in hexRecord() local
153 overrun = hexPageOverrun + 1; in hexRecord()
154 ihxExtendedLinearAddress(lastExtendedAddress + overrun); in hexRecord()
155 hexPageOverrun = overrun; in hexRecord()
171 overrun = hexPageOverrun + 1; in hexRecord()
172 ihxExtendedLinearAddress(lastExtendedAddress + overrun); in hexRecord()
173 hexPageOverrun = overrun; in hexRecord()
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dstringchain.py82 overrun = - bytesleft
84 if overrun > 0:
86 self.len += overrun
87 self.ignored = len(s) - overrun
88 n.len -= overrun
89 n.tailignored = overrun
127 overrun = - bytesleft
129 if overrun > 0:
131 self.ignored = (len(s) - overrun)
132 self.len += overrun
[all …]
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddecode_internal.h104 int overrun) { in decode_isdonefallback_inl() argument
105 if (overrun < d->limit) { in decode_isdonefallback_inl()
107 UPB_ASSERT(overrun < 16); in decode_isdonefallback_inl()
113 d->unknown = &d->patch[0] + overrun; in decode_isdonefallback_inl()
117 ptr = &d->patch[0] + overrun; in decode_isdonefallback_inl()
130 int overrun);
134 int overrun = *ptr - d->end; in decode_isdone() local
137 } else if (UPB_LIKELY(overrun == d->limit)) { in decode_isdone()
140 *ptr = decode_isdonefallback(d, *ptr, overrun); in decode_isdone()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddecode_internal.h104 int overrun) { in decode_isdonefallback_inl() argument
105 if (overrun < d->limit) { in decode_isdonefallback_inl()
107 UPB_ASSERT(overrun < 16); in decode_isdonefallback_inl()
113 d->unknown = &d->patch[0] + overrun; in decode_isdonefallback_inl()
117 ptr = &d->patch[0] + overrun; in decode_isdonefallback_inl()
130 int overrun);
134 int overrun = *ptr - d->end; in decode_isdone() local
137 } else if (UPB_LIKELY(overrun == d->limit)) { in decode_isdone()
140 *ptr = decode_isdonefallback(d, *ptr, overrun); in decode_isdone()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Ddecode_internal.h105 int overrun) { in decode_isdonefallback_inl() argument
106 if (overrun < d->limit) { in decode_isdonefallback_inl()
108 UPB_ASSERT(overrun < 16); in decode_isdonefallback_inl()
114 d->unknown = &d->patch[0] + overrun; in decode_isdonefallback_inl()
118 ptr = &d->patch[0] + overrun; in decode_isdonefallback_inl()
131 int overrun);
135 int overrun = *ptr - d->end; in decode_isdone() local
138 } else if (UPB_LIKELY(overrun == d->limit)) { in decode_isdone()
141 *ptr = decode_isdonefallback(d, *ptr, overrun); in decode_isdone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
161 int overrun = ptr - buffer_end_; in DoneFallback() local
166 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
177 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
178 auto p = Next(overrun, d); in DoneFallback()
189 ptr = p + overrun; in DoneFallback()
190 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
161 int overrun = ptr - buffer_end_; in DoneFallback() local
166 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
177 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
178 auto p = Next(overrun, d); in DoneFallback()
189 ptr = p + overrun; in DoneFallback()
190 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
160 int overrun = ptr - buffer_end_; in DoneFallback() local
165 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
176 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
177 auto p = Next(overrun, d); in DoneFallback()
188 ptr = p + overrun; in DoneFallback()
189 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
160 int overrun = ptr - buffer_end_; in DoneFallback() local
165 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
176 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
177 auto p = Next(overrun, d); in DoneFallback()
188 ptr = p + overrun; in DoneFallback()
189 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
160 int overrun = ptr - buffer_end_; in DoneFallback() local
165 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
176 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
177 auto p = Next(overrun, d); in DoneFallback()
188 ptr = p + overrun; in DoneFallback()
189 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument
160 int overrun = ptr - buffer_end_; in DoneFallback() local
165 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
176 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
177 auto p = Next(overrun, d); in DoneFallback()
188 ptr = p + overrun; in DoneFallback()
189 overrun = ptr - buffer_end_; in DoneFallback()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::NextBuffer(int overrun, int depth) { in NextBuffer() argument
175 GOOGLE_DCHECK(overrun != limit_); // Guaranteed by caller. in DoneFallback()
176 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
188 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
189 p = NextBuffer(overrun, depth); in DoneFallback()
200 p += overrun; in DoneFallback()
201 overrun = p - buffer_end_; in DoneFallback()
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dparse_context.cc53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion()
54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion()
55 auto ptr = begin + overrun; in ParseEndsInSlopRegion()
102 const char* EpsCopyInputStream::NextBuffer(int overrun, int depth) { in NextBuffer() argument
175 GOOGLE_DCHECK(overrun != limit_); // Guaranteed by caller. in DoneFallback()
176 GOOGLE_DCHECK(overrun < limit_); // Follows from above in DoneFallback()
188 GOOGLE_DCHECK(overrun >= 0); in DoneFallback()
189 p = NextBuffer(overrun, depth); in DoneFallback()
200 p += overrun; in DoneFallback()
201 overrun = p - buffer_end_; in DoneFallback()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Ddatetime.cpp88 int64_t overrun = totalMSecs % Time::MSecsPerDay; in operator +=() local
90 if( (-overrun) > _time.totalMSecs() ) in operator +=()
94 else if( overrun + _time.totalMSecs() > Time::MSecsPerDay) in operator +=()
100 _time += Timespan(overrun * 1000); in operator +=()
108 int64_t overrun = totalMSecs % Time::MSecsPerDay; in operator -=() local
110 if( overrun > _time.totalMSecs() ) in operator -=()
114 else if(_time.totalMSecs() - overrun > Time::MSecsPerDay) in operator -=()
120 _time -= Timespan( overrun * 1000 ); in operator -=()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/inband_lib/
H A Dpacket_builder.v42 reg [NUM_CHAN:0] overrun; register
67 overrun <= 0;
88 overrun[check_next] <= 0;
93 overrun[check_next] <= 1;
117 fifodata[`OVERRUN] <= #1 (check_next == 0) ? 1'b0 : overrun[true_channel];
/dports/archivers/lzfse/lzfse-4591228/src/
H A Dlzfse_fse.c150 static void fse_adjust_freqs(uint16_t *freq, int overrun, int nsymbols) { in fse_adjust_freqs() argument
151 for (int shift = 3; overrun != 0; shift--) { in fse_adjust_freqs()
155 if (n > overrun) in fse_adjust_freqs()
156 n = overrun; in fse_adjust_freqs()
158 overrun -= n; in fse_adjust_freqs()
159 if (overrun == 0) in fse_adjust_freqs()
/dports/devel/xelfviewer/XELFViewer-0.03/XArchive/3rdparty/lzfse/src/
H A Dlzfse_fse.c150 static void fse_adjust_freqs(uint16_t *freq, int overrun, int nsymbols) { in fse_adjust_freqs() argument
151 for (int shift = 3; overrun != 0; shift--) { in fse_adjust_freqs()
155 if (n > overrun) in fse_adjust_freqs()
156 n = overrun; in fse_adjust_freqs()
158 overrun -= n; in fse_adjust_freqs()
159 if (overrun == 0) in fse_adjust_freqs()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-summary/samples/Linux/001/
H A Dip3 RX: bytes packets errors dropped overrun mcast
9 RX: bytes packets errors dropped overrun mcast
15 RX: bytes packets errors dropped overrun mcast
21 RX: bytes packets errors dropped overrun mcast
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/serial/
H A DcvsDirectDemo_ls.out30 Error overrun = 95.761
61 Error overrun = 19.908
92 Error overrun = 22.805
123 Error overrun = 77.036
210 Error overrun = 96.174
278 Error overrun = 1.221
310 Error overrun = 4.233
342 Error overrun = 0.608
374 Error overrun = 0.733
400 Error overrun = 5.290
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/serial/
H A DcvDirectDemo_ls.out30 Error overrun = 95.761
61 Error overrun = 19.908
92 Error overrun = 22.805
123 Error overrun = 77.036
210 Error overrun = 96.174
276 Error overrun = 1.221
308 Error overrun = 4.233
340 Error overrun = 0.608
372 Error overrun = 0.733
398 Error overrun = 5.290
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/serial/
H A DcvDirectDemo_ls.out30 Error overrun = 95.761
61 Error overrun = 19.908
92 Error overrun = 22.805
123 Error overrun = 77.036
210 Error overrun = 96.174
276 Error overrun = 1.221
308 Error overrun = 4.233
340 Error overrun = 0.608
372 Error overrun = 0.733
398 Error overrun = 5.290
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvodes/serial/
H A DcvsDirectDemo_ls.out30 Error overrun = 95.761
61 Error overrun = 19.908
92 Error overrun = 22.805
123 Error overrun = 77.036
210 Error overrun = 96.174
278 Error overrun = 1.221
310 Error overrun = 4.233
342 Error overrun = 0.608
374 Error overrun = 0.733
400 Error overrun = 5.290
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DInStream.java41 return overrun(itemSize, nItems, wait); in check()
147 abstract protected int overrun(int itemSize, int nItems, boolean wait); in overrun() method in InStream
148 protected int overrun(int itemSize, int nItems) { in overrun() method in InStream
149 return overrun(itemSize, nItems, true); in overrun()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DInStream.java41 return overrun(itemSize, nItems, wait); in check()
147 abstract protected int overrun(int itemSize, int nItems, boolean wait); in overrun() method in InStream
148 protected int overrun(int itemSize, int nItems) { in overrun() method in InStream
149 return overrun(itemSize, nItems, true); in overrun()

12345678910>>...242