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

  /external/fsck_msdos/
ext.h 79 #define FSERROR 8 /* Some unrecovered error remains */
  /external/chromium_org/third_party/libjpeg_turbo/
jquant1.c 130 typedef INT16 FSERROR; /* 16 bits should be enough */
133 typedef INT32 FSERROR; /* may need more than 16 bits */
137 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
698 errorptr[0] = (FSERROR) (bpreverr + cur);
715 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
733 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
787 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
jquant2.c 164 typedef INT16 FSERROR; /* 16 bits should be enough */
167 typedef INT32 FSERROR; /* may need more than 16 bits */
171 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
    [all...]
  /external/jpeg/
jquant1.c 128 typedef INT16 FSERROR; /* 16 bits should be enough */
131 typedef INT32 FSERROR; /* may need more than 16 bits */
135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
693 errorptr[0] = (FSERROR) (bpreverr + cur);
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
jquant2.c 181 typedef INT16 FSERROR; /* 16 bits should be enough */
184 typedef INT32 FSERROR; /* may need more than 16 bits */
188 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 128 typedef INT16 FSERROR; /* 16 bits should be enough */
131 typedef INT32 FSERROR; /* may need more than 16 bits */
135 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
693 errorptr[0] = (FSERROR) (bpreverr + cur);
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
jquant2.c 181 typedef INT16 FSERROR; /* 16 bits should be enough */
184 typedef INT32 FSERROR; /* may need more than 16 bits */
188 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
    [all...]

Completed in 225 milliseconds