Searched refs:overflow (Results 101 - 125 of 229) sorted by relevance

12345678910

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStringObj.c196 * overflow into invalid argument values for attempt.
801 "%d (integer overflow?)", length);
1587 * overflow into invalid argument values for Tcl_SetObjLength.
1833 static const char *overflow = "max size for a Tcl value exceeded";
1861 msg = overflow;
1973 msg = overflow;
2220 msg = overflow;
2273 msg = overflow;
2340 msg = overflow;
2393 msg=overflow;
1810 static const char *overflow = "max size for a Tcl value exceeded"; local
[all...]
H A DtclProc.c2109 int overflow, limit = 60, nameLen;
2112 overflow = (nameLen > limit);
2115 (overflow ? limit : nameLen), procName,
2116 (overflow ? "..." : ""), interp->errorLine));
2788 int overflow, limit = 60, nameLen;
2791 overflow = (nameLen > limit);
2794 (overflow ? limit : nameLen), procName,
2795 (overflow ? "..." : ""), interp->errorLine));
2094 int overflow, limit = 60, nameLen; local
2763 int overflow, limit = 60, nameLen; local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBoxModelDetailsSectionRow.css101 overflow: visible;
H A DTextEditor.css29 overflow: hidden;
H A DDashboardContainerView.css40 overflow: hidden;
H A DFindBanner.css38 overflow: hidden;
H A DToolbar.css30 overflow: hidden;
H A DDetailsSection.css65 overflow: hidden;
66 text-overflow: ellipsis;
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.cc214 gzfilebuf::overflow(int_type c) function in class:gzfilebuf
301 return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0;
322 // so that overflow(c) can safely add the extra character c to the sequence.
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c251 goto overflow;
271 goto overflow;
281 goto overflow;
318 goto overflow;
356 goto overflow;
368 overflow:
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Daout-tic30.c385 bfd_boolean overflow; local
410 overflow = FALSE;
457 overflow = TRUE;
465 overflow = TRUE;
475 overflow = TRUE;
504 return overflow ? bfd_reloc_overflow : bfd_reloc_ok;
H A Dcoff-sh.c1114 bfd_boolean overflow;
1276 overflow = FALSE;
1287 overflow = TRUE;
1294 overflow = TRUE;
1308 overflow = TRUE;
1315 overflow = TRUE;
1322 overflow = TRUE;
1336 if (overflow)
1339 ("%B: 0x%lx: fatal: reloc overflow while relaxing",
2682 bfd_boolean overflow;
1113 bfd_boolean overflow; local
2680 bfd_boolean overflow; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl757 set overflow 1.0e37
828 if {abs($pn5) >= $overflow} {
829 set pn1 [expr {$pn1 / $overflow}]
830 set pn2 [expr {$pn2 / $overflow}]
831 set pn3 [expr {$pn3 / $overflow}]
832 set pn4 [expr {$pn4 / $overflow}]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMAssertions.c1077 IOReturn IOPMCopyAssertionActivityLog(CFArrayRef *activityLog, bool *overflow) argument
1081 return IOPMCopyAssertionActivityUpdate(activityLog, overflow, &refCnt);
1085 IOReturn IOPMCopyAssertionActivityUpdate(CFArrayRef *logUpdates, bool *overflow, uint32_t *refCnt) argument
1123 if (overflow) {
1124 *overflow = of ? true : false;
H A DIOPMLibPrivate.h691 IOReturn IOPMCopyAssertionActivityLog(CFArrayRef *assertionLog, bool *overflow);
723 * @param overflow Set to true if some of the old assertion activity entries are lost between last call
732 IOReturn IOPMCopyAssertionActivityUpdate(CFArrayRef *logUpdates, bool *overflow, uint32_t *prevRefCnt);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.c505 int overflow = 0; /* number of elements with bit length too large */ local
510 * overflow in the case of the bit length tree).
517 if (bits > max_length) bits = max_length, overflow++;
530 if (overflow == 0) return;
532 Trace((stderr,"\nbit length overflow\n"));
540 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
542 /* The brother of the overflow item also moves one step up,
545 overflow -= 2;
546 } while (overflow > 0);
1112 "pendingBuf overflow");
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Dtrees.c503 int overflow = 0; /* number of elements with bit length too large */ local
508 * overflow in the case of the bit length tree).
515 if (bits > max_length) bits = max_length, overflow++;
528 if (overflow == 0) return;
530 Trace((stderr,"\nbit length overflow\n"));
538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
540 /* The brother of the overflow item also moves one step up,
543 overflow -= 2;
544 } while (overflow > 0);
1098 "pendingBuf overflow");
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c532 int overflow = 0; /* number of elements with bit length too large */ local
537 * overflow in the case of the bit length tree).
544 if (bits > max_length) bits = max_length, overflow++;
557 if (overflow == 0) return;
559 Trace((stderr,"\nbit length overflow\n"));
567 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
569 /* The brother of the overflow item also moves one step up,
572 overflow -= 2;
573 } while (overflow > 0);
1139 "pendingBuf overflow");
[all...]
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dstrptime.c561 int overflow = 0; local
571 overflow++;
584 if (len > 4 && !overflow) {
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js426 "overflow", "overflow-style", "overflow-wrap", "overflow-x", "overflow-y",
443 "text-indent", "text-justify", "text-outline", "text-overflow", "text-shadow",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js426 "overflow", "overflow-style", "overflow-wrap", "overflow-x", "overflow-y",
443 "text-indent", "text-justify", "text-outline", "text-overflow", "text-shadow",
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl165 # hits outside the expect range (overflow and underflow)
1028 set overflow 0
1032 incr overflow
1168 if {$overflow > 0} {
1169 append result "<br>Skipped $overflow samples >\
/macosx-10.10/WebCore-7600.1.25/css/
H A Dhtml.css84 overflow: -webkit-marquee
501 overflow: hidden;
512 overflow: hidden;
523 overflow: hidden;
534 overflow: hidden;
545 overflow: hidden;
557 overflow: hidden;
632 overflow: hidden;
986 overflow: hidden;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderNamedFlowFragment.cpp196 // Regions with overflow:hidden will apply clip at the border box, not the content box.
499 if (boxInfo && boxInfo->overflow())
500 return boxInfo->overflow()->visualOverflowRect();
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/populate/
H A Dapple.css28 .replaced { display: block; width: 1px; height: 1px; outline: none; overflow: hidden; text-indent: -9999px; }
176 .dot-nav li { position:relative; z-index:1; margin:0; width:13px; height:15px; overflow:hidden; }
235 #globalfooter #breadcrumbs { font-size: 11px; color: #444; background: url(http://images.apple.com/global/elements/breadory/breadcrumb_bg.png) no-repeat; overflow: hidden; height: 36px; line-height: 34px; font-weight: bold; text-shadow: 0 1px 0 #fff; }
238 #globalfooter #breadcrumbs a.home { margin: 0; width: 15px; height: 0; padding-top: 36px; overflow: hidden; }
239 #globalfooter #breadcrumbs span { float: left; width: 9px; margin: 0 10px 0 0; height: 0; padding-top: 34px; margin-top: 1px; overflow: hidden; background: url(http://images.apple.com/global/elements/breadory/breadcrumb_sep.png) no-repeat; }
247 #globalfooter ol#breadcrumbs li.home a { margin: 0; padding: 0 10px; width: 15px; text-indent: -9999px; overflow: hidden; }
277 #breadory ol#breadcrumbs li.home a { background: url(http://images.apple.com/global/elements/breadory/breadcrumb_home.png) no-repeat 1.25em 50%; margin: 0; padding: 0 0 0 1.25em; width: 30px; text-indent: -9999px; overflow: hidden; }
290 #productheader { padding: 1em 0 0.2em; overflow: hidden; width: 980px; margin: 0 auto; *position: relative; *height: 39px; }
314 #productheader a.tryamac, #productheader span.tryamac { height: 25px; margin: 0.7em 0 0 20px; background-position: 0 0; background-repeat: no-repeat; display: block; float: right; position: relative; text-decoration: none; text-indent: -9999px; outline: none; overflow: hidden; }
315 #productheader a.notifyme, #productheader span.notifyme { height: 25px; margin: 0.8em 0 0 20px; background-position: 0 0; background-repeat: no-repeat; display: block; float: right; position: relative; text-decoration: none; text-indent: -9999px; outline: none; overflow
[all...]

Completed in 207 milliseconds

12345678910