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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_mst.c66 u16 *usa_pos, *data_pos; local
89 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
92 if (*data_pos != usn) {
101 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
105 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
112 *data_pos = *(++usa_pos);
114 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
143 le16 *usa_pos, *data_pos; local
172 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
179 *(++usa_pos) = *data_pos;
199 le16 *usa_pos, *data_pos; local
[all...]
H A Dntfs_mft.c639 s64 pass_end, ll, data_pos, pass_start, ofs; local
668 data_pos = vol->mft_data_pos;
670 data_pos = base_ni->mft_no + 1;
671 if (data_pos < 24)
672 data_pos = 24;
673 if (data_pos >= pass_end) {
674 data_pos = 24;
677 if (data_pos >= pass_end)
680 pass_start = data_pos;
682 "pass_end 0x%llx, data_pos
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c83 unsigned int data_pos, data_used; member in struct:__anon6160
93 unsigned int data_pos; member in struct:__anon6161
128 * buffer is subcache->data_pos; the buffer's length is
146 * idx1 = { data_pos = 0, data_used = 3, id_len = 1, ...}
147 * idx2 = { data_pos = 3, data_used = 3, id_len = 1, ...}
460 subcache->data_pos = subcache->data_used = 0;
705 unsigned int diff = SHMCB_CYCLIC_SPACE(subcache->data_pos,
706 idx->data_pos,
713 subcache->data_pos = idx->data_pos;
[all...]
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c270 u16 *usa_pos, *data_pos; local
293 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
296 if (*data_pos != usn) {
305 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);
309 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
316 *data_pos = *(++usa_pos);
318 data_pos += NTFS_BLOCK_SIZE/sizeof(u16);

Completed in 246 milliseconds