HomeSort by: relevance | last modified time | path
    Searched defs:isect_start (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.c 2171 uint64_t isect_start, isect_end; local in function:hfslib_readd_with_extents
2173 isect_start = max(in_offset, last_offset);
2175 error = hfslib_readd(in_vol, out_bytes, isect_end-isect_start,
2176 isect_start - last_offset + (uint64_t)in_extents[i].start_block
2182 *out_bytesread += isect_end-isect_start;
2183 out_bytes = (uint8_t*)out_bytes + isect_end-isect_start;
libhfs.c 2171 uint64_t isect_start, isect_end; local in function:hfslib_readd_with_extents
2173 isect_start = max(in_offset, last_offset);
2175 error = hfslib_readd(in_vol, out_bytes, isect_end-isect_start,
2176 isect_start - last_offset + (uint64_t)in_extents[i].start_block
2182 *out_bytesread += isect_end-isect_start;
2183 out_bytes = (uint8_t*)out_bytes + isect_end-isect_start;

Completed in 76 milliseconds