Home
last modified time | relevance | path

Searched refs:optLast (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dsm3600.c116 optLast } TOptionIndex; enumerator
147 if (optLast!=NUM_OPTIONS) in InitOptions()
155 for (iOpt=optCount; iOpt!=optLast; iOpt++) in InitOptions()
189 pval->w =(SANE_Word)optLast; in InitOptions()
321 case optLast: /* not reached */ in InitOptions()
H A Dniash.c88 optLast enumerator
104 SANE_Option_Descriptor aOptions[optLast];
105 TOptionValue aValues[optLast];
587 for (i = optCount; i < optLast; i++) in _InitOptions()
610 pVal->w = (SANE_Word) optLast; in _InitOptions()
963 if ((n < optCount) || (n >= optLast)) in sane_get_option_descriptor()
991 if ((n < optCount) || (n >= optLast)) in sane_control_option()
1109 if (!fSame && optLast > optGammaTable) in sane_control_option()
H A Dhp5400_sane.c129 optLast, /* Disable the offset code */ enumerator
192 SANE_Option_Descriptor aOptions[optLast];
193 TOptionValue aValues[optLast];
269 for (i = optCount; i < optLast; i++) { in _InitOptions()
290 pVal->w = (SANE_Word)optLast; in _InitOptions()
808 if ((n < optCount) || (n >= optLast)) in sane_get_option_descriptor()

Completed in 5 milliseconds