Searched refs:bytes_per_group (Results 1 – 3 of 3) sorted by relevance
243 opts.bytes_per_group = 2; in PrintBuffer()250 size_t bytes_per_line = opts.bytes_per_group * opts.groups_per_line; in PrintBufferOpt()264 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()294 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()332 if (0 == (byte_col + 1) % opts.bytes_per_group) { in PrintBufferOpt()
33 size_t bytes_per_group; member
24 bytes_per_group="$((blocks_per_group * block_sz))"