Lines Matching defs:value
316 /* Round to boundry, return 1 if value modified */
387 /* Lookup a string list from one array and return the correnpond value. */
939 SANE_Word value;
1001 DBG (DBG_error, "opt value = %d\n", *(SANE_Word *) val);
1019 DBG (DBG_error, "opt value = %s\n", (char *) val);
1039 DBG (DBG_error, "could not set option, invalid value\n");
1092 "option %s, input = %d, value = %d\n",
1105 value = mmToIlu (SANE_UNFIX (*(SANE_Word *) val)) * xr; /* XR * W */
1112 if (round_to_boundry (&value, KV_PIXEL_ROUND, 0, max))
1123 (&value, KV_PIXEL_ROUND, tl_x, KV_PIXEL_MAX * xr))
1132 dev->val[option].w = SANE_FIX (iluToMm ((double) value / xr));
1140 "option %s, input = %d, value = %d\n",