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_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-sparx5.c
81
ulong cur_offset,
best_offset
= rate;
in s5_search_fractional()
local
88
for (d = 0;
best_offset
> 0 && d <= 1 ; d++) {
in s5_search_fractional()
90
for (i = 0;
best_offset
> 0 && i < MAX_PRE; i++) {
in s5_search_fractional()
92
for (j = 1;
best_offset
> 0 && j < MAX_SEL; j++) {
in s5_search_fractional()
96
if (cur_offset <
best_offset
) {
in s5_search_fractional()
97
best_offset
= cur_offset;
in s5_search_fractional()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-sparx5.c
81
ulong cur_offset,
best_offset
= rate;
in s5_search_fractional()
local
88
for (d = 0;
best_offset
> 0 && d <= 1 ; d++) {
in s5_search_fractional()
90
for (i = 0;
best_offset
> 0 && i < MAX_PRE; i++) {
in s5_search_fractional()
92
for (j = 1;
best_offset
> 0 && j < MAX_SEL; j++) {
in s5_search_fractional()
96
if (cur_offset <
best_offset
) {
in s5_search_fractional()
97
best_offset
= cur_offset;
in s5_search_fractional()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.c
1284
u16
best_offset
, best_size;
in ocfs2_block_group_find_clear_bits()
local
1292
found = start =
best_offset
= best_size = 0;
in ocfs2_block_group_find_clear_bits()
1316
best_offset
= start - found;
in ocfs2_block_group_find_clear_bits()
1326
res->sr_bit_offset =
best_offset
;
in ocfs2_block_group_find_clear_bits()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.c
1282
u16
best_offset
, best_size;
in ocfs2_block_group_find_clear_bits()
local
1290
found = start =
best_offset
= best_size = 0;
in ocfs2_block_group_find_clear_bits()
1314
best_offset
= start - found;
in ocfs2_block_group_find_clear_bits()
1324
res->sr_bit_offset =
best_offset
;
in ocfs2_block_group_find_clear_bits()
Completed in 9 milliseconds