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:R_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
rate.c
29
#define
R_MASK
(BITS-1)
macro
99
if (pos & ~
R_MASK
) {
in resample_expand()
100
pos &=
R_MASK
;
in resample_expand()
163
if (pos & ~
R_MASK
) {
in resample_shrink()
164
pos &=
R_MASK
;
in resample_shrink()
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
rate.c
29
#define
R_MASK
(BITS-1)
macro
99
if (pos & ~
R_MASK
) {
in resample_expand()
100
pos &=
R_MASK
;
in resample_expand()
163
if (pos & ~
R_MASK
) {
in resample_shrink()
164
pos &=
R_MASK
;
in resample_shrink()
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_state.h
26
#define role_MASK
R_MASK
27
#define peer_MASK
R_MASK
H
A
D
drbd_state.c
2199
{ .role =
R_MASK
,
in conn_set_state()
2200
.peer =
R_MASK
,
in conn_set_state()
H
A
D
drbd_nl.c
639
mask.i = 0; mask.role =
R_MASK
;
in drbd_set_role()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_state.h
26
#define role_MASK
R_MASK
27
#define peer_MASK
R_MASK
H
A
D
drbd_state.c
2204
{ .role =
R_MASK
,
in conn_set_state()
2205
.peer =
R_MASK
,
in conn_set_state()
H
A
D
drbd_nl.c
639
mask.i = 0; mask.role =
R_MASK
;
in drbd_set_role()
/kernel/linux/linux-5.10/include/linux/
H
A
D
drbd.h
184
R_MASK
= 3,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
drbd.h
177
R_MASK
= 3,
enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi_regs.h
56
#define
R_MASK
BIT(6)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi_regs.h
60
#define
R_MASK
BIT(6)
macro
Completed in 23 milliseconds