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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c711 s64 br, to_read, ofs, total, total2; local
761 total = total2 = 0;
768 total2 = pos + count - na->initialized_size;
769 count -= total2;
770 memset((u8*)b + count, 0, total2);
972 return total + total2;
H A Dattrib.c991 s64 br, to_read, ofs, total, total2, max_read, max_init; local
1069 total = total2 = 0;
1076 total2 = pos + count - max_init;
1077 count -= total2;
1078 memset((u8*)b + count, 0, total2);
1094 total2++;
1098 total2 +=2;
1103 total2++;
1191 return total + total2;

Completed in 58 milliseconds