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

/macosx-10.9.5/ntfs-83/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.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_scache_shmcb.c70 unsigned int data_pos, data_used; member in struct:__anon6093
80 unsigned int data_pos; member in struct:__anon6094
109 * buffer is subcache->data_pos the buffer's length is
322 subcache->data_pos = subcache->data_used = 0;
546 unsigned int diff = SHMCB_CYCLIC_SPACE(subcache->data_pos,
547 idx->data_pos,
554 subcache->data_pos = idx->data_pos;
603 subcache->data_used -= SHMCB_CYCLIC_SPACE(idx->data_pos, idx2->data_pos,
[all...]
/macosx-10.9.5/ntfs-83/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 78 milliseconds