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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c81 #define LOGICAL_BLOCK_SIZE 2048 macro
486 #define RESERVED_AREA (SYSTEM_AREA_BLOCK * LOGICAL_BLOCK_SIZE)
488 RESERVED_AREA + 8 * LOGICAL_BLOCK_SIZE,
500 for (; bytes_read > LOGICAL_BLOCK_SIZE;
501 bytes_read -= LOGICAL_BLOCK_SIZE, p += LOGICAL_BLOCK_SIZE) {
1063 skipsize = LOGICAL_BLOCK_SIZE * vd->location;
1100 skipsize = LOGICAL_BLOCK_SIZE * vd->location;

Completed in 53 milliseconds