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

/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A Dp12pbegen.c43 size_t bytes_to_move = block + block_length - block_ptr; local
44 memcpy(block_ptr, data, bytes_to_move > data_length ? data_length : bytes_to_move);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c2728 int bytes_to_move; local
3022 bytes_to_move = min(io_resid, xfer_resid);
3023 io_requested = bytes_to_move;
3033 io_resid -= bytes_to_move;
3034 xfer_resid -= bytes_to_move;
3035 io_offset += bytes_to_move;

Completed in 222 milliseconds