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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c326 s64 br, to_read, ofs, total, total2; local
364 total = total2 = 0;
371 total2 = pos + count - na->initialized_size;
372 count -= total2;
373 memset((u8*)b + count, 0, total2);
552 return total + total2;
H A Dattrib.c868 s64 br, to_read, ofs, total, total2; local
929 total = total2 = 0;
936 total2 = pos + count - na->initialized_size;
937 count -= total2;
938 memset((u8*)b + count, 0, total2);
1010 return total + total2;

Completed in 32 milliseconds