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:freq_comp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_qoriq.c
383
u64
freq_comp
;
in ptp_qoriq_auto_config()
local
410
*
freq_comp
= ceil(2^32 / freq_ratio)
in ptp_qoriq_auto_config()
413
freq_comp
= ((u64)1 << 32) * nominal_freq;
in ptp_qoriq_auto_config()
414
freq_comp
= div_u64_rem(
freq_comp
, clk_src, &remainder);
in ptp_qoriq_auto_config()
416
freq_comp
++;
in ptp_qoriq_auto_config()
418
ptp_qoriq->tmr_add =
freq_comp
;
in ptp_qoriq_auto_config()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_qoriq.c
418
u64
freq_comp
;
in ptp_qoriq_auto_config()
local
445
*
freq_comp
= ceil(2^32 / freq_ratio)
in ptp_qoriq_auto_config()
448
freq_comp
= ((u64)1 << 32) * nominal_freq;
in ptp_qoriq_auto_config()
449
freq_comp
= div_u64_rem(
freq_comp
, clk_src, &remainder);
in ptp_qoriq_auto_config()
451
freq_comp
++;
in ptp_qoriq_auto_config()
453
ptp_qoriq->tmr_add =
freq_comp
;
in ptp_qoriq_auto_config()
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
gitsource.sh
213
freq_comp
=`echo "$comp" | awk '{print $4}' | sed s/,//`
223
freq_drop=`echo "scale=4;($
freq_comp
-$freq_base)*100/$freq_base" | bc | awk '{printf "%.4f", $0}'`
224
printf "Gitsource-$1 freq base: $freq_base comprison: $
freq_comp
percent: $freq_drop\n" | tee -a $OUTFILE_GIT.result
H
A
D
tbench.sh
200
freq_comp
=`echo "$comp" | awk '{print $4}' | sed s/,//`
210
freq_drop=`echo "scale=4;($
freq_comp
-$freq_base)*100/$freq_base" | bc | awk '{printf "%.4f", $0}'`
211
printf "Tbench-$1 freq base: $freq_base comprison: $
freq_comp
percent: $freq_drop\n" | tee -a $OUTFILE_TBENCH.result
Completed in 4 milliseconds