Home | History | Annotate | Download | only in jpeg

Lines Matching refs:byte_count

245 		 long file_offset, long byte_count)
249 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
250 if (byte_count > 65535L) /* safety check */
253 (unsigned short) byte_count))
261 long file_offset, long byte_count)
265 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
266 if (byte_count > 65535L) /* safety check */
269 (unsigned short) byte_count))
335 long file_offset, long byte_count)
342 * specially if byte_count is odd. We don't expect this to be common.
345 spec.length = byte_count & (~ 1L);
357 if (ODD(byte_count)) {
359 file_offset + byte_count - 1L, 2L);
360 ((char FAR *) buffer_address)[byte_count - 1L] = endbuffer[0];
368 long file_offset, long byte_count)
375 * specially if byte_count is odd. We don't expect this to be common.
378 spec.length = byte_count & (~ 1L);
390 if (ODD(byte_count)) {
392 file_offset + byte_count - 1L, 2L);
393 endbuffer[0] = ((char FAR *) buffer_address)[byte_count - 1L];
395 file_offset + byte_count - 1L, 2L);
493 long file_offset, long byte_count)
498 spec.length = byte_count;
518 long file_offset, long byte_count)
523 spec.length = byte_count;