Searched refs:totalN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/lib/
H A Dmdfour.h25 uint32 totalN; /* bit count, lower 32 bits */ member in struct:mdfour
H A Dmdfour.c112 md->totalN = 0;
126 m->totalN += n << 3;
127 if (m->totalN < (n << 3)) {
137 copy4(buf+56, m->totalN);
150 copy4(buf+120, m->totalN);
180 m->totalN += 64 << 3;
181 if (m->totalN < 64 << 3) {

Completed in 190 milliseconds