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:out_mmap_current
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/oss/
H
A
D
module-oss.c
132
unsigned
out_mmap_current
, in_mmap_current;
member
237
if (u->out_mmap_memblocks[u->
out_mmap_current
])
in mmap_fill_memblocks()
238
pa_memblock_unref_fixed(u->out_mmap_memblocks[u->
out_mmap_current
]);
in mmap_fill_memblocks()
240
chunk.memblock = u->out_mmap_memblocks[u->
out_mmap_current
] =
in mmap_fill_memblocks()
243
(uint8_t*) u->out_mmap + u->out_fragment_size * u->
out_mmap_current
,
in mmap_fill_memblocks()
252
u->
out_mmap_current
++;
in mmap_fill_memblocks()
253
while (u->
out_mmap_current
>= u->out_nfrags)
in mmap_fill_memblocks()
254
u->
out_mmap_current
-= u->out_nfrags;
in mmap_fill_memblocks()
375
bpos = ((u->
out_mmap_current
+ (unsigned) u->out_mmap_saved_nfrags) * u->out_fragment_size) % u->out_hwbuf_size;
in mmap_sink_get_latency()
623
u->
out_mmap_current
in unsuspend()
[all...]
Completed in 2 milliseconds