Home
last modified time | relevance | path

Searched refs:FSERROR (Results 1 – 6 of 6) sorted by relevance

/external/fsck_msdos/
Ddir.c385 return FSERROR; in removede()
404 return FSERROR; in checksize()
418 return FSERROR; in checksize()
434 return FSERROR; in checksize()
528 mod |= FSERROR; in readDosDirSection()
699 mod |= FSERROR; in readDosDirSection()
737 mod |= FSERROR; in readDosDirSection()
748 mod |= FSERROR; in readDosDirSection()
769 mod |= FSERROR; in readDosDirSection()
788 mod |= FSERROR; in readDosDirSection()
[all …]
Dcheck.c153 mod |= FSERROR; in checkfilesys()
166 if (mod && (mod & FSERROR) == 0) { in checkfilesys()
176 mod |= FSERROR; /* file system not clean */ in checkfilesys()
181 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
Dfat.c157 return FSERROR; in checkclnum()
388 return FSERROR; in clustdiffer()
400 return FSERROR; in clustdiffer()
452 return FSERROR; in tryclear()
530 if (conf == FSERROR) { in checkfat()
690 if (ret == FSERROR && ask(0, "Clear")) { in checklost()
Dext.h72 #define FSERROR 8 /* Some unrecovered error remains */ macro
/external/libjpeg-turbo/
Djquant1.c129 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef
132 typedef JLONG FSERROR; /* may need more than 16 bits */ typedef
136 typedef FSERROR *FSERRPTR; /* pointer to error array */
696 errorptr[0] = (FSERROR)(bpreverr + cur); in quantize_fs_dither()
713 errorptr[0] = (FSERROR)bpreverr; /* unload prev err into array */ in quantize_fs_dither()
731 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in alloc_fs_workspace()
785 arraysize = (size_t)((cinfo->output_width + 2) * sizeof(FSERROR)); in start_pass_1_quant()
Djquant2.c160 typedef INT16 FSERROR; /* 16 bits should be enough */ typedef
163 typedef JLONG FSERROR; /* may need more than 16 bits */ typedef
167 typedef FSERROR *FSERRPTR; /* pointer to error array */
1030 errorptr[0] = (FSERROR)(bpreverr0 + cur0 * 3); in pass2_fs_dither()
1035 errorptr[1] = (FSERROR)(bpreverr1 + cur1 * 3); in pass2_fs_dither()
1040 errorptr[2] = (FSERROR)(bpreverr2 + cur2 * 3); in pass2_fs_dither()
1057 errorptr[0] = (FSERROR)bpreverr0; /* unload prev errs into array */ in pass2_fs_dither()
1058 errorptr[1] = (FSERROR)bpreverr1; in pass2_fs_dither()
1059 errorptr[2] = (FSERROR)bpreverr2; in pass2_fs_dither()
1174 (size_t)((cinfo->output_width + 2) * (3 * sizeof(FSERROR))); in start_pass_2_quant()
[all …]