Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 118) sorted by relevance

12345

/titanic_41/usr/src/lib/libast/common/string/
H A Dstrtoi.h241 int overflow = 0; local
344 overflow = 1;
350 overflow = 1;
367 if (overflow)
403 overflow = 1;
408 overflow = 1;
417 overflow = 1;
422 overflow = 1;
515 overflow = 1;
521 overflow = 1;
[all …]
/titanic_41/usr/src/lib/libuutil/common/
H A Duu_strtoint.c55 int overflow = 0; in strtoint() local
68 overflow = 1; /* becomes underflow below */ in strtoint()
117 overflow = 1; in strtoint()
121 overflow = 1; in strtoint()
135 overflow = 1; in strtoint()
138 overflow = 1; in strtoint()
145 if (bad_char | bad_digit | overflow) { in strtoint()
150 else if (overflow) { in strtoint()
/titanic_41/usr/src/lib/libm/i386/src/
H A Dnextafterf.s87 je .overflow
89 .overflow: label
92 fmul %st(0),%st / overflow-to-Inf, z
93 fstps PIC_L(ftmpf) / z & create overflow signal
H A Dnextafter.s102 je .overflow
104 .overflow: label
/titanic_41/usr/src/lib/libcmdutils/common/
H A Duid.c53 boolean_t overflow = B_FALSE; in findnextuid() local
61 overflow = B_TRUE; in findnextuid()
72 if (overflow == B_TRUE) /* Find a hole */ in findnextuid()
H A Dgid.c52 boolean_t overflow = B_FALSE; in findnextgid() local
60 overflow = B_TRUE; in findnextgid()
71 if (overflow == B_TRUE) /* Find a hole */ in findnextgid()
/titanic_41/usr/src/lib/libumem/common/
H A Denvvar.c313 goto overflow; in item_uint_process()
320 goto overflow; in item_uint_process()
329 overflow: in item_uint_process()
352 goto overflow; in item_size_process()
363 goto overflow; in item_size_process()
369 goto overflow; in item_size_process()
375 goto overflow; in item_size_process()
381 goto overflow; in item_size_process()
398 overflow: in item_size_process()
/titanic_41/usr/src/common/util/
H A Dstrtoul.c109 goto overflow; in ddi_strtoul()
112 goto overflow; in ddi_strtoul()
125 overflow: in ddi_strtoul()
H A Dstrtoull.c109 goto overflow; in ddi_strtoull()
112 goto overflow; in ddi_strtoull()
125 overflow: in ddi_strtoull()
H A Dstrtol.c121 goto overflow; in ddi_strtol()
124 goto overflow; in ddi_strtol()
137 overflow: in ddi_strtol()
H A Dstrtoll.c116 goto overflow; in ddi_strtoll()
119 goto overflow; in ddi_strtoll()
132 overflow: in ddi_strtoll()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcstoul.c111 goto overflow; in wcstoull()
114 goto overflow; in wcstoull()
121 overflow: in wcstoull()
H A Dwcstol.c120 goto overflow; in wcstoll()
123 goto overflow; in wcstoll()
130 overflow: in wcstoll()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl45 n_ovfl int, -- Number of entries that overflow
47 ovfl_pages int, -- Number of overflow pages used
49 ovfl_unused int -- Number of unused bytes on overflow pages
279 as overflow pages. The number at the right is the data pages divided by
380 Entries that use overflow
384 of overflow pages. This is the number of entries that exceed 236 bytes
385 in size. The value to the right is the number of entries that overflow
391 the current category. This is the sum of primary and overflow pages.
399 The total number of overflow pages used for this category.
407 Unused bytes on overflow pages
[all …]
H A Dreport1.txt63 will require overflow pages. Furthermore, note that no key
65 overflow page.
H A Dspace_used.tcl31 ovfl_pages int, -- Number of overflow pages used
33 ovfl_unused int -- Number of unused bytes on overflow pages
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPServerHeaderV2.java227 hdr.overflow = false; in makeErrorReply()
280 hdr.overflow = false; in makeReplyHeader()
295 " overflow=``" + overflow + "''\n" + in toString()
H A DSLPHeaderV1.java118 overflow = ((flags & OVERFLOW) != 0x00); in parseHeader()
284 overflow = true; in externalize()
299 if (overflow) { in externalize()
378 hdr.overflow = false; in makeErrorReply()
466 hdr.overflow = false; in makeReplyHeader()
481 " overflow=``" + overflow + "''\n" + in toString()
/titanic_41/usr/src/uts/sparc/fpu/
H A Dpack.c125 goto overflow; in packint32()
130 goto overflow; in packint32()
138 overflow: in packint32()
166 goto overflow; in packint64()
174 goto overflow; in packint64()
184 overflow: in packint64()
/titanic_41/usr/src/lib/libm/
H A DMakefile.libm.com57 CFLAGS += -_gcc=-fno-strict-overflow
58 CFLAGS64 += -_gcc=-fno-strict-overflow
/titanic_41/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c418 uint64_t pcr, overflow; in ni2_pcbe_overflow_bitmap() local
427 overflow = (pcr & CPC_PCR_OV0_MASK) >> in ni2_pcbe_overflow_bitmap()
429 overflow |= (pcr & CPC_PCR_OV1_MASK) >> in ni2_pcbe_overflow_bitmap()
438 if (overflow & 0x1) { in ni2_pcbe_overflow_bitmap()
452 if (overflow & 0x2) { in ni2_pcbe_overflow_bitmap()
476 return (overflow); in ni2_pcbe_overflow_bitmap()
H A Dniagara_pcbe.c323 uint64_t pcr, overflow; in ni_pcbe_overflow_bitmap() local
327 overflow = (pcr & CPC_PCR_OVF_MASK) >> in ni_pcbe_overflow_bitmap()
334 if (overflow) in ni_pcbe_overflow_bitmap()
337 return (overflow); in ni_pcbe_overflow_bitmap()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_listutils.c268 l_union_in_a(slist_t *a, const slist_t *b, boolean_t *overflow) in l_union_in_a() argument
273 *overflow = B_FALSE; in l_union_in_a()
292 *overflow = B_TRUE; in l_union_in_a()
/titanic_41/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c811 uint64_t overflow; in opl_pcbe_sample() local
865 overflow = SPARC64_VI_CHK_OVF(pcr, i*2); in opl_pcbe_sample()
866 if (overflow || (diff < 0)) { in opl_pcbe_sample()
874 overflow = SPARC64_VI_CHK_OVF(pcr, i*2 + 1); in opl_pcbe_sample()
875 if (overflow || (diff < 0)) { in opl_pcbe_sample()
/titanic_41/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c90 static offset_t overflow; variable
238 overflow = 0LL; in check()
335 overflow += (offset_t)size; in qacct()
440 sizes[TSIZE - 1], overflow + (offset_t)t); in report()

12345