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

/opensolaris-onvv-gate/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) {
108 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
109 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
110 return (i + (BLOCK_SIZE * BLOCKS_COMPARE));
113 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE);
115 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
116 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
117 return (i + (BLOCK_SIZE * BLOCKS_COMPARE));
249 off = BLOCK_SIZE * BLOCKS_COMPARE;
[all...]

Completed in 46 milliseconds