Searched refs:overflow (Results 1 - 25 of 207) sorted by relevance

123456789

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSidebarPanel.css27 overflow-x: hidden;
28 overflow-y: auto;
H A DDOMTreeContentView.css27 overflow: auto;
H A DEventListenerSectionGroup.css28 overflow: hidden;
29 text-overflow: ellipsis;
H A DContentViewContainer.css28 overflow: hidden;
38 overflow: hidden;
H A DConsolePrompt.css36 overflow: hidden;
H A DCompletionSuggestionsView.css48 overflow-x: hidden;
49 overflow-y: auto;
65 overflow: hidden;
66 text-overflow: ellipsis;
H A DImageResourceContentView.css29 overflow-x: hidden;
30 overflow-y: auto;
44 /* A border is used instead of padding or margin so when there is overflow
H A DLegacyProfileView.css55 overflow: hidden;
56 text-overflow: ellipsis;
H A DQuickConsole.css37 overflow: hidden;
58 overflow-y: auto;
59 overflow-x: hidden;
H A DSourceCodeTextEditor.css49 text-overflow: ellipsis;
50 overflow: hidden;
56 overflow: auto;
H A DTimelineOverview.css32 overflow-x: auto;
33 overflow-y: hidden;
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstrtoul.c73 int overflow=0;
138 if (result > maxres) { overflow = 1; }
140 if (digit > (ULONG_MAX - result)) { overflow = 1; }
152 if (result > maxres) { overflow = 1; }
154 if (digit > (ULONG_MAX - result)) { overflow = 1; }
170 if (result > maxres) { overflow = 1; }
172 if (digit > (ULONG_MAX - result)) { overflow = 1; }
188 if (result > maxres) { overflow = 1; }
190 if (digit > (ULONG_MAX - result)) { overflow = 1; }
209 if (overflow) {
72 int overflow=0; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrtoul.c77 int overflow=0;
143 if (result > maxres) { overflow = 1; }
145 if (digit > (ULONG_MAX - result)) { overflow = 1; }
156 if (result > maxres) { overflow = 1; }
158 if (digit > (ULONG_MAX - result)) { overflow = 1; }
173 if (result > maxres) { overflow = 1; }
175 if (digit > (ULONG_MAX - result)) { overflow = 1; }
190 if (result > maxres) { overflow = 1; }
192 if (digit > (ULONG_MAX - result)) { overflow = 1; }
211 if (overflow) {
76 int overflow=0; local
[all...]
H A Dstrtoull.c154 goto overflow;
158 goto overflow;
170 goto overflow;
174 goto overflow;
190 goto overflow;
194 goto overflow;
210 goto overflow;
214 goto overflow;
243 * On overflow generate the right output
246 overflow
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dxstrtol.c168 int overflow; local
203 overflow = bkm_scale (&tmp, 512);
207 overflow = bkm_scale (&tmp, 1024);
211 overflow = 0;
215 overflow = bkm_scale_by_power (&tmp, base, 6);
220 overflow = bkm_scale_by_power (&tmp, base, 3);
225 overflow = bkm_scale_by_power (&tmp, base, 1);
230 overflow = bkm_scale_by_power (&tmp, base, 2);
234 overflow = bkm_scale_by_power (&tmp, base, 5);
239 overflow
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dxstrtol.c130 strtol_error overflow; local
165 overflow = bkm_scale (&tmp, 512);
169 overflow = bkm_scale (&tmp, 1024);
173 overflow = 0;
177 overflow = bkm_scale_by_power (&tmp, base, 6);
182 overflow = bkm_scale_by_power (&tmp, base, 3);
187 overflow = bkm_scale_by_power (&tmp, base, 1);
192 overflow = bkm_scale_by_power (&tmp, base, 2);
196 overflow = bkm_scale_by_power (&tmp, base, 5);
201 overflow
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dxstrtol.c153 strtol_error overflow; local
188 overflow = bkm_scale (&tmp, 512);
192 overflow = bkm_scale (&tmp, 1024);
196 overflow = 0;
200 overflow = bkm_scale_by_power (&tmp, base, 6);
205 overflow = bkm_scale_by_power (&tmp, base, 3);
210 overflow = bkm_scale_by_power (&tmp, base, 1);
215 overflow = bkm_scale_by_power (&tmp, base, 2);
219 overflow = bkm_scale_by_power (&tmp, base, 5);
224 overflow
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dstrtoofft.c59 int overflow; local
109 overflow = 0;
116 overflow = 1;
123 if(!overflow) {
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_data.c42 unsigned char overflow[3]; member in struct:data_ctx
136 char encoded[((sizeof(ctx->overflow)) / 3) * 4 + 1];
145 len = apr_base64_encode_binary(encoded, ctx->overflow,
196 /* fill up and write out our overflow buffer if partially used */
197 while (size && ctx->count && ctx->count < sizeof(ctx->overflow)) {
198 ctx->overflow[ctx->count++] = *data++;
201 if (ctx->count == sizeof(ctx->overflow)) {
202 len = apr_base64_encode_binary(encoded, ctx->overflow,
203 sizeof(ctx->overflow));
209 tail = size % sizeof(ctx->overflow);
[all...]
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dstrtol.c63 int overflow; local
116 overflow = 0;
130 /* Check for overflow. */
132 overflow = 1;
154 overflow = 1;
157 if (overflow)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrtol.c104 int overflow; local
151 overflow = 0;
172 /* Note that we never can have an overflow. */
175 /* We have an overflow. Now use the long representation. */
198 /* Check for overflow. */
200 overflow = 1;
221 if (overflow == 0
225 overflow = 1;
228 if (overflow)
H A Dstrtod.c94 /* Make sure that multiplication by 10 will not overflow. */
98 This doesn't necessarily mean the result will overflow.
143 goto overflow;
161 checking for overflow and underflow. */
171 goto overflow;
178 overflow:
179 /* Return an overflow error. */
/macosx-10.10.1/adv_cmds-158/colldef/
H A Dscan.l68 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '<'",
183 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '/'",
189 errx(EX_UNAVAILABLE, "name buffer overflow near line %u, character '>'",
195 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\"'",
233 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character <%s>",
262 errx(EX_UNAVAILABLE, "map/name buffer overflow near line %u of %s, character '%c'",
268 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\t'",
274 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\b'",
280 errx(EX_UNAVAILABLE, "string buffer overflow near line %u, character '\\f'",
286 errx(EX_UNAVAILABLE, "string buffer overflow nea
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrtoi.h45 * errno=ERANGE on overflow (LONG_MAX) or underflow (LONG_MIN)
244 int overflow = 0; local
347 overflow = 1;
353 overflow = 1;
370 if (overflow)
406 overflow = 1;
411 overflow = 1;
420 overflow = 1;
425 overflow = 1;
520 overflow
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringConcatenate.h419 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow) argument
424 overflow = true;
433 bool overflow = false; local
435 sumWithOverflow(length, adapter2.length(), overflow);
436 if (overflow)
473 bool overflow = false; local
475 sumWithOverflow(length, adapter2.length(), overflow);
476 sumWithOverflow(length, adapter3.length(), overflow);
477 if (overflow)
519 bool overflow local
571 bool overflow = false; local
629 bool overflow = false; local
693 bool overflow = false; local
763 bool overflow = false; local
839 bool overflow = false; local
[all...]

Completed in 169 milliseconds

123456789