OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:option_map
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/public-domain/xz/dist/src/xz/
options.c
30
}
option_map
;
typedef in typeref:struct:__anon423
59
parse_options(const char *str, const
option_map
*opts,
168
static const
option_map
opts[] = {
212
static const
option_map
opts[] = {
337
static const
option_map
opts[] = {
/src/external/public-domain/xz/dist/src/liblzma/common/
string_conversion.c
146
/// For
option_map
.flags: Use .u.map to do convert the input value
151
/// For
option_map
.flags: Allow KiB/MiB/GiB in input string and use them in
156
/// For
option_map
.flags: If the integer value is zero then this option
161
/// Possible values for
option_map
.type. Since OPTMAP_TYPE_UINT32 is 0,
181
/// Each filter that has options needs an array of
option_map
structures.
204
/// in order from the beginning of an
option_map
array. The integer is
234
}
option_map
;
typedef in typeref:struct:__anon379
239
const
option_map
*const optmap, const size_t optmap_size);
262
static const
option_map
bcj_optmap[] = {
289
static const
option_map
delta_optmap[] =
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
opts-common.cc
432
struct
option_map
struct
449
static const struct
option_map
option_map
[] =
local
471
/* Given buffer P of size SZ, look for a prefix within
OPTION_MAP
;
479
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
481
const char * const old_prefix =
option_map
[i].opt0;
486
*out_new_prefix =
option_map
[i].new_prefix;
496
option_map
above provides various prefixes for spelling command-line
524
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
526
const char *opt0 =
option_map
[i].opt0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
432
struct
option_map
struct
449
static const struct
option_map
option_map
[] =
local
474
option_map
above provides various prefixes for spelling command-line
502
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
504
const char *opt0 =
option_map
[i].opt0;
505
const char *opt1 =
option_map
[i].opt1;
506
const char *new_prefix =
option_map
[i].new_prefix;
509
if (option->cl_reject_negative &&
option_map
[i].negated)
562
&& i < ARRAY_SIZE (
option_map
))
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c
622
static const name_map
option_map
[] = {
variable
671
option_names option = name2i (name,
option_map
);
/src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c
622
static const name_map
option_map
[] = {
variable
671
option_names option = name2i (name,
option_map
);
Completed in 23 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026