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

  /external/fsck_msdos/
ext.h 79 #define FSERROR 8 /* Some unrecovered error remains */
  /external/libjpeg-turbo/
jquant1.c 128 typedef INT16 FSERROR; /* 16 bits should be enough */
131 typedef JLONG FSERROR; /* may need more than 16 bits */
135 typedef FSERROR *FSERRPTR; /* pointer to error array */
694 errorptr[0] = (FSERROR) (bpreverr + cur);
711 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
729 arraysize = (size_t) ((cinfo->output_width + 2) * sizeof(FSERROR));
783 arraysize = (size_t) ((cinfo->output_width + 2) * sizeof(FSERROR));
jquant2.c 160 typedef INT16 FSERROR; /* 16 bits should be enough */
163 typedef JLONG FSERROR; /* may need more than 16 bits */
167 typedef FSERROR *FSERRPTR; /* pointer to error array */
    [all...]

Completed in 2158 milliseconds