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:numer
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
165
#define mult_frac(x,
numer
, denom)( \
169
(quot * (
numer
)) + ((rem * (
numer
)) / (denom)); \
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_ptp.h
54
u32
numer
;
member
H
A
D
hclge_ptp.c
14
ptp->cycle.
numer
= readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_NUM_REG);
in hclge_ptp_get_cycle()
33
adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle->
numer
;
in hclge_ptp_adjfine()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-versaclock7.c
315
* We also shift
numer
by the same amount. This cannot overflow because
in vc7_128_div_64_to_64()
783
u64
numer
, denom, hi, lo, divisor;
in vc7_calc_fod_1st_stage_rate()
local
785
numer
= fod_frac;
in vc7_calc_fod_1st_stage_rate()
790
divisor = ((u64)fod_1st_int * denom) +
numer
;
in vc7_calc_fod_1st_stage_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
phy.c
3261
u32
numer
= 0;
in rtw89_phy_ccx_get_report()
local
3264
numer
= report * score + (env->ccx_period >> 1);
in rtw89_phy_ccx_get_report()
3266
ret =
numer
/ env->ccx_period;
in rtw89_phy_ccx_get_report()
Completed in 12 milliseconds