Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cdrw/
H A Ddae.c46 #define BLOCKS_COMPARE 3 macro
107 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); i >= 0; i -= 4) { in handle_jitter()
108 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
109 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
110 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
113 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); in handle_jitter()
115 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i, in handle_jitter()
116 BLOCK_SIZE * BLOCKS_COMPARE) == 0) { in handle_jitter()
117 return (i + (BLOCK_SIZE * BLOCKS_COMPARE)); in handle_jitter()
249 off = BLOCK_SIZE * BLOCKS_COMPARE; in read_audio_track()