Searched refs:FSERROR (Results 1 – 8 of 8) sorted by relevance
383 return FSERROR; in removede()402 return FSERROR; in checksize()416 return FSERROR; in checksize()430 return FSERROR; in checksize()612 mod |= FSERROR; in readDosDirSection()781 mod |= FSERROR; in readDosDirSection()819 mod |= FSERROR; in readDosDirSection()830 mod |= FSERROR; in readDosDirSection()851 mod |= FSERROR; in readDosDirSection()870 mod |= FSERROR; in readDosDirSection()[all …]
182 mod |= FSERROR; in checkfilesys()195 if (mod && (mod & FSERROR) == 0) { in checkfilesys()205 mod |= FSERROR; /* file system not clean */ in checkfilesys()210 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
160 return FSERROR; in checkclnum()387 return FSERROR; in clustdiffer()399 return FSERROR; in clustdiffer()443 return FSERROR; in tryclear()523 if (conf == FSERROR) { in checkfat()687 if (ret == FSERROR && ask(1, "Clear")) { in checklost()
79 #define FSERROR 8 /* Some unrecovered error remains */ macro
129 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef132 typedef INT32 FSERROR; /* may need more than 16 bits */ typedef136 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */694 errorptr[0] = (FSERROR) (bpreverr + cur); in quantize_fs_dither()711 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */ in quantize_fs_dither()729 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR)); in alloc_fs_workspace()783 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR)); in start_pass_1_quant()
182 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef185 typedef INT32 FSERROR; /* may need more than 16 bits */ typedef189 typedef FSERROR FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */1050 errorptr[0] = (FSERROR) (bpreverr0 + cur0); in pass2_fs_dither()1058 errorptr[1] = (FSERROR) (bpreverr1 + cur1); in pass2_fs_dither()1066 errorptr[2] = (FSERROR) (bpreverr2 + cur2); in pass2_fs_dither()1084 errorptr[0] = (FSERROR) bpreverr0; /* unload prev errs into array */ in pass2_fs_dither()1085 errorptr[1] = (FSERROR) bpreverr1; in pass2_fs_dither()1086 errorptr[2] = (FSERROR) bpreverr2; in pass2_fs_dither()1201 (3 * SIZEOF(FSERROR))); in start_pass_2_quant()[all …]
127 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef130 typedef INT32 FSERROR; /* may need more than 16 bits */ typedef134 typedef FSERROR *FSERRPTR; /* pointer to error array */693 errorptr[0] = (FSERROR) (bpreverr + cur); in quantize_fs_dither()710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */ in quantize_fs_dither()728 arraysize = (size_t) ((cinfo->output_width + 2) * sizeof(FSERROR)); in alloc_fs_workspace()782 arraysize = (size_t) ((cinfo->output_width + 2) * sizeof(FSERROR)); in start_pass_1_quant()
159 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef162 typedef INT32 FSERROR; /* may need more than 16 bits */ typedef166 typedef FSERROR *FSERRPTR; /* pointer to error array */1026 errorptr[0] = (FSERROR) (bpreverr0 + cur0 * 3); in pass2_fs_dither()1031 errorptr[1] = (FSERROR) (bpreverr1 + cur1 * 3); in pass2_fs_dither()1036 errorptr[2] = (FSERROR) (bpreverr2 + cur2 * 3); in pass2_fs_dither()1053 errorptr[0] = (FSERROR) bpreverr0; /* unload prev errs into array */ in pass2_fs_dither()1054 errorptr[1] = (FSERROR) bpreverr1; in pass2_fs_dither()1055 errorptr[2] = (FSERROR) bpreverr2; in pass2_fs_dither()1170 (3 * sizeof(FSERROR))); in start_pass_2_quant()[all …]