OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSERROR
(Results
1 - 5
of
5
) sorted by null
/external/fsck_msdos/
ext.h
79
#define
FSERROR
8 /* Some unrecovered error remains */
/external/libjpeg-turbo/
jquant1.c
127
typedef INT16
FSERROR
; /* 16 bits should be enough */
130
typedef INT32
FSERROR
; /* may need more than 16 bits */
134
typedef
FSERROR
*FSERRPTR; /* pointer to error array */
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
159
typedef INT16
FSERROR
; /* 16 bits should be enough */
162
typedef INT32
FSERROR
; /* may need more than 16 bits */
166
typedef
FSERROR
*FSERRPTR; /* pointer to error array */
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jquant1.c
129
typedef INT16
FSERROR
; /* 16 bits should be enough */
132
typedef INT32
FSERROR
; /* may need more than 16 bits */
136
typedef
FSERROR
FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
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
182
typedef INT16
FSERROR
; /* 16 bits should be enough */
185
typedef INT32
FSERROR
; /* may need more than 16 bits */
189
typedef
FSERROR
FAR *FSERRPTR; /* pointer to error array (in FAR storage!) */
[
all
...]
Completed in 194 milliseconds