HomeSort by relevance Sort by last modified time
    Searched full:mmxsupport (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/gregbook/
readpng2.c 87 int mmxsupport = png_mmx_support(); local
88 if (mmxsupport < 0)
106 mmxsupport? "supports" : "does not support");
107 if (mmxsupport > 0) {
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 102 * - fixed mmxsupport()/png_do_read_interlace() first-row bug
103 * This one was severely weird: even though mmxsupport() doesn't touch
126 * - fixed up both versions of mmxsupport() (ORIG_THAT_USED_TO_CLOBBER_EBX
212 * call mmxsupport(), which should probably become global png_mmxsupport());
216 * - renamed mmxsupport() to png_mmx_support(), with auto-set of mmx_supported,
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 702 milliseconds