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:MASK_BITS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
129
* (idx +
MASK_BITS
+ num_after - 1) <= ((sparsebit_idx_t) 0) - 1)
143
* end (inclusive): node->idx +
MASK_BITS
+ node->num_after - 1;
166
#define
MASK_BITS
(sizeof(mask_t) * CHAR_BIT)
macro
318
idx <= nodep->idx +
MASK_BITS
+ nodep->num_after - 1)
in node_find()
344
nodep->idx = idx & -
MASK_BITS
;
in node_add()
366
assert(idx > parentp->idx +
MASK_BITS
+ parentp->num_after - 1);
in node_add()
382
while (prev && prev->idx +
MASK_BITS
+ prev->num_after - 1 >= nodep->idx) {
in node_add()
383
unsigned int n1 = (prev->idx +
MASK_BITS
+ prev->num_after - 1)
in node_add()
386
assert(n1 <
MASK_BITS
);
in node_add()
504
assert(!(idx %
MASK_BITS
));
in node_split()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
129
* (idx +
MASK_BITS
+ num_after - 1) <= ((sparsebit_idx_t) 0) - 1)
143
* end (inclusive): node->idx +
MASK_BITS
+ node->num_after - 1;
166
#define
MASK_BITS
(sizeof(mask_t) * CHAR_BIT)
macro
318
idx <= nodep->idx +
MASK_BITS
+ nodep->num_after - 1)
in node_find()
344
nodep->idx = idx & -
MASK_BITS
;
in node_add()
366
assert(idx > parentp->idx +
MASK_BITS
+ parentp->num_after - 1);
in node_add()
382
while (prev && prev->idx +
MASK_BITS
+ prev->num_after - 1 >= nodep->idx) {
in node_add()
383
unsigned int n1 = (prev->idx +
MASK_BITS
+ prev->num_after - 1)
in node_add()
386
assert(n1 <
MASK_BITS
);
in node_add()
504
assert(!(idx %
MASK_BITS
));
in node_split()
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
bu21013_ts.c
26
#define
MASK_BITS
0x03
macro
209
x = data[0] << SHIFT_2 | (data[1] &
MASK_BITS
);
in bu21013_do_touch_report()
210
y = data[2] << SHIFT_2 | (data[3] &
MASK_BITS
);
in bu21013_do_touch_report()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
bu21013_ts.c
26
#define
MASK_BITS
0x03
macro
209
x = data[0] << SHIFT_2 | (data[1] &
MASK_BITS
);
in bu21013_do_touch_report()
210
y = data[2] << SHIFT_2 | (data[3] &
MASK_BITS
);
in bu21013_do_touch_report()
Completed in 5 milliseconds