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:app_pointer
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
q6apm-dai.c
762
u32
app_pointer
;
in q6apm_compr_copy()
local
776
app_pointer
= bytes_received/prtd->pcm_size;
in q6apm_compr_copy()
777
app_pointer
= bytes_received - (
app_pointer
* prtd->pcm_size);
in q6apm_compr_copy()
778
dstn = prtd->dma_buffer.area +
app_pointer
;
in q6apm_compr_copy()
780
if (count < prtd->pcm_size -
app_pointer
) {
in q6apm_compr_copy()
784
copy = prtd->pcm_size -
app_pointer
;
in q6apm_compr_copy()
H
A
D
q6asm-dai.c
1059
u32
app_pointer
;
in q6asm_compr_copy()
local
1071
app_pointer
= bytes_received/prtd->pcm_size;
in q6asm_compr_copy()
1072
app_pointer
= bytes_received - (
app_pointer
* prtd->pcm_size);
in q6asm_compr_copy()
1073
dstn = prtd->dma_buffer.area +
app_pointer
;
in q6asm_compr_copy()
1075
if (count < prtd->pcm_size -
app_pointer
) {
in q6asm_compr_copy()
1079
copy = prtd->pcm_size -
app_pointer
;
in q6asm_compr_copy()
/kernel/linux/linux-5.10/sound/core/
H
A
D
compress_offload.c
257
u64
app_pointer
= div64_u64(runtime->total_bytes_available,
in snd_compr_write_data()
local
259
app_pointer
= runtime->total_bytes_available -
in snd_compr_write_data()
260
(
app_pointer
* runtime->buffer_size);
in snd_compr_write_data()
262
dstn = runtime->buffer +
app_pointer
;
in snd_compr_write_data()
264
(unsigned long)count,
app_pointer
);
in snd_compr_write_data()
265
if (count < runtime->buffer_size -
app_pointer
) {
in snd_compr_write_data()
269
copy = runtime->buffer_size -
app_pointer
;
in snd_compr_write_data()
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H
A
D
q6asm-dai.c
1073
u32
app_pointer
;
in q6asm_compr_copy()
local
1085
app_pointer
= bytes_received/prtd->pcm_size;
in q6asm_compr_copy()
1086
app_pointer
= bytes_received - (
app_pointer
* prtd->pcm_size);
in q6asm_compr_copy()
1087
dstn = prtd->dma_buffer.area +
app_pointer
;
in q6asm_compr_copy()
1089
if (count < prtd->pcm_size -
app_pointer
) {
in q6asm_compr_copy()
1093
copy = prtd->pcm_size -
app_pointer
;
in q6asm_compr_copy()
/kernel/linux/linux-6.6/sound/core/
H
A
D
compress_offload.c
255
u64
app_pointer
= div64_u64(runtime->total_bytes_available,
in snd_compr_write_data()
local
257
app_pointer
= runtime->total_bytes_available -
in snd_compr_write_data()
258
(
app_pointer
* runtime->buffer_size);
in snd_compr_write_data()
260
dstn = runtime->buffer +
app_pointer
;
in snd_compr_write_data()
262
(unsigned long)count,
app_pointer
);
in snd_compr_write_data()
263
if (count < runtime->buffer_size -
app_pointer
) {
in snd_compr_write_data()
267
copy = runtime->buffer_size -
app_pointer
;
in snd_compr_write_data()
Completed in 10 milliseconds