Home
last modified time | relevance | path

Searched refs:inputlength (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dsvmodule.c838 int invert, width, height, inputlength; in sv_conversion() local
843 &input, &inputlength, &width, &height)) in sv_conversion()
846 if (width * height * inputfactor > inputlength) { in sv_conversion()