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:top_bit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/echo/
H
A
D
echo.c
135
static inline int
top_bit
(unsigned int bits)
in top_bit()
function
154
ec->log2taps =
top_bit
(len);
in oslec_create()
398
To avoid a divide we approximate log2(P) as
top_bit
(P),
in oslec_update()
405
for a divide versus a
top_bit
() implementation.
in oslec_update()
409
logp =
top_bit
(p) + ec->log2taps;
in oslec_update()
/kernel/linux/linux-6.6/drivers/misc/echo/
H
A
D
echo.c
135
static inline int
top_bit
(unsigned int bits)
in top_bit()
function
154
ec->log2taps =
top_bit
(len);
in oslec_create()
398
To avoid a divide we approximate log2(P) as
top_bit
(P),
in oslec_update()
405
for a divide versus a
top_bit
() implementation.
in oslec_update()
409
logp =
top_bit
(p) + ec->log2taps;
in oslec_update()
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
curve25519-x86_64.c
953
u64
top_bit
;
in store_felem()
local
974
top_bit
= f31 >> (u32)63U;
in store_felem()
976
add_scalar(f, f, (u64)19U *
top_bit
);
in store_felem()
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H
A
D
intel-pt.c
103
const u64
top_bit
= 1ULL << 63;
in intel_pt_masked_bits()
local
108
if (mask &
top_bit
) {
in intel_pt_masked_bits()
110
if (bits &
top_bit
)
in intel_pt_masked_bits()
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
curve25519-x86_64.c
1164
u64
top_bit
;
in store_felem()
local
1185
top_bit
= f31 >> (u32)63U;
in store_felem()
1187
add_scalar(f, f, (u64)19U *
top_bit
);
in store_felem()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
intel-pt.c
100
const u64
top_bit
= 1ULL << 63;
in intel_pt_masked_bits()
local
105
if (mask &
top_bit
) {
in intel_pt_masked_bits()
107
if (bits &
top_bit
)
in intel_pt_masked_bits()
Completed in 11 milliseconds