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:new_diff
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ptp.c
130
u64 diff = 0,
new_diff
;
in iwl_mvm_phc_get_crosstimestamp_loop()
local
138
new_diff
= tmp_sys_time - ((u64)tmp_gp2 * NSEC_PER_USEC);
in iwl_mvm_phc_get_crosstimestamp_loop()
139
if (!diff ||
new_diff
< diff) {
in iwl_mvm_phc_get_crosstimestamp_loop()
142
diff =
new_diff
;
in iwl_mvm_phc_get_crosstimestamp_loop()
/kernel/linux/linux-5.10/drivers/clk/imx/
H
A
D
clk-sscg-pll.c
115
int
new_diff
= temp_setup->fout - temp_setup->fout_request;
in clk_sscg_pll2_check_match()
local
118
if (abs(diff) > abs(
new_diff
)) {
in clk_sscg_pll2_check_match()
119
temp_setup->fout_error =
new_diff
;
in clk_sscg_pll2_check_match()
/kernel/linux/linux-6.6/drivers/clk/imx/
H
A
D
clk-sscg-pll.c
115
int
new_diff
= temp_setup->fout - temp_setup->fout_request;
in clk_sscg_pll2_check_match()
local
118
if (abs(diff) > abs(
new_diff
)) {
in clk_sscg_pll2_check_match()
119
temp_setup->fout_error =
new_diff
;
in clk_sscg_pll2_check_match()
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
ixp4xx_hss.c
1191
u32
new_diff
;
in check_clock()
local
1195
new_diff
= abs((u32)new_rate - rate);
in check_clock()
1197
if (
new_diff
< *best_diff) {
in check_clock()
1199
*best_diff =
new_diff
;
in check_clock()
1202
return
new_diff
;
in check_clock()
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
ixp4xx_hss.c
1236
u32
new_diff
;
in check_clock()
local
1240
new_diff
= abs((u32)new_rate - rate);
in check_clock()
1242
if (
new_diff
< *best_diff) {
in check_clock()
1244
*best_diff =
new_diff
;
in check_clock()
1247
return
new_diff
;
in check_clock()
Completed in 9 milliseconds