Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:genmode
(Results
1 - 1
of
1
) sorted by relevance
/third_party/lame/misc/
H
A
D
ath.c
208
genmode_t
genmode
;
member
223
const genmode_t
genmode
,
in open_generator()
229
g->
genmode
=
genmode
;
in open_generator()
237
if ( g->
genmode
>= sizeof (func)/sizeof(*func) )
in open_generator()
240
g->param1 = func [g->
genmode
] ( g->start_freq / g->sample_freq );
in open_generator()
241
g->param2 = ( func [ g->
genmode
] ( g->stop_freq / g->sample_freq ) - g->param1 )
in open_generator()
253
freq = inv_func [ g->
genmode
] ( g->param1 + g->counter++ * g->param2 );
in iterate_generator()
274
return inv_func [ g->
genmode
] ( g->param1 + g->counter * g->param2 ) * g->sample_freq;
in frequency()
781
genmode_t
genmode
;
in main()
local
220
open_generator( generator_t* const g, const soundcard_t* const s, const
genmode
_t
genmode
, const long double duration, const long double start_freq, const long double stop_freq )
open_generator()
argument
[all...]
Completed in 1 milliseconds