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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dbitmap.c64 u8 *buf, *lastbyte_buf; local
112 lastbyte_buf = NULL;
127 lastbyte_buf = buf + lastbyte_pos - 1;
131 3, 1, lastbyte_buf);
144 *lastbyte_buf |= 1 << --bit;
146 *lastbyte_buf &= ~(1 << --bit);

Completed in 21 milliseconds