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:subdivision
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm_oss.h
34
unsigned int
subdivision
; /* requested
subdivision
*/
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm_oss.h
34
unsigned int
subdivision
; /* requested
subdivision
*/
member
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
724
if (runtime->oss.
subdivision
== 0) {
in snd_pcm_oss_period_size()
731
sd = runtime->oss.
subdivision
;
in snd_pcm_oss_period_size()
1922
subdivide = runtime->oss.
subdivision
;
in snd_pcm_oss_set_subdivide1()
1927
if (runtime->oss.
subdivision
|| runtime->oss.fragshift)
in snd_pcm_oss_set_subdivide1()
1932
runtime->oss.
subdivision
= subdivide;
in snd_pcm_oss_set_subdivide1()
1965
if (runtime->oss.
subdivision
|| runtime->oss.fragshift)
in snd_pcm_oss_set_fragment1()
2384
runtime->oss.
subdivision
= 0;
in snd_pcm_oss_init_substream()
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
724
if (runtime->oss.
subdivision
== 0) {
in snd_pcm_oss_period_size()
731
sd = runtime->oss.
subdivision
;
in snd_pcm_oss_period_size()
1938
subdivide = runtime->oss.
subdivision
;
in snd_pcm_oss_set_subdivide1()
1943
if (runtime->oss.
subdivision
|| runtime->oss.fragshift)
in snd_pcm_oss_set_subdivide1()
1948
runtime->oss.
subdivision
= subdivide;
in snd_pcm_oss_set_subdivide1()
1981
if (runtime->oss.
subdivision
|| runtime->oss.fragshift)
in snd_pcm_oss_set_fragment1()
2400
runtime->oss.
subdivision
= 0;
in snd_pcm_oss_init_substream()
Completed in 9 milliseconds