Lines Matching refs:byte_count
245 long file_offset, long byte_count) in read_file_store() argument
250 if (byte_count > 65535L) /* safety check */ in read_file_store()
253 (unsigned short) byte_count)) in read_file_store()
261 long file_offset, long byte_count) in write_file_store() argument
266 if (byte_count > 65535L) /* safety check */ in write_file_store()
269 (unsigned short) byte_count)) in write_file_store()
335 long file_offset, long byte_count) in read_xms_store() argument
345 spec.length = byte_count & (~ 1L); in read_xms_store()
357 if (ODD(byte_count)) { in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
360 ((char FAR *) buffer_address)[byte_count - 1L] = endbuffer[0]; in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
378 spec.length = byte_count & (~ 1L); in write_xms_store()
390 if (ODD(byte_count)) { in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
393 endbuffer[0] = ((char FAR *) buffer_address)[byte_count - 1L]; in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
498 spec.length = byte_count; in read_ems_store()
518 long file_offset, long byte_count) in write_ems_store() argument
523 spec.length = byte_count; in write_ems_store()