Lines Matching defs:table_size
703 int table_size = sod->size / sizeof (SANE_Word);
704 int byte_cnt = table_size == 1024 ? 2 : 1;
709 PDBG (pixma_dbg (4, "*control_option***** opt_gamma_table: SANE_ACTION_SET_VALUE with %d values ***** \n", table_size));
713 for (i = 0; i < table_size; i++)
718 for (i = 0; i < table_size; i++)
724 /* PDBG (pixma_hexdump (4, (uint8_t *)v, table_size * 4)); */
725 /* PDBG (pixma_hexdump (4, ss->gamma_table, table_size * byte_cnt)); */
731 for (i = 0; i < table_size; i++)
736 for (i = 0; i < table_size; i++)
747 ss->gamma_table, table_size);
748 /* PDBG (pixma_hexdump (4, ss->gamma_table, table_size * byte_cnt)); */
819 int table_size = SOD (opt_gamma_table).size / sizeof(SANE_Word);
825 ss->gamma_table, table_size);
827 table_size == 1024 ? 2048 : table_size)); */