Lines Matching refs:size
221 return (str.size() >= suffix.size()) &&
222 (0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix));
397 if (slices.size() == dim_z)
510 // For decode the block size is set by the incoming image.
525 // Read and decode block size
528 print_error("ERROR: Block size must be specified\n");
538 print_error("ERROR: Block size '%s' is invalid\n", argv[4]);
657 print_error("ERROR: Block size '%s' is invalid\n", argv[4]);
1154 // Read array size (image depth).
1157 print_error("ERROR: -zdim size '%s' is invalid\n", argv[argidx]);
1251 printf(" Block size: %ux%u\n", config.block_x, config.block_y);
1255 printf(" Block size: %ux%ux%u\n", config.block_x, config.block_y, config.block_z);
1995 // This has to come first, as the block size is in the file header