Home | History | Annotate | Download | only in toolbox

Lines Matching full:uint64_t

44 	uint64_t	dbcnt;		/* current buffer byte count */
46 uint64_t dbsz; /* buffer size */
56 uint64_t offset; /* # of blocks to skip */
60 uint64_t in_full; /* # of full input blocks */
61 uint64_t in_part; /* # of partial input blocks */
62 uint64_t out_full; /* # of full output blocks */
63 uint64_t out_part; /* # of partial output blocks */
64 uint64_t trunc; /* # of truncated records */
65 uint64_t swab; /* # of odd-length swab blocks */
66 uint64_t sparse; /* # of sparse output blocks */
67 uint64_t bytes; /* # of bytes written */