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:bebits
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-hash.c
270
__be64 *
bebits
;
in sun8i_ce_hash_run()
local
374
bebits
= (__be64 *)&bf[j];
in sun8i_ce_hash_run()
375
*
bebits
= cpu_to_be64(byte_count << 3);
in sun8i_ce_hash_run()
380
bebits
= (__be64 *)&bf[j];
in sun8i_ce_hash_run()
381
*
bebits
= cpu_to_be64(byte_count >> 61);
in sun8i_ce_hash_run()
383
bebits
= (__be64 *)&bf[j];
in sun8i_ce_hash_run()
384
*
bebits
= cpu_to_be64(byte_count << 3);
in sun8i_ce_hash_run()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H
A
D
sun8i-ce-hash.c
275
__be64 *
bebits
;
in hash_pad()
local
309
bebits
= (__be64 *)&buf[j];
in hash_pad()
310
*
bebits
= cpu_to_be64(byte_count << 3);
in hash_pad()
314
bebits
= (__be64 *)&buf[j];
in hash_pad()
315
*
bebits
= cpu_to_be64(byte_count >> 61);
in hash_pad()
317
bebits
= (__be64 *)&buf[j];
in hash_pad()
318
*
bebits
= cpu_to_be64(byte_count << 3);
in hash_pad()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss-hash.c
432
__be64 *
bebits
;
in hash_pad()
local
466
bebits
= (__be64 *)&buf[j];
in hash_pad()
467
*
bebits
= cpu_to_be64(byte_count << 3);
in hash_pad()
471
bebits
= (__be64 *)&buf[j];
in hash_pad()
472
*
bebits
= cpu_to_be64(byte_count >> 61);
in hash_pad()
474
bebits
= (__be64 *)&buf[j];
in hash_pad()
475
*
bebits
= cpu_to_be64(byte_count << 3);
in hash_pad()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H
A
D
sun8i-ss-hash.c
332
__be64 *
bebits
;
in sun8i_ss_hash_run()
local
418
bebits
= (__be64 *)&bf[j];
in sun8i_ss_hash_run()
419
*
bebits
= cpu_to_be64(byte_count << 3);
in sun8i_ss_hash_run()
Completed in 4 milliseconds