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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dbitmap.c65 int bit, firstbyte, lastbyte, lastbyte_pos, tmp, err; local
117 lastbyte_pos = ((left + 7) >> 3) + firstbyte;
118 if (!lastbyte_pos) {
126 if (lastbyte_pos <= bufsize) {
127 lastbyte_buf = buf + lastbyte_pos - 1;

Completed in 20 milliseconds