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:lowest_possible
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
1158
sparsebit_idx_t
lowest_possible
= prev + 1;
in sparsebit_next_set()
local
1163
if (
lowest_possible
== 0)
in sparsebit_next_set()
1168
* of
lowest_possible
.
in sparsebit_next_set()
1172
/* True iff
lowest_possible
is within candidate */
in sparsebit_next_set()
1176
* Find node that describes setting of bit at
lowest_possible
.
in sparsebit_next_set()
1178
* starting index that is >
lowest_possible
.
in sparsebit_next_set()
1182
>=
lowest_possible
) {
in sparsebit_next_set()
1184
if (candidate->idx <=
lowest_possible
) {
in sparsebit_next_set()
1198
/* Does the candidate node describe the setting of
lowest_possible
? */
in sparsebit_next_set()
1201
* Candidate doesn't describe setting of bit at
lowest_possible
in sparsebit_next_set()
1251
sparsebit_idx_t
lowest_possible
= prev + 1;
sparsebit_next_clear()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H
A
D
sparsebit.c
1157
sparsebit_idx_t
lowest_possible
= prev + 1;
in sparsebit_next_set()
local
1162
if (
lowest_possible
== 0)
in sparsebit_next_set()
1167
* of
lowest_possible
.
in sparsebit_next_set()
1171
/* True iff
lowest_possible
is within candidate */
in sparsebit_next_set()
1175
* Find node that describes setting of bit at
lowest_possible
.
in sparsebit_next_set()
1177
* starting index that is >
lowest_possible
.
in sparsebit_next_set()
1181
>=
lowest_possible
) {
in sparsebit_next_set()
1183
if (candidate->idx <=
lowest_possible
) {
in sparsebit_next_set()
1197
/* Does the candidate node describe the setting of
lowest_possible
? */
in sparsebit_next_set()
1200
* Candidate doesn't describe setting of bit at
lowest_possible
in sparsebit_next_set()
1250
sparsebit_idx_t
lowest_possible
= prev + 1;
sparsebit_next_clear()
local
[all...]
Completed in 5 milliseconds