Searched refs:overflow (Results 51 - 75 of 88) sorted by relevance

1234

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c110 char overflow; /* Screen overflow flag set */ member in struct:_emacs_
1293 char longline; /* Line overflow */
1306 ep->overflow = NORMAL;
1422 Screen overflow checks
1439 /* Update screen overflow indicator if need be */
1441 if (longline != ep->overflow)
1444 ep->overflow = longline;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2546 * indicate an output buffer overflow. If pr_fd is > -1 then when
2887 int overflow = 0; local
2946 overflow = 1;
2950 overflow = 1;
2952 if (overflow == 0) {
2960 if ((overflow == 0) && doprf(format, args, &prf) == 0)
2961 overflow = 1;
2969 if ((overflow == 0) && (error == ERR_ELF)) {
2991 overflow = 1;
2997 * overflow conditio
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c61 * when overflow occurs during +, -, or * operations. This is very
64 * include either an assembler "jump on overflow" instruction or a
71 #define addoverflow() asm jo overflow
72 #define suboverflow() asm jo overflow
77 #define addoverflow() if ((i1^i2) >= 0 && (iresult^i1) < 0) goto overflow
78 #define suboverflow() if ((i1^i2) < 0 && (iresult^i2) >= 0) goto overflow
82 (i1 == LONG_MIN && i2 == -1))) goto overflow
1285 overflow:
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java120 boolean overflow = false; // Overflow flag field in class:SrvLocHeader
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h140 uint32_t overflow; member in struct:rtls_stats
433 * discarded due to rx FIFO overflow
H A Drtls.c867 *val = rtlsp->stats.overflow;
1374 * give us a little leeway to ensure no overflow
1464 rtlsp->stats.overflow++;
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s175 ! (can tick ever overflow?)
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h43 uint32_t overflow; member in struct:usbgem_stats
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c448 * operation may overflow when using signed operands, but when the
613 * localtime_r() can now return NULL if overflow is detected.
614 * offtime_u() is the function that detects overflow, and sets
659 * localtime() can now return NULL if overflow is detected.
660 * offtime_u() is the function that detects overflow, and sets
687 int overflow; local
742 overflow = t > LONG_MAX || t < LONG_MIN ||
745 overflow = t > LONG_MAX || t < LONG_MIN;
813 overflow = 0;
818 if (overflow ||
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c170 * NO_RECLAIM: just detach the overflow from the set; do not
728 /* scan overflow volume list */
906 * m, s, b, or o (for master, shadow, bitmap, and overflow
929 * Create and install kstat_io data for an overflow volume
961 cmn_err(CE_WARN, "!Unabled to create overflow kstat for set "
1430 /* check that master is not already a bitmap, shadow or overflow */
2332 /* clear any overflow vol usage counts */
2947 /* free any overflow allocation */
3930 * Configures a volume suitable for use as an overflow volume.
4026 * Attaches the volume in the "bitmap_vol" field as an overflow volum
8925 int overflow; local
10067 int overflow; local
[all...]
H A Ddsw_dev.h163 kstat_named_t ovr_c; /* .. overflow */
168 kstat_named_t ovr_io; /* kstat_io of overflow */
208 kmutex_t ii_kstat_mutex; /* Mutex for overflow kstat */
228 #define II_OHEADER_FBA 0 /* overflow header location */
304 * of the kstats for a given set; all master/shadow/bmp/overflow mutexes
312 kstat_t *overflow; member in struct:_ii_kstat_info_s
456 #define OVR 0x0400 /* overflow volume */
534 int ii_ovr; /* This fd is for the overflow device */
535 _ii_overflow_t *ii_optr; /* pointer to overflow structure */
612 /* -tive node id's are in overflow volum
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c2108 Bool overflow; member in struct:_CSeqOutStreamBuf
2117 p->overflow = True;
2149 outStream.overflow = False;
2166 if (outStream.overflow)
2248 outStream.overflow = False;
2255 if (outStream.overflow)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c719 boolean_t overflow; local
739 &overflow);
741 if (overflow)
2399 boolean_t overflow; local
2418 &overflow);
2420 if (overflow)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c3110 boolean_t overflow; local
3164 overflow = B_TRUE;
3175 overflow = B_FALSE;
3184 overflow = B_FALSE;
3201 ASSERT(overflow != B_TRUE);
3202 if (overflow == B_TRUE)
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h94 uint32_t overflow; member in struct:gem_stats
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h454 overflow : 01, member in struct:rx_desc_type::__anon9516
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S499 seta20.1: inc %cx # Increment, overflow?
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s145 ! /* check for overflow */
299 cmp %l0,%l7 ! check for overflow
322 or %i4,9,%i4 ! overflow
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s58 / if x and y are finite and x**y = inf _SVID_libm_err (overflow)
291 / check for overflow
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h363 uint32_t overflow; member in struct:rge_stats
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c918 * to a page can overflow the 64-bit limit, so we check for btopr()
1867 int overflow = 0; local
1911 * we overflow the 16 bits allotted to the program header count in
2040 overflow++;
2123 if (overflow || i != nphdrs) {
2126 overflow = 0;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c267 1.7555483429044629170023839037639845628291e+03L, /* overflow */
269 1.7555483429044629170038892160702032034177e+03L, /* overflow */
284 #define overflow c[11] macro
1025 if (x > overflow) /* overflow threshold */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c571 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
1863 int overflow = 0; /* number of elements with bit length too large */ local
1868 * overflow in the case of the bit length tree).
1875 if (bits > max_length) bits = max_length, overflow++;
1888 if (overflow == 0) return;
1890 Trace((stderr,"\nbit length overflow\n"));
1898 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
1900 /* The brother of the overflow item also moves one step up,
1903 overflow -= 2;
1904 } while (overflow >
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c106 int overflow; /* true if overflow FME */ member in struct:fme
409 Nfmep->overflow = 0;
1648 if (fmep->overflow) {
1763 /* Create overflow fme */
1775 fmep->overflow = B_TRUE;
3214 /* See if we can close the overflow FME */
3217 if (fmep->overflow && !(fmd_case_closed(fmep->hdl,
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c252 char *overflow; /* Code to execute on a stack overflow */ member in struct:lemon
253 int overflowln; /* Line number for start of overflow code */
1366 lem.error = lem.overflow = lem.failure = lem.accept = lem.tokendest =
2136 psp->declargslot = &(psp->gp->overflow);
3512 tplt_print(out,lemp,lemp->overflow,lemp->overflowln,&lineno);

Completed in 516 milliseconds

1234