OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:synth_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
midiio.h
67
#define SEQUENCER_INFO _IOWR('Q', 2, struct
synth_info
)
81
* (which corresponds to OSS's
SYNTH_INFO
) to get information on any kind of
82
* device, though the struct
synth_info
it uses has some members that only
95
/*#define SEQUENCER_ID _IOWR('Q',20, struct
synth_info
)*/
117
struct
synth_info
{
struct
midiio.h
67
#define SEQUENCER_INFO _IOWR('Q', 2, struct
synth_info
)
81
* (which corresponds to OSS's
SYNTH_INFO
) to get information on any kind of
82
* device, though the struct
synth_info
it uses has some members that only
95
/*#define SEQUENCER_ID _IOWR('Q',20, struct
synth_info
)*/
117
struct
synth_info
{
struct
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
1845
struct pow_synth_sqrt_info
synth_info
;
local
1846
synth_info
.factors = XALLOCAVEC (bool, max_depth + 1);
1847
synth_info
.deepest = 0;
1848
synth_info
.num_mults = 0;
1870
if (!representable_as_half_series_p (frac_part, max_depth, &
synth_info
))
1883
&& alt_synth_info.deepest <=
synth_info
.deepest
1884
&& alt_synth_info.num_mults <
synth_info
.num_mults)
1888
synth_info
.deepest = alt_synth_info.deepest;
1889
synth_info
.num_mults = alt_synth_info.num_mults;
1890
memcpy (
synth_info
.factors, alt_synth_info.factors
[
all
...]
tree-ssa-math-opts.cc
1845
struct pow_synth_sqrt_info
synth_info
;
local
1846
synth_info
.factors = XALLOCAVEC (bool, max_depth + 1);
1847
synth_info
.deepest = 0;
1848
synth_info
.num_mults = 0;
1870
if (!representable_as_half_series_p (frac_part, max_depth, &
synth_info
))
1883
&& alt_synth_info.deepest <=
synth_info
.deepest
1884
&& alt_synth_info.num_mults <
synth_info
.num_mults)
1888
synth_info
.deepest = alt_synth_info.deepest;
1889
synth_info
.num_mults = alt_synth_info.num_mults;
1890
memcpy (
synth_info
.factors, alt_synth_info.factors
[
all
...]
Completed in 49 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026