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
defs:rounds
(Results
26 - 50
of
101
) sorted by relevance
1
2
3
4
5
/third_party/node/deps/base64/base64/lib/arch/avx2/
H
A
D
dec_loop.c
2
dec_loop_avx2_inner (const uint8_t **s, uint8_t **o, size_t *
rounds
)
in dec_loop_avx2_inner()
argument
67
size_t
rounds
= (*slen - 13) / 32;
in dec_loop_avx2()
local
[all...]
H
A
D
enc_loop_asm.c
137
size_t
rounds
= (*slen - 4) / 24;
in enc_loop_avx2()
local
[all...]
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H
A
D
dec_loop.c
69
dec_loop_ssse3_inner (const uint8_t **s, uint8_t **o, size_t *
rounds
)
in dec_loop_ssse3_inner()
argument
130
size_t
rounds
= (*slen - 8) / 16;
in dec_loop_ssse3()
local
[all...]
H
A
D
enc_loop_asm.c
139
size_t
rounds
= (*slen - 4) / 12;
in enc_loop_ssse3()
local
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H
A
D
rc5.h
45
int
rounds
;
member
/third_party/node/deps/openssl/openssl/include/crypto/
H
A
D
aria.h
38
unsigned int
rounds
;
member
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
e_rc5.c
32
int
rounds
; /* number of
rounds
*/
member
/third_party/openssl/crypto/evp/
H
A
D
e_rc5.c
32
int
rounds
; /* number of
rounds
*/
member
/third_party/openssl/ohos_lite/include/openssl/
H
A
D
rc5.h
38
int
rounds
;
member
/third_party/openssl/include/openssl/
H
A
D
rc5.h
45
int
rounds
;
member
/third_party/openssl/include/crypto/
H
A
D
aria.h
38
unsigned int
rounds
;
member
/third_party/openssl/ohos_lite/include/crypto/
H
A
D
aria.h
37
unsigned int
rounds
;
member
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H
A
D
parse.h
17
unsigned int
rounds
; /* calculation
rounds
with iterated sleep/load time */
member
H
A
D
benchmark.c
37
unsigned int
rounds
= 0;
in calculate_timespace()
local
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H
A
D
benchmark.c
37
unsigned int
rounds
= 0;
in calculate_timespace()
local
[all...]
H
A
D
parse.h
17
unsigned int
rounds
; /* calculation
rounds
with iterated sleep/load time */
member
/third_party/node/deps/base64/base64/lib/arch/neon64/
H
A
D
enc_loop_asm.c
83
size_t
rounds
= *slen / 48;
in enc_loop_neon64()
local
[all...]
/third_party/node/deps/base64/base64/lib/arch/neon32/
H
A
D
enc_loop.c
135
size_t
rounds
= *slen / 48;
in enc_loop_neon32()
local
[all...]
/third_party/node/deps/base64/base64/lib/arch/avx/
H
A
D
enc_loop_asm.c
135
size_t
rounds
= (*slen - 4) / 12;
in enc_loop_avx()
local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_rc5.c
90
unsigned int
rounds
;
in rc5_set_ctx_params()
local
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_rc5.c
90
unsigned int
rounds
;
in rc5_set_ctx_params()
local
/third_party/openssl/test/
H
A
D
rdrand_sanitytest.c
23
sanity_check_bytes(size_t (rng)unsigned char *, size_t), int
rounds
, int min_failures, int max_retries, int max_zero_words)
sanity_check_bytes()
argument
/kernel/linux/linux-5.10/arch/sparc/crypto/
H
A
D
sha512_glue.c
73
const unsigned int
rounds
= (len - done) / SHA512_BLOCK_SIZE;
in __sha512_sparc64_update()
local
H
A
D
md5_glue.c
57
const unsigned int
rounds
= (len - done) / MD5_HMAC_BLOCK_SIZE;
in __md5_sparc64_update()
local
H
A
D
sha1_glue.c
52
const unsigned int
rounds
= (len - done) / SHA1_BLOCK_SIZE;
in __sha1_sparc64_update()
local
Completed in 8 milliseconds
1
2
3
4
5