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:sample_accum
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/
H
A
D
card.h
89
unsigned int
sample_accum
; /* sample accumulator */
member
H
A
D
endpoint.c
162
ep->
sample_accum
+= ep->sample_rem;
in snd_usb_endpoint_next_packet_size()
163
if (ep->
sample_accum
>= ep->pps) {
in snd_usb_endpoint_next_packet_size()
164
ep->
sample_accum
-= ep->pps;
in snd_usb_endpoint_next_packet_size()
1154
ep->
sample_accum
= 0;
in snd_usb_endpoint_start()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
card.h
109
unsigned int
sample_accum
; /* sample accumulator */
member
H
A
D
endpoint.c
191
unsigned int
sample_accum
;
in next_packet_size()
local
197
sample_accum
= ep->
sample_accum
+ ep->sample_rem;
in next_packet_size()
198
if (
sample_accum
>= ep->pps) {
in next_packet_size()
199
sample_accum
-= ep->pps;
in next_packet_size()
207
ep->
sample_accum
=
sample_accum
;
in next_packet_size()
1575
ep->
sample_accum
= 0;
in snd_usb_endpoint_start()
Completed in 6 milliseconds