Searched defs:OVERFLOW (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java59 protected static final int OVERFLOW = 0x80; field in class:SLPHeaderV1
118 overflow = ((flags & OVERFLOW) != 0x00);
300 flags = (byte)(flags | OVERFLOW);
302 flags = (byte)(flags & ~OVERFLOW);
H A DSLPHeaderV2.java68 static final int OVERFLOW = 0x80; // needed by Transact. field in class:SLPHeaderV2
169 overflow = ((flags & OVERFLOW) != NOFLAG);
446 flags = (byte)(flags | OVERFLOW);
448 flags = (byte)(flags & ~OVERFLOW);
/illumos-gate/usr/src/head/
H A Dmath.h130 #define OVERFLOW 3 macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h295 #define OVERFLOW 3 macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c894 #ifndef OVERFLOW
895 #define OVERFLOW _OVERFLOW macro
911 #ifdef OVERFLOW
912 case OVERFLOW:
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c10 #define OVERFLOW 259 macro
177 "OVERFLOW","'-'","':'","'d'","'h'","'m'","'s'","WS","start","posnum","num","ws",
1099 return OVERFLOW;
1102 return OVERFLOW;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1637 #ifdef OVERFLOW
1638 #undef OVERFLOW macro
1639 #define OVERFLOW(i) { \ macro
1666 OVERFLOW(i)
1691 OVERFLOW(1)
1695 OVERFLOW(i)
1708 OVERFLOW(1)
1718 OVERFLOW(i)

Completed in 66 milliseconds