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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbitmap.c120 int bit, firstbyte, lastbyte, lastbyte_pos, tmp, ret = -1; local
131 firstbyte = 1;
133 firstbyte = 0;
136 bufsize = ((count - (bit ? 8 - bit : 0) + 7) >> 3) + firstbyte;
174 lastbyte_pos = ((count + 7) >> 3) + firstbyte;
213 tmp = (start_bit >> 3) - firstbyte;
226 tmp = (bufsize - firstbyte - lastbyte) << 3;
227 if (firstbyte) {
228 firstbyte = 0;
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dlock.c465 char *firstbyte = (char *)once_control; local
466 if (*firstbyte == *(const char *)&fresh_once)
469 *firstbyte = ~ *(const char *)&fresh_once;

Completed in 38 milliseconds