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:best_dist
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regcache-rbtree.c
391
unsigned int dist,
best_dist
= UINT_MAX;
in regcache_rbtree_write()
local
417
if (dist <
best_dist
) {
in regcache_rbtree_write()
419
best_dist
= dist;
in regcache_rbtree_write()
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regcache-rbtree.c
391
unsigned int dist,
best_dist
= UINT_MAX;
in regcache_rbtree_write()
local
417
if (dist <
best_dist
) {
in regcache_rbtree_write()
419
best_dist
= dist;
in regcache_rbtree_write()
/kernel/linux/linux-6.6/io_uring/
H
A
D
kbuf.c
593
size_t
best_dist
;
in io_lookup_buf_free_entry()
local
601
if (!best || dist <
best_dist
) {
in io_lookup_buf_free_entry()
605
best_dist
= dist;
in io_lookup_buf_free_entry()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sh_mobile_lcdcfb.c
1827
unsigned int
best_dist
= (unsigned int)-1;
in sh_mobile_lcdc_check_var()
local
1850
if (dist <
best_dist
) {
in sh_mobile_lcdc_check_var()
1853
best_dist
= dist;
in sh_mobile_lcdc_check_var()
1859
if (
best_dist
== (unsigned int)-1)
in sh_mobile_lcdc_check_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sh_mobile_lcdcfb.c
1822
unsigned int
best_dist
= (unsigned int)-1;
in sh_mobile_lcdc_check_var()
local
1845
if (dist <
best_dist
) {
in sh_mobile_lcdc_check_var()
1848
best_dist
= dist;
in sh_mobile_lcdc_check_var()
1854
if (
best_dist
== (unsigned int)-1)
in sh_mobile_lcdc_check_var()
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/
H
A
D
s5c73m3-core.c
801
int
best_dist
= INT_MAX;
in s5c73m3_find_frame_size()
local
809
if (dist <
best_dist
) {
in s5c73m3_find_frame_size()
810
best_dist
= dist;
in s5c73m3_find_frame_size()
/kernel/linux/linux-6.6/drivers/media/i2c/s5c73m3/
H
A
D
s5c73m3-core.c
799
int
best_dist
= INT_MAX;
in s5c73m3_find_frame_size()
local
807
if (dist <
best_dist
) {
in s5c73m3_find_frame_size()
808
best_dist
= dist;
in s5c73m3_find_frame_size()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
602
sector_t
best_dist
;
in read_balance()
local
618
best_dist
= MaxSector;
in read_balance()
671
if (
best_dist
< MaxSector)
in read_balance()
752
if (dist <
best_dist
) {
in read_balance()
753
best_dist
= dist;
in read_balance()
H
A
D
raid10.c
711
sector_t new_distance,
best_dist
;
in read_balance()
local
725
best_dist
= MaxSector;
in read_balance()
774
if (
best_dist
< MaxSector)
in read_balance()
832
if (new_distance <
best_dist
) {
in read_balance()
833
best_dist
= new_distance;
in read_balance()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
606
sector_t
best_dist
;
in read_balance()
local
622
best_dist
= MaxSector;
in read_balance()
675
if (
best_dist
< MaxSector)
in read_balance()
756
if (dist <
best_dist
) {
in read_balance()
757
best_dist
= dist;
in read_balance()
H
A
D
raid10.c
737
sector_t new_distance,
best_dist
;
in read_balance()
local
751
best_dist
= MaxSector;
in read_balance()
800
if (
best_dist
< MaxSector)
in read_balance()
858
if (new_distance <
best_dist
) {
in read_balance()
859
best_dist
= new_distance;
in read_balance()
Completed in 31 milliseconds