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:sstream
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
compress.c
15
static void sof_set_transferred_bytes(struct sof_compr_stream *
sstream
,
in sof_set_transferred_bytes()
argument
21
div64_u64_rem(
sstream
->copied_total, buffer_size, &prev_pos);
in sof_set_transferred_bytes()
28
sstream
->copied_total += copied;
in sof_set_transferred_bytes()
53
struct sof_compr_stream *
sstream
;
in snd_sof_compr_fragment_elapsed()
local
61
sstream
= crtd->private_data;
in snd_sof_compr_fragment_elapsed()
71
sof_set_transferred_bytes(
sstream
, spcm->stream[cstream->direction].posn.host_posn,
in snd_sof_compr_fragment_elapsed()
100
struct sof_compr_stream *
sstream
;
in sof_compr_open()
local
104
sstream
= kzalloc(sizeof(*
sstream
), GFP_KERNEL);
in sof_compr_open()
105
if (!
sstream
)
in sof_compr_open()
135
struct sof_compr_stream *
sstream
= cstream->runtime->private_data;
sof_compr_free()
local
171
struct sof_compr_stream *
sstream
;
sof_compr_set_params()
local
368
struct sof_compr_stream *
sstream
= cstream->runtime->private_data;
sof_compr_pointer()
local
[all...]
H
A
D
stream-ipc.c
48
struct sof_compr_stream *
sstream
= sps->cstream->runtime->private_data;
in sof_ipc_msg_data()
local
50
if (!
sstream
)
in sof_ipc_msg_data()
53
posn_offset =
sstream
->posn_offset;
in sof_ipc_msg_data()
81
struct sof_compr_stream *
sstream
= sps->cstream->runtime->private_data;
in sof_set_stream_data_offset()
local
83
sstream
->posn_offset = posn_offset;
in sof_set_stream_data_offset()
/kernel/liteos_a/testsuites/unittest/process/plimits/
H
A
D
It_process_plimits.h
36
#include <
sstream
>
43
#include <
sstream
>
/kernel/liteos_a/testsuites/unittest/container/
H
A
D
It_container_test.h
36
#include <
sstream
>
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-pcm.c
1251
struct hdac_ext_stream *
sstream
= get_hdac_ext_stream(substream);
in skl_platform_soc_get_time_info()
local
1252
struct hdac_stream *hstr = hdac_stream(
sstream
);
in skl_platform_soc_get_time_info()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-pcm.c
1246
struct hdac_ext_stream *
sstream
= get_hdac_ext_stream(substream);
in skl_platform_soc_get_time_info()
local
1247
struct hdac_stream *hstr = hdac_stream(
sstream
);
in skl_platform_soc_get_time_info()
Completed in 7 milliseconds