Home
last modified time | relevance | path

Searched refs:rolling (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c271 const apr_uint32_t rolling, in find_match() argument
283 apos = find_block(blocks, rolling, b + bpos); in find_match()
379 apr_uint32_t rolling; in compute_delta() local
409 rolling = init_adler32(b + lo); in compute_delta()
417 while (!(blocks.flags[hash_flags(rolling)] & (1 << (rolling & 7))) in compute_delta()
420 rolling = adler32_replace(rolling, b[lo], b[lo+MATCH_BLOCKSIZE]); in compute_delta()
427 matchlen = find_match(&blocks, rolling, a, asize, b, bsize, in compute_delta()
437 rolling = adler32_replace(rolling, b[lo], b[lo+MATCH_BLOCKSIZE]); in compute_delta()
474 rolling = init_adler32(b + lo); in compute_delta()
/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c65 t->rolling = 0; in throughput_init()
119 if (t->rolling) { in throughput_disp()
151 if (t->rolling) in throughput_log()
198 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start() argument
211 throughput_restart(t, name, rolling); in throughput_start()
215 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart() argument
218 t->rolling = rolling ? 1 : 0; in throughput_restart()
219 if (t->rolling) { in throughput_restart()
H A Dthroughput.h52 unsigned rolling : 1; member
H A Dbundle.c1034 if (dl->physical->link.stats.total.rolling && dl->state == DATALINK_OPEN) in bundle_ShowLinks()
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst6 If you have specific requirements, you should consider rolling your own driver for the stateless AP…
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c107 static void leapadd(zic_t t, int positive, int rolling, int count);
2309 leapadd(t, positive, rolling, count) in leapadd() argument
2312 const int rolling;
2337 roll[i] = rolling;
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/
H A Dratelimit.test114 # backoff logic that keeps rolling the RATE_WINDOW based on demand.
/freebsd-13.1/contrib/expat/
H A DREADME.md22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
/freebsd-13.1/crypto/openssl/doc/man1/
H A Denc.pod267 that begin processing untrusted data and are not capable of rolling
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/
H A DREADME.dracut.markdown84 …ove except that the value substituted for \<snapname\> will be used when rolling back the bootfs i…
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt582 people from rolling their own ad-hoc parsing functions.
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.0.txt582 people from rolling their own ad-hoc parsing functions.
/freebsd-13.1/share/dict/
H A Dweb2a3037 aye-rolling
11723 cigar rolling
15655 dark-rolling
19785 eye-rolling
25336 gold-rolling
40561 pill-rolling
47958 rolling mill
47960 rolling rope
67322 tube-rolling
69679 vast-rolling
[all …]
H A Dweb2170687 rolling
/freebsd-13.1/contrib/tzdata/
H A DNEWS676 zic -r now reports an error if given rolling leap seconds, as this
3379 David Olson for starting the ball rolling on this.)
/freebsd-13.1/contrib/diff/
H A DChangeLog1081 Include <libgettext.h> rather than rolling it ourselves.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1973 // Branch history rolling buffer.