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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dmakemeta.c229 const uint32_t thisPieceSize = (uint32_t) MIN( b->pieceSize, totalRemain ); local
230 uint32_t leftInPiece = thisPieceSize;
264 assert( bufptr - buf == (int)thisPieceSize );
266 tr_sha1( walk, buf, thisPieceSize, NULL );
275 totalRemain -= thisPieceSize;

Completed in 98 milliseconds