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:permute
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/crypto/
H
A
D
aegis128-neon-inner.c
216
static const uint8_t
permute
[] __aligned(64) = {
255
vld1q_u8(
permute
+ 32 - size));
in crypto_aegis128_encrypt_chunk_neon()
260
vqtbl1q_u8(m ^ s, vld1q_u8(
permute
+ size)));
in crypto_aegis128_encrypt_chunk_neon()
301
vld1q_u8(
permute
+ 32 - size));
in crypto_aegis128_decrypt_chunk_neon()
306
vqtbl1q_u8(m, vld1q_u8(
permute
+ size)));
in crypto_aegis128_decrypt_chunk_neon()
338
vld1q_u8(
permute
+ authsize));
in crypto_aegis128_final_neon()
/kernel/linux/linux-5.10/lib/
H
A
D
decompress_bunzip2.c
86
int
permute
[MAX_SYMBOLS];
member
281
/* Calculate
permute
[], base[], and limit[] tables from
in get_next_block()
284
*
permute
[] is the lookup table for converting
in get_next_block()
288
*
permute
[].
in get_next_block()
305
/* Calculate
permute
[]. Concurrently, initialize
in get_next_block()
312
hufGroup->
permute
[pp++] = t;
in get_next_block()
404
nextSym = hufGroup->
permute
[j];
in get_next_block()
/kernel/linux/linux-6.6/lib/
H
A
D
decompress_bunzip2.c
86
int
permute
[MAX_SYMBOLS];
member
281
/* Calculate
permute
[], base[], and limit[] tables from
in get_next_block()
284
*
permute
[] is the lookup table for converting
in get_next_block()
288
*
permute
[].
in get_next_block()
305
/* Calculate
permute
[]. Concurrently, initialize
in get_next_block()
312
hufGroup->
permute
[pp++] = t;
in get_next_block()
404
nextSym = hufGroup->
permute
[j];
in get_next_block()
Completed in 4 milliseconds