Searched refs:gap (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dpile.c22 int bi, hi, i, gap, h, b, nlist, nlist2, mid; local
25 gap = VERT(EM(0.4, ps)); /* 4/10 m between blocks */
27 gap = VERT(1);
29 if (type == '-') gap = 0;
36 eht[yyval] = h + (nlist-1)*gap;
39 b += eht[lp[i]] + gap;
42 : b - VERT(EM(0.5, ps)) - gap;
45 : b - VERT(1) - gap;
69 -bi, lp[i], lp[i], hi-bi+gap);
73 -bi, lp[i], lp[i], hi-bi+gap);
[all...]
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c69 uchar_t gap = 0x54; /* format gap size */ local
230 gap = 0x54;
243 gap = 0x50;
246 gap = 0x54;
263 gap = 0x74;
269 gap = 0x54;
431 fdr_form.fdr_cmd[4] = gap;
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dsupport.c85 static const short prep1=57, gap=7, bias=129 ; variable
89 static const short prep1=54, gap=4, bias=1023 ; variable
122 if((k = (k>>gap)+ N) > 0 )
123 if( k < (mexp>>gap) ) *px = (*px&~mexp) | (k<<gap);
128 {*px=(*px&~mexp)|(short)(1<<gap); x *= scalb(1.0,k-1);}
193 return (int)(((*px&mexp)>>gap)-bias);
197 return ( (k>>gap) - bias );
287 else if ( ((*pp & mexp)>>gap) <= 1 )
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c414 * to the new smallest gap, to prepare for our next invocation.
441 uint32_t gap = nstart - end; local
442 if (gap < new_allowed_gap) {
446 if (gap < mingap)
447 mingap = gap;
474 int gap = start - r[count - 1].zr_end; local
476 if (gap < eip->zei_allowed_mingap) {
480 if (gap < eip->zei_mingap)
481 eip->zei_mingap = gap;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c601 int32_t gap; local
633 gap = seg_seq - tcp->tcp_rnxt;
634 rgap = tcp->tcp_rwnd - (gap + seg_len);
635 if (gap < 0) {
638 (seg_len > -gap ? -gap : seg_len));
639 seg_len += gap;
673 /* Fix seg_seq, and chew the gap off the front. */
677 if ((flags & TH_SYN) && gap > 0 && rgap < 0) {
H A Dtcp_input.c554 * Add a new piece to the tcp reassembly queue. If the gap at the beginning
2310 int32_t gap; local
2907 gap = seg_seq - tcp->tcp_rnxt;
2908 rgap = tcp->tcp_rwnd - (gap + seg_len);
2910 * gap is the amount of sequence space between what we expect to see
2911 * and what we got for seg_seq. A positive value for gap means
2914 if (gap < 0) {
2926 (seg_len > -gap ? -gap : seg_len));
2928 seg_len += gap;
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java535 * Use the calculation details to determine the "gap"
546 * Divide the aggregated change in gap across participating
1073 * Solver used to calculate delta, i.e. gap, between target and
1208 double val, gap;
1216 gap = sl.getGap(kve, val) / 100;
1226 * -1. If the source gap is
1232 if (gap < 0) {
1233 ret = -1 - gap;
1238 ret = 0 - gap;
1245 gap
[all...]
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c457 uchar_t gap = 0x54; /* format gap size */ local
594 gap = 0x54;
609 gap = 0x50;
615 gap = 0x54;
635 gap = 0x74;
644 gap = 0x54;
901 fdr_form.fdr_cmd[4] = gap;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2627 int32_t gap; local
2970 gap = seg_seq - tcp->tcp_rnxt;
2971 rgap = tcp->tcp_rwnd - (gap + seg_len);
2973 * gap is the amount of sequence space between what we expect to see
2974 * and what we got for seg_seq. A positive value for gap means
2977 if (gap < 0) {
2988 (seg_len > -gap ? -gap : seg_len));
2990 seg_len += gap;
3013 seg_len -= gap;
5207 int32_t gap; local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c946 int count = 0, gap = 0; local
952 if (!gap && !sector_set) {
953 gap = 1;
959 } else if (gap && sector_set) {
960 gap = 0;

Completed in 152 milliseconds