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:Mf_realtime
(Results
1 - 2
of
2
) sorted by relevance
/third_party/alsa-lib/test/
H
A
D
midifile.c
37
* (8) added global variables Mf_division, Mf_currtempo,
Mf_realtime
, which
38
* are updated by the reading functions.
Mf_realtime
is useful,
40
* its units change value at every tempo change.
Mf_realtime
is
115
unsigned long
Mf_realtime
= 0L; /* current time in 1/16 centisecond-time units */
variable
340
Mf_currtime =
Mf_realtime
= 0;
in readtrack()
362
* revising
Mf_realtime
after each change.
in readtrack()
372
old_realtime =
Mf_realtime
;
in readtrack()
383
Mf_realtime
= (unsigned long)(0.5 + Mf_f_realtime);
in readtrack()
385
printf("\tt=%lu ticks ( = %lu csec/16 < old %.2f + %.2f)\n", Mf_currtime,
Mf_realtime
,
in readtrack()
400
Mf_realtime
in readtrack()
[all...]
H
A
D
midifile.h
26
extern unsigned long
Mf_realtime
;
Completed in 2 milliseconds