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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbitmap.c119 u8 *buf, *lastbyte_buf; local
169 lastbyte_buf = NULL;
184 lastbyte_buf = buf + lastbyte_pos - 1;
188 3, 1, lastbyte_buf);
201 *lastbyte_buf |= 1 << --bit;
203 *lastbyte_buf &= ~(1 << --bit);

Completed in 67 milliseconds