Searched refs:overflow (Results 26 - 50 of 88) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_listutils.c261 * and overflow are valid pointers.
263 * If an overflow occurs (a + b > MAX_FILTER_SIZE), a will contain the
264 * first MAX_FILTER_SIZE addresses of the union, and *overflow will be
265 * set to true. Otherwise, *overflow will be set to false.
268 l_union_in_a(slist_t *a, const slist_t *b, boolean_t *overflow) argument
273 *overflow = B_FALSE;
292 *overflow = B_TRUE;
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c418 uint64_t pcr, overflow; local
427 overflow = (pcr & CPC_PCR_OV0_MASK) >>
429 overflow |= (pcr & CPC_PCR_OV1_MASK) >>
438 if (overflow & 0x1) {
452 if (overflow & 0x2) {
476 return (overflow);
678 * Disable overflow interrupts when L2_dmiss_ld event is
H A Dniagara_pcbe.c323 uint64_t pcr, overflow; local
327 overflow = (pcr & CPC_PCR_OVF_MASK) >>
332 * and that action ends up clearing overflow flags.
334 if (overflow)
337 return (overflow);
420 empty.pcbe_bits = 0x14; /* SW_count_0 - won't overflow */
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfpack.c37 /* Returns 1 if overflow should go to infinity, 0 if to max finite. */
120 goto overflow;
125 goto overflow;
133 overflow:
186 if (pu->significand[3] == 0x1000000) { /* rounding overflow */
253 if (pu->significand[2] == 0x200000) { /* rounding overflow */
257 if (pu->exponent >= 0x7ff) { /* overflow */
325 round(pu); /* rounding overflow handled in round() */
326 if (pu->exponent >= 0x7fff) { /* overflow */
331 px->exponent = 0x7ffe; /* overflow t
[all...]
H A Ddouble_decim.c37 * for inexact or overflow in *ps. round is the round digit and sticky is 0
353 ((pm->df == floating_form) && (pm->ndigits < 1))) { /* Gross overflow or bad
355 overflow:
531 goto overflow;
577 goto overflow;
579 goto overflow;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSrvMsg.java194 // Parse out a URL entry. Check overflow. If the packet has filled
203 // Note that we set overflow here because there are additional
206 hdr.overflow = true;
H A DSDAAdvert.java74 this.hdr.overflow = false;
H A DSLPHeaderV2.java169 overflow = ((flags & OVERFLOW) != NOFLAG);
269 // Check for size overflow.
368 // we don't overflow the packet and throw a special exception
369 // if an overflow happens. We only put out the previous
419 overflow = true;
445 if (overflow) {
644 // so the list is syntactically correct if there is an overflow.
785 // Return true if the URL was output. Check that we don't overflow
796 // We need to keep track of size, so we don't overflow packet length.
H A DTransact.java296 // If overflow, try TCP.
298 if (rhdr.overflow) {
701 if (hdr.overflow) {
1251 // Handle any overflow thru TCP.
1255 if (rhdr.overflow) {
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s93 jc .neg / did we overflow in the sub
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c90 static offset_t overflow; variable
238 overflow = 0LL;
335 overflow += (offset_t)size;
440 sizes[TSIZE - 1], overflow + (offset_t)t);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A DMakefile44 # may rely on undefined signed overflow behaviour.
45 CFLAGS += -_gcc=-fno-strict-overflow
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s125 ! Otherwise, overflow/underflow handlers, etc. can get very upset!
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c644 * Check if counter overflow and clear it.
811 uint64_t overflow; local
865 overflow = SPARC64_VI_CHK_OVF(pcr, i*2);
866 if (overflow || (diff < 0)) {
874 overflow = SPARC64_VI_CHK_OVF(pcr, i*2 + 1);
875 if (overflow || (diff < 0)) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c121 * default overflow exception
123 static char *overflow(int n) function
141 stkinstall(sp,overflow);
231 else sp->stkoverflow = stkcur?stkcur->stkoverflow:overflow;
261 * <oflow> becomes the new overflow function
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l274 " overflow\n", yytext, v);
357 "integer overflow\n", yytext);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist62 23 File table overflow
92 53 Anode table overflow
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.s77 / overflow occurred
H A Dnextafterl.s167 fmulp %st,%st(0) / create overflow signal
H A Dnexttowardl.s167 fmulp %st,%st(0) / create overflow signal
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S104 call NAME(_SVID_libm_err) ! overflow
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S243 seta20.1: inc %cx # Increment, overflow?
/illumos-gate/usr/src/uts/common/zmod/
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...]
/illumos-gate/usr/src/boot/lib/libz/
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);
1100 "pendingBuf overflow");
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c52 static boolean_t overflow = B_FALSE; variable
730 else if (overflow)
770 overflow = B_TRUE;
827 "overflow", "no overflow"));
1403 boolean_t overflow = B_FALSE; local
1415 overflow = B_TRUE;
1446 else if (overflow)
1529 "overflow", "no overflow"));
[all...]

Completed in 282 milliseconds

1234