Searched refs:dist (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-10-stable/etc/mtree/
H A DMakefile5 FILES= ${_BSD.debug.dist} \
6 BSD.include.dist \
7 BSD.root.dist \
8 ${_BSD.sendmail.dist} \
9 ${_BSD.tests.dist} \
10 BSD.usr.dist \
11 BSD.var.dist
14 _BSD.debug.dist= BSD.debug.dist
17 _BSD.groff.dist
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
H A Dfastpos.h25 // dist return
51 // get_dist_slot(dist) is the basic version. get_dist_slot_2(dist)
52 // assumes that dist >= FULL_DISTANCES, thus the result is at least
53 // FULL_DISTANCES_BITS * 2. Using get_dist_slot(dist) instead of
54 // get_dist_slot_2(dist) would give the same result, but get_dist_slot_2(dist)
79 # define get_dist_slot(dist) \
80 ((dist) <= 4 ? (dist)
83 get_dist_slot_2(uint32_t dist) argument
109 get_dist_slot(uint32_t dist) argument
125 get_dist_slot_2(uint32_t dist) argument
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
H A Dj_objnew.d50 @dist[pid, stringof(this->class)] = quantize(arg3);
56 printa(@dist);
H A Djs_objcpu.d51 @dist[copyinstr(arg1)] = quantize(this->oncpu / 1000);
60 printa(@dist);
H A Drb_objcpu.d51 @dist[copyinstr(arg0)] = quantize(this->oncpu / 1000);
60 printa(@dist);
H A Dseeksize.d64 this->dist = (int)(args[0]->b_blkno - this->last) > 0 ?
68 @Size[pid, curpsinfo->pr_psargs] = quantize(this->dist);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Proc/
H A Dreaddist.d10 sysinfo:::readch { @dist[execname] = quantize(arg0); }
H A Dwritedist.d10 sysinfo:::writech { @dist[execname] = quantize(arg0); }
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dchecksum32 for dist in $DISTRIBUTIONS; do
33 distname=$(basename $dist .txz)
44 CK=`sha256 -q $BSDINSTALL_DISTDIR/$dist`
45 awk -v checksum=$CK -v dist=$dist -v found=0 '{
46 if (dist == $1) {
66 --msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redownloaded." 0 0
H A Djail83 for dist in $EXTRA_DISTS; do
84 export DISTRIBUTIONS="$DISTRIBUTIONS $dist.txz"
89 for dist in $DISTRIBUTIONS; do
90 if [ ! -f $BSDINSTALL_DISTDIR/$dist ]; then
91 FETCH_DISTRIBUTIONS="$FETCH_DISTRIBUTIONS $dist"
/freebsd-10-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c71 struct dpv_file_node *dist = dists; local
103 if (dist == NULL) {
104 if ((dist = calloc(1, file_node_size)) == NULL)
106 dists = dist;
108 dist->next = calloc(1, file_node_size);
109 if (dist->next == NULL)
111 dist = dist->next;
115 if ((dist->path = malloc(span + 1)) == NULL)
117 snprintf(dist
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Disk/
H A Dseeksize.d64 this->dist = (int)(args[0]->b_blkno - this->last) > 0 ?
68 @Size[pid, curpsinfo->pr_psargs] = quantize(this->dist);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/
H A Dj_objnew.d50 @dist[pid, stringof(this->class)] = quantize(arg3);
56 printa(@dist);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_objcpu.d51 @dist[copyinstr(arg1)] = quantize(this->oncpu / 1000);
60 printa(@dist);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_objcpu.d51 @dist[copyinstr(arg0)] = quantize(this->oncpu / 1000);
60 printa(@dist);
/freebsd-10-stable/contrib/xz/src/liblzma/api/lzma/
H A Ddelta.h59 uint32_t dist; member in struct:__anon4943
/freebsd-10-stable/sbin/ipf/ipsend/
H A DMakefile14 CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/ipsend
15 CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/iplang
22 .PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend \
23 ${NETBSDSRCDIR}/dist/ipf/iplang
34 # cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....
/freebsd-10-stable/contrib/zlib/
H A Dinffast.c77 unsigned dist; /* match distance */ local
148 dist = (unsigned)(here.val);
158 dist += (unsigned)hold & ((1U << op) - 1);
160 if (dist > dmax) {
168 Tracevv((stderr, "inflate: distance %u\n", dist));
170 if (dist > op) { /* see if copy from window */
171 op = dist - op; /* distance back in window */
191 from = out - dist;
207 from = out - dist; /* rest from output */
225 from = out - dist; /* res
[all...]
H A Ddeflate.h300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
308 #define d_code(dist) \
309 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
310 /* Mapping from a distance to a distance code. dist is the distance - 1 and
335 ush dist = (ush)(distance); \
336 s->d_buf[s->last_lit] = dist; \
338 dist--; \
340 s->dyn_dtree[d_code(dist)]
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_common.c51 coder->distance = opt->dist;
68 || opt->dist < LZMA_DELTA_DIST_MIN
69 || opt->dist > LZMA_DELTA_DIST_MAX)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c96 unsigned dist; /* match distance */ local
167 dist = (unsigned)(this.val);
177 dist += (unsigned)hold & ((1U << op) - 1);
179 if (dist > dmax) {
187 Tracevv((stderr, "inflate: distance %u\n", dist));
189 if (dist > op) { /* see if copy from window */
190 op = dist - op; /* distance back in window */
204 from = out - dist; /* rest from output */
222 from = out - dist; /* rest from output */
233 from = out - dist; /* res
[all...]
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
290 #define d_code(dist) \
291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
292 /* Mapping from a distance to a distance code. dist is the distance - 1 and
317 ush dist = (distance); \
318 s->d_buf[s->last_lit] = dist; \
320 dist--; \
322 s->dyn_dtree[d_code(dist)]
[all...]
/freebsd-10-stable/contrib/ntp/scripts/stats/
H A Dpeer.awk11 # ident cnt mean rms max delay dist disp
46 dist = $7 + $6 / 2
47 if (dist > peer_dist[i])
48 peer_dist[i] = dist
55 printf " ident cnt mean rms max delay dist disp\n"

Completed in 337 milliseconds

12345