Lines Matching defs:value
104 * The resolutions_rounds_* lists provide the value with which round
105 * up the X value given by the interface.
745 int *psv; /* value list */
815 get_int_list_index (const SANE_Word list[], const SANE_Word value)
824 if (list[index] == value)
831 DBG (DBG_error, "word %d not found in list\n", value);
1857 SANE_Word value;
1937 DBG (DBG_error, "could not set option, invalid value\n");
1959 value = mmToIlu (SANE_UNFIX (*(SANE_Word *) val));
1964 if (value & (scanners[dev->scnum].resolutions_round[i] - 1))
1966 value =
1967 (value | (scanners[dev->scnum].resolutions_round[i] - 1)) + 1;
1974 *(SANE_Word *) val = SANE_FIX (iluToMm (value));
2094 value = 0;
2096 &value, info);
2099 value = 0;
2101 &value, info);
2104 value = SANE_FIX (paper_sizes[i].width);
2106 &value, info);
2109 value = SANE_FIX (paper_sizes[i].length);
2111 &value, info);