Searched refs:rolling (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/usr.sbin/ppp/
H A Dthroughput.c63 t->rolling = 0;
117 if (t->rolling) {
149 if (t->rolling)
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) argument
209 throughput_restart(t, name, rolling);
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) argument
216 t->rolling = rolling ? 1 : 0;
217 if (t->rolling) {
H A Dthroughput.h50 unsigned rolling : 1; member in struct:pppThroughput
H A Dbundle.c1035 if (dl->physical->link.stats.total.rolling && dl->state == DATALINK_OPEN)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c305 const apr_uint32_t rolling,
317 apos = find_block(blocks, rolling, b + bpos);
412 apr_uint32_t rolling;
439 /* Initialize our rolling checksum. */
440 rolling = init_adler32(b + lo);
447 matchlen = find_match(&blocks, rolling, a, asize, b, bsize,
457 rolling = adler32_replace(rolling, b[lo], b[lo+MATCH_BLOCKSIZE]);
493 rolling = init_adler32(b + lo);
303 find_match(const struct blocks *blocks, const apr_uint32_t rolling, const char *a, apr_size_t asize, const char *b, apr_size_t bsize, apr_size_t *bposp, apr_size_t *aposp, apr_size_t pending_insert_start) argument
411 apr_uint32_t rolling; local
/freebsd-10.2-release/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)
2312 const int rolling;
2337 roll[i] = rolling;

Completed in 183 milliseconds