OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_data
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/scsipi/
ss_mustek.c
272
struct mustek_mode_select_data
mode_data
;
local
328
_lto2b(sizeof(
mode_data
), mode_cmd.length);
330
memset(&
mode_data
, 0, sizeof(
mode_data
));
331
mode_data
.mode =
334
mode_data
.resolution = ss->sio.scan_x_resolution / 3;
340
mode_data
.resolution =
343
mode_data
.brightness = (ss->sio.scan_brightness - 64) / 3;
344
mode_data
.contrast = (ss->sio.scan_contrast - 16) / 7;
345
mode_data
.grain = 0
[
all
...]
ss_mustek.c
272
struct mustek_mode_select_data
mode_data
;
local
328
_lto2b(sizeof(
mode_data
), mode_cmd.length);
330
memset(&
mode_data
, 0, sizeof(
mode_data
));
331
mode_data
.mode =
334
mode_data
.resolution = ss->sio.scan_x_resolution / 3;
340
mode_data
.resolution =
343
mode_data
.brightness = (ss->sio.scan_brightness - 64) / 3;
344
mode_data
.contrast = (ss->sio.scan_contrast - 16) / 7;
345
mode_data
.grain = 0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc
50
struct
mode_data
struct
52
struct
mode_data
*next; /* next this class - arbitrary order */
63
struct
mode_data
*component; /* mode of components */
64
struct
mode_data
*wider; /* next wider mode */
66
struct
mode_data
*contained; /* Pointer to list of modes that have
68
struct
mode_data
*next_cont; /* Next mode in that list. */
70
struct
mode_data
*complex; /* complex type with mode as component. */
84
static struct
mode_data
*modes[MAX_MODE_CLASS];
86
static struct
mode_data
*void_mode;
88
static const struct
mode_data
blank_mode =
[
all
...]
genmodes.cc
50
struct
mode_data
struct
52
struct
mode_data
*next; /* next this class - arbitrary order */
63
struct
mode_data
*component; /* mode of components */
64
struct
mode_data
*wider; /* next wider mode */
66
struct
mode_data
*contained; /* Pointer to list of modes that have
68
struct
mode_data
*next_cont; /* Next mode in that list. */
70
struct
mode_data
*complex; /* complex type with mode as component. */
84
static struct
mode_data
*modes[MAX_MODE_CLASS];
86
static struct
mode_data
*void_mode;
88
static const struct
mode_data
blank_mode =
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
genmodes.cc
50
struct
mode_data
struct
52
struct
mode_data
*next; /* next this class - arbitrary order */
63
struct
mode_data
*component; /* mode of components */
64
struct
mode_data
*wider; /* next wider mode */
66
struct
mode_data
*contained; /* Pointer to list of modes that have
68
struct
mode_data
*next_cont; /* Next mode in that list. */
70
struct
mode_data
*complex; /* complex type with mode as component. */
84
static struct
mode_data
*modes[MAX_MODE_CLASS];
86
static struct
mode_data
*void_mode;
88
static const struct
mode_data
blank_mode =
[
all
...]
genmodes.cc
50
struct
mode_data
struct
52
struct
mode_data
*next; /* next this class - arbitrary order */
63
struct
mode_data
*component; /* mode of components */
64
struct
mode_data
*wider; /* next wider mode */
66
struct
mode_data
*contained; /* Pointer to list of modes that have
68
struct
mode_data
*next_cont; /* Next mode in that list. */
70
struct
mode_data
*complex; /* complex type with mode as component. */
84
static struct
mode_data
*modes[MAX_MODE_CLASS];
86
static struct
mode_data
*void_mode;
88
static const struct
mode_data
blank_mode =
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026