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:speed_index
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
dc210.c
316
int
speed_index
;
in init_dc210()
local
318
for (
speed_index
= 0;
speed_index
< NELEMS (speeds);
speed_index
++)
in init_dc210()
320
if (speeds[
speed_index
].baud == camera->baud)
in init_dc210()
322
init_pck[2] = speeds[
speed_index
].pkt_code[0];
in init_dc210()
323
init_pck[3] = speeds[
speed_index
].pkt_code[1];
in init_dc210()
429
for (
speed_index
= NELEMS (speeds) - 1;
speed_index
> 0;
speed_index
in init_dc210()
[all...]
H
A
D
dc25.c
397
int
speed_index
;
in init_dc20()
local
401
for (
speed_index
= 0;
speed_index
< NUM_OF_SPEEDS;
speed_index
++)
in init_dc20()
403
if (speeds[
speed_index
].baud == speed)
in init_dc20()
405
init_pck[2] = speeds[
speed_index
].pkt_code[0];
in init_dc20()
406
init_pck[3] = speeds[
speed_index
].pkt_code[1];
in init_dc20()
465
for (
speed_index
= NUM_OF_SPEEDS - 1;
speed_index
> 0;
speed_index
in init_dc20()
[all...]
H
A
D
dc240.c
358
SANE_Int
speed_index
;
in init_dc240()
local
363
for (
speed_index
= 0;
speed_index
< NELEMS (speeds);
speed_index
++)
in init_dc240()
365
if (speeds[
speed_index
].baud == camera->baud)
in init_dc240()
367
init_pck[2] = speeds[
speed_index
].pkt_code[0];
in init_dc240()
368
init_pck[3] = speeds[
speed_index
].pkt_code[1];
in init_dc240()
/third_party/lame/frontend/
H
A
D
timestatus.c
58
double
speed_index
; /* speed relative to realtime coding [100%] */
member
87
tstime->
speed_index
= framesize * frameNum / (sample_freq * tstime->elapsed_time);
in ts_calc_times()
91
tstime->
speed_index
= 0.;
in ts_calc_times()
180
console_printf(proc_time->
speed_index
<= 1. ?
in timestatus()
182
SPEED_MULT * proc_time->
speed_index
);
in timestatus()
Completed in 6 milliseconds