HomeSort by relevance Sort by last modified time
    Searched defs:omax (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
274 if (omax > max) max = omax;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
274 if (omax > max) max = omax;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 217 int imax, omax, emax, max; local
269 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
274 if (omax > max) max = omax;
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 206 int imax, omax, emax, max; local
258 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
263 if (omax > max) max = omax;
    [all...]
  /external/libedit/src/
readline.c 1152 int omax; local
1155 omax = max_input_history;
1157 return omax; /* some value _must_ be returned */
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 203 int imax, omax, emax, max; local
254 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
260 if (omax > max) max = omax;
    [all...]

Completed in 324 milliseconds