Home
last modified time | relevance | path

Searched refs:BLOCKS_COMPARE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c44 #define BLOCKS_COMPARE 3 macro
105 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); i >= 0; i -= 4) { in handle_jitter()
106 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
107 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
108 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
111 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); in handle_jitter()
113 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
114 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
115 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
247 off = BLOCK_SIZE * BLOCKS_COMPARE; in read_audio_track()