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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
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 119 milliseconds