HomeSort by relevance Sort by last modified time
    Searched refs:oix (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 178 int oix, oiy; local
203 oix = ix * x / newx;
206 *ncp++ = *CHARP(cp, x, oix, oiy);
208 *nsp++ = *SHORTP(cp, x, oix, oiy);
210 *nlp++ = *LONGP(cp, x, oix, oiy);
  /external/python/cpython2/Modules/
imageop.c 181 int oix, oiy; local
206 oix = ix * x / newx;
209 *ncp++ = *CHARP(cp, x, oix, oiy);
211 *nsp++ = *SHORTP(cp, x, oix, oiy);
213 *nlp++ = *LONGP(cp, x, oix, oiy);

Completed in 56 milliseconds