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:fls_long
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
log2.h
49
return 1UL <<
fls_long
(n - 1);
in __roundup_pow_of_two()
58
return 1UL << (
fls_long
(n) - 1);
in __rounddown_pow_of_two()
H
A
D
bitops.h
57
static inline unsigned
fls_long
(unsigned long l)
in fls_long()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
log2.h
57
return 1UL <<
fls_long
(n - 1);
in __roundup_pow_of_two()
67
return 1UL << (
fls_long
(n) - 1);
in __rounddown_pow_of_two()
H
A
D
bitops.h
182
static inline unsigned
fls_long
(unsigned long l)
in fls_long()
function
207
return (int)
fls_long
(--l);
in get_count_order_long()
/kernel/linux/linux-6.6/include/linux/
H
A
D
log2.h
57
return 1UL <<
fls_long
(n - 1);
in __roundup_pow_of_two()
67
return 1UL << (
fls_long
(n) - 1);
in __rounddown_pow_of_two()
H
A
D
bitops.h
203
static inline unsigned
fls_long
(unsigned long l)
in fls_long()
function
228
return (int)
fls_long
(--l);
in get_count_order_long()
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
log2.h
49
return 1UL <<
fls_long
(n - 1);
in __roundup_pow_of_two()
58
return 1UL << (
fls_long
(n) - 1);
in __rounddown_pow_of_two()
H
A
D
bitops.h
73
static inline unsigned
fls_long
(unsigned long l)
in fls_long()
function
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vmid.c
32
vmid_bits =
fls_long
(vmid_bits);
in kvm_riscv_gstage_vmid_detect()
H
A
D
aia.c
609
kvm_riscv_aia_nr_hgei =
fls_long
(csr_read(CSR_HGEIE));
in kvm_riscv_aia_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
dma-iommu.c
132
mask = 1ULL << (
fls_long
(tbl->it_offset + tbl->it_size) +
in dma_iommu_get_required_mask()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
skl.c
23
if (
fls_long
(resource_mask) > num_cores)
in skl_enable_logs()
H
A
D
apl.c
24
if (
fls_long
(resource_mask) > num_cores)
in apl_enable_logs()
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-fractional-divider.c
83
scale =
fls_long
(*parent_rate / rate - 1);
in clk_fd_general_approximation()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
dma-iommu.c
201
mask = 1ULL << (
fls_long
(tbl->it_offset + tbl->it_size) +
in dma_iommu_get_required_mask()
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
context.c
237
asid_bits =
fls_long
(asid_bits);
in asids_init()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
fsl_gtm.c
249
bit =
fls_long
(usec);
in gtm_set_timer16()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
fsl_gtm.c
249
bit =
fls_long
(usec);
in gtm_set_timer16()
/kernel/linux/linux-5.10/mm/
H
A
D
workingset.c
673
max_order =
fls_long
(totalram_pages() - 1);
in workingset_init()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-fractional-divider.c
135
unsigned long scale =
fls_long
(*parent_rate / rate - 1);
in clk_fractional_divider_general_approximation()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
irq.c
371
int bit =
fls_long
(eirr);
in eirr_to_irq()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
irq.c
348
int bit =
fls_long
(eirr);
in eirr_to_irq()
/kernel/linux/linux-6.6/mm/
H
A
D
workingset.c
860
max_order =
fls_long
(totalram_pages() - 1);
in workingset_init()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pxa2xx.c
831
scale =
fls_long
(q1 - 1);
in quark_x1000_get_clk_div()
847
r1 = abs(fref1 / (1 << (24 -
fls_long
(mul))) / q1 - rate);
in quark_x1000_get_clk_div()
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H
A
D
clk.c
198
scale =
fls_long
(*parent_rate / rate - 1);
in rockchip_fractional_approximation()
Completed in 15 milliseconds
1
2