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

12

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A DMKunctrl.awk53 gap = ","
62 printf "%4d%s", offset, gap;
79 gap = gap " "
84 gap = "\n"
86 gap = gap " "
90 printf "\"%s\"%s", part, gap
105 gap = ","
113 printf "%4d%s", offset, gap;
[all...]
H A Dlib_slk.c81 int gap, i, x; local
89 gap = (cols - 3 * (3 + 4 * max_length)) / 2;
91 if (gap < 1)
92 gap = 1;
97 x += (i == 3 || i == 7) ? gap : 1;
101 gap = cols - (int) (SP_PARM->_slk->maxlab * max_length) - 6;
103 if (gap < 1)
104 gap = 1;
108 x += (i == 3) ? gap : 1;
112 gap
[all...]
/freebsd-11-stable/tools/tools/mctest/
H A Dmctest_run.sh15 gap=1000
74 $command -M $# -b $base -g $group -n $number -s $size -i $local_interface -t $gap > `uname -n`\_$size\_$number\.$now
H A Dmctest.cc66 cout << "mctest [-r] -M clients -m client number -i interface -g multicast group -s packet size -n number -t inter-packet gap\n";
206 long gap = (result.tv_sec * 1000000) + result.tv_usec; local
207 if (gap > maxgap)
208 maxgap = gap;
209 if (gap < mingap)
210 mingap = gap;
214 cout << "maximum gap (usecs): " << maxgap << endl;
215 cout << "minimum gap (usecs): " << mingap << endl;
294 // @param gap ///< inter packet gap i
299 source(char *interface, struct in_addr *group, int pkt_size, int number, int gap, int clients, short base_port) argument
456 int gap = 0; ///< inter packet gap (in nanoseconds) local
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dbuttons.c270 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) argument
285 if ((*gap = unused / (count + 3)) <= 0) {
286 if ((*gap = unused / (count + 1)) <= 0)
287 *gap = 1;
288 *margin = *gap;
290 *margin = *gap * 2;
292 *step = *gap + (used + count - 1) / count;
293 result = (*gap > 0) && (unused >= 0);
307 int gap, margin, step; local
310 while (!dlg_button_x_step(labels, width, &gap,
338 int gap; local
[all...]
H A Dinputstr.c565 int gap = indx[offset] - indx[offset - 1]; local
567 if (gap > 0) {
569 (string[i] = string[i + gap]) != '\0';
581 int gap = ((offset <= limit) local
584 if (gap > 0) {
586 (string[i] = string[i + gap]) != '\0';
/freebsd-11-stable/contrib/less/
H A Dlinenum.c46 POSITION gap; /* Gap between prev and next */ member in struct:linenum_info
50 * "gap" needs some explanation: the gap of any particular line number
53 * gap of a line number is the gap which would be introduced if this
95 anchor.gap = 0;
101 * Calculate the gap for an entry.
108 * Don't bother to compute a gap for the anchor.
109 * Also don't compute a gap for the last one in the list.
110 * The gap fo
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_constants.h329 * gap ack's to figure out if you need to stroke a chunk for FR.
894 #define SCTP_IS_TSN_PRESENT(arry, gap) ((arry[(gap >> 3)] >> (gap & 0x07)) & 0x01)
895 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))
896 #define SCTP_UNSET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] &= ((~(0x01 << ((gap
[all...]
H A Dsctp_indata.c290 uint32_t gap, i, cumackp1; local
305 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn);
306 in_r = SCTP_IS_TSN_PRESENT(asoc->mapping_array, gap);
307 in_nr = SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap);
312 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn);
317 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap);
319 SCTP_UNSET_TSN_PRESENT(asoc->mapping_array, gap);
326 SCTP_CALC_TSN_TO_GAP(gap, i, asoc->mapping_array_base_tsn);
327 if (SCTP_IS_TSN_PRESENT(asoc->mapping_array, gap)) {
1709 uint32_t tsn, fsn, gap, mid; local
5596 uint32_t new_cum_tsn, gap; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h108 char gap[SIGNAL_FRAMESIZE]; member in struct:sigframe
133 char gap[SIGNAL_FRAMESIZE]; member in struct:rt_sigframe
165 char gap[SIGNAL_FRAMESIZE]; member in struct:sigframe
175 char gap[SIGNAL_FRAMESIZE + 16]; member in struct:rt_sigframe
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drange_tree.c57 * is not to bridge gaps (i.e. the maximum allowed gap size is 0).
173 int (*avl_compare) (const void *, const void *), uint64_t gap)
182 rt->rt_gap = gap;
228 uint64_t end = start + size, gap = rt->rt_gap; local
239 if (gap == 0 && rs != NULL &&
250 * If this is a gap-supporting range tree, it is possible that we
258 ASSERT3U(gap, !=, 0);
286 * If gap != 0, we might need to merge with our neighbors even if we
292 merge_before = (rs_before != NULL && rs_before->rs_end >= start - gap);
293 merge_after = (rs_after != NULL && rs_after->rs_start <= end + gap);
172 range_tree_create_impl(range_tree_ops_t *ops, void *arg, int (*avl_compare) (const void *, const void *), uint64_t gap) argument
[all...]
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;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c344 * line[0 .. gap-1] and line[gap+gapsize .. linelim-1] hold pointers to lines.
345 * line[gap .. gap+gapsize-1] contains garbage.
351 static size_t gap, gapsize, linelim; variable
366 gap = gapsize = linelim,
369 if (n < gap)
370 movelines(line+n+gapsize, line+n, gap-n);
371 else if (gap < n)
372 movelines(line+gap, lin
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp62 uptr gap = 16 * GetPageSizeCached(); local
63 beg += gap;
64 size -= gap;
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c89 static int ingap; /* expand input gap */
95 static int ogap; /* contract output gap */
1029 int gap = ingap; local
1036 if (gap) {
1049 col = gap - (col % gap);
1135 int gap = ogap; local
1160 ips += gap - (ips % gap);
1172 if ((tbps = ops + gap
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp518 vunits gap = height - *bottomp; local
525 if (total <= gap) {
527 gap -= amount[i];
530 // gap < total
531 vunits v = scale(amount[i], gap, total);
533 gap -= v;
541 *bottomp = height - gap;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drange_tree.h55 uint64_t rt_gap; /* allowable inter-segment gap */
70 uint64_t rs_fill; /* actual fill if gap mode is on */
86 int (*avl_compare)(const void*, const void*), uint64_t gap);
/freebsd-11-stable/sys/sys/
H A Dfdcio.h87 int gap; /* gap len between sectors */ member in struct:fd_type
92 int f_gap; /* format gap len */
/freebsd-11-stable/usr.sbin/fdcontrol/
H A Dfdcontrol.c175 printf("\tSector gap:\t%d\n", ft.gap);
176 printf("\tFormat gap:\t%d\n", ft.f_gap);
/freebsd-11-stable/usr.sbin/fdread/
H A Dfdutil.c175 * sectrac,secsize,datalen,gap,ncyls,speed,heads,f_gap,f_inter,offs2,flags[...]
180 * gap = gap length when reading
184 * f_gap = gap length when formatting
255 case 3: /* gap */
256 if (getnum(s1, &out->gap))
258 "bad numeric value for gap: %s", s1);
387 in.sectrac, secsize, in.datalen, in.gap, in.tracks,
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c785 int i, gap; local
802 gap = 0;
808 gap++;
809 } else if (gap != 0) {
810 im6o->im6o_membership[i - gap] =
814 im6o->im6o_num_memberships -= gap;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c77 struct timeval gap; variable in typeref:struct:timeval
168 gap.tv_usec = max(0, OPT_VALUE_GAP * 1000);
169 gap.tv_usec = min(gap.tv_usec, 999999);
639 event_add(ev_xmt_timer, &gap);
640 TRACE(2, ("xmt_timer_cb: at .%6.6u gap %6.6u\n",
642 (u_int)gap.tv_usec));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c933 int gap, tmp; local
1002 gap = (int)p_CgParams->fqTailDropThreshold;
1007 if (tmp < gap)
1011 gap = tmp;
1064 gap = (int)p_CgParams->fqTailDropThreshold;
1069 if (tmp < gap)
1073 gap = tmp;
1381 int gap, tmp; local
1388 gap = (int)p_WredCurve->maxTh;
1393 if (tmp < gap)
2267 int gap, tmp; local
2644 int gap, tmp; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c1069 bfd_vma gap;
1074 gap = value - (dot - shrink);
1076 if (-1 << 23 < (long)gap && (long)gap < 1 << 23)
1099 bfd_vma gap;
1116 gap = old_end - ((dot + size) & ~size);
1066 bfd_vma gap; local
1096 bfd_vma gap; local
/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk23 # bridge the gap between FreeBSD 4 and FreeBSD 5.

Completed in 173 milliseconds

12