Searched refs:BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
23 #define BLOCK_SIZE 8 macro66 printf(" * Non-zero %u byte strings of a disk image\n", BLOCK_SIZE); in main()72 for (i = 0; i < count; i += BLOCK_SIZE) { in main()75 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main()82 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) in main()85 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main()
56 #define BLOCK_SIZE 0x2000 macro61 char pad[BLOCK_SIZE];144 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()
102 static const int BLOCK_SIZE = 4; variable161 if (ecc[ID] != ECC_BLOCK_ID || ecc[LEN] < BLOCK_SIZE || in vpd_reader()163 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader()173 offset - data[LEN], &data[offset + BLOCK_SIZE], in vpd_reader()174 ecc[LEN] - BLOCK_SIZE); in vpd_reader()191 if (size < BLOCK_SIZE || data[LEN] < BLOCK_SIZE) { in vpd_reader()197 data[LEN] - BLOCK_SIZE, &data[BLOCK_SIZE]); in vpd_reader()
166 BLOCK_SIZE=0x00014000176 BLOCK_SIZE is the size to be copied by PBI.196 BLOCK_SIZE=0x00014000215 BLOCK_SIZE=0x00016000226 BLOCK_SIZE is the size to be copied by PBI.
Completed in 13 milliseconds