Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dpile.c20 int bi, hi, i, gap, h, b, nlist, nlist2, mid; in lpile() local
23 gap = VERT(EM(0.4, ps)); /* 4/10 m between blocks */ in lpile()
25 gap = VERT(1); in lpile()
27 if (type == '-') gap = 0; in lpile()
34 eht[yyval] = h + (nlist-1)*gap; in lpile()
37 b += eht[lp[i]] + gap; in lpile()
40 : b - VERT(EM(0.5, ps)) - gap; in lpile()
43 : b - VERT(1) - gap; in lpile()
67 -bi, lp[i], lp[i], hi-bi+gap); in lpile()
71 -bi, lp[i], lp[i], hi-bi+gap); in lpile()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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/lib/libsmedia/plugins/floppy/common/
H A Df_format.c67 uchar_t gap = 0x54; /* format gap size */ in format_floppy() local
228 gap = 0x54; in format_floppy()
241 gap = 0x50; in format_floppy()
244 gap = 0x54; in format_floppy()
261 gap = 0x74; in format_floppy()
267 gap = 0x54; in format_floppy()
429 fdr_form.fdr_cmd[4] = gap; in format_floppy()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c602 int32_t gap; in tcp_time_wait_processing() local
636 gap = seg_seq - tcp->tcp_rnxt; in tcp_time_wait_processing()
637 rgap = tcp->tcp_rwnd - (gap + seg_len); in tcp_time_wait_processing()
638 if (gap < 0) { in tcp_time_wait_processing()
641 (seg_len > -gap ? -gap : seg_len)); in tcp_time_wait_processing()
642 seg_len += gap; in tcp_time_wait_processing()
680 if ((flags & TH_SYN) && gap > 0 && rgap < 0) { in tcp_time_wait_processing()
H A Dtcp_input.c2442 int32_t gap; in tcp_input_data() local
3049 gap = seg_seq - tcp->tcp_rnxt; in tcp_input_data()
3056 if (gap < 0) { in tcp_input_data()
3068 (seg_len > -gap ? -gap : seg_len)); in tcp_input_data()
3070 seg_len += gap; in tcp_input_data()
3106 seg_len -= gap; in tcp_input_data()
3155 urp += gap; in tcp_input_data()
3161 if (gap > 0) { in tcp_input_data()
3162 mp->b_rptr = mp->b_wptr - gap; in tcp_input_data()
3168 } while (gap < 0); in tcp_input_data()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java1208 double val, gap; in calculate() local
1216 gap = sl.getGap(kve, val) / 100; in calculate()
1232 if (gap < 0) { in calculate()
1233 ret = -1 - gap; in calculate()
1238 ret = 0 - gap; in calculate()
1245 gap = sl.getGap(kve, val) / 100; in calculate()
1260 if (gap < 0) { in calculate()
1261 ret = 0 - gap; in calculate()
1266 ret = 0 + gap; in calculate()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fm.c374 uint32_t gap = nstart - end; in shrink_ranges() local
375 if (gap < new_allowed_gap) { in shrink_ranges()
379 if (gap < mingap) in shrink_ranges()
380 mingap = gap; in shrink_ranges()
407 int gap = start - r[count - 1].zr_end; in add_range() local
409 if (gap < eip->zei_allowed_mingap) { in add_range()
413 if (gap < eip->zei_mingap) in add_range()
414 eip->zei_mingap = gap; in add_range()
H A Drange_tree.c192 uint64_t gap) in range_tree_create_impl() argument
220 rt->rt_gap = gap; in range_tree_create_impl()
272 uint64_t end = start + size, gap = rt->rt_gap; in range_tree_add_impl() local
296 ASSERT3U(gap, !=, 0); in range_tree_add_impl()
330 start - gap); in range_tree_add_impl()
332 gap); in range_tree_add_impl()
334 if (merge_before && gap != 0) in range_tree_add_impl()
336 if (merge_after && gap != 0) in range_tree_add_impl()
391 if (gap != 0) { in range_tree_add_impl()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c457 uchar_t gap = 0x54; /* format gap size */ in format_diskette() local
594 gap = 0x54; in format_diskette()
609 gap = 0x50; in format_diskette()
615 gap = 0x54; in format_diskette()
635 gap = 0x74; in format_diskette()
644 gap = 0x54; in format_diskette()
901 fdr_form.fdr_cmd[4] = gap; in format_diskette()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2626 int32_t gap; in tcp_rput_data() local
2976 if (gap < 0) { in tcp_rput_data()
2987 (seg_len > -gap ? -gap : seg_len)); in tcp_rput_data()
2989 seg_len += gap; in tcp_rput_data()
3012 seg_len -= gap; in tcp_rput_data()
3064 if (gap > 0) { in tcp_rput_data()
3071 } while (gap < 0); in tcp_rput_data()
5205 int32_t gap; in tcp_time_wait_processing() local
5232 if (gap < 0) { in tcp_time_wait_processing()
5235 (seg_len > -gap ? -gap : seg_len)); in tcp_time_wait_processing()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c946 int count = 0, gap = 0; in logmap_setup_read() local
952 if (!gap && !sector_set) { in logmap_setup_read()
953 gap = 1; in logmap_setup_read()
959 } else if (gap && sector_set) { in logmap_setup_read()
960 gap = 0; in logmap_setup_read()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drange_tree.h283 int (*zfs_btree_compare) (const void *, const void *), uint64_t gap);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c3042 hrtime_t now, gap; in i40e_setup_ring() local
3055 gap = NSEC2MSEC(now - itrq->irtq_time_stopped); in i40e_setup_ring()
3056 if (gap < I40E_RING_ENABLE_GAP && gap != 0) in i40e_setup_ring()
3057 delay(drv_usectohz(gap * 1000)); in i40e_setup_ring()
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man187 There are no file types. These concepts fill a much-needed gap.
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope2913 # 2-hour gap between second and third zones in 2011-2014).
/illumos-gate/usr/src/cmd/look/
H A Dwords9485 gap
/illumos-gate/usr/src/cmd/spell/
H A Dlist9483 gap
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src16227 # this big white gap.
H A Dterminfo.src18241 # this big white gap.