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:LOADU
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/_blake2/impl/
H
A
D
blake2b.c
293
const __m128i m0 =
LOADU
( block + 00 );
in blake2b_compress()
294
const __m128i m1 =
LOADU
( block + 16 );
in blake2b_compress()
295
const __m128i m2 =
LOADU
( block + 32 );
in blake2b_compress()
296
const __m128i m3 =
LOADU
( block + 48 );
in blake2b_compress()
297
const __m128i m4 =
LOADU
( block + 64 );
in blake2b_compress()
298
const __m128i m5 =
LOADU
( block + 80 );
in blake2b_compress()
299
const __m128i m6 =
LOADU
( block + 96 );
in blake2b_compress()
300
const __m128i m7 =
LOADU
( block + 112 );
in blake2b_compress()
319
row1l =
LOADU
( &S->h[0] );
in blake2b_compress()
320
row1h =
LOADU
(
in blake2b_compress()
[all...]
H
A
D
blake2s.c
282
const __m128i m0 =
LOADU
( block + 00 );
in blake2s_compress()
283
const __m128i m1 =
LOADU
( block + 16 );
in blake2s_compress()
284
const __m128i m2 =
LOADU
( block + 32 );
in blake2s_compress()
285
const __m128i m3 =
LOADU
( block + 48 );
in blake2s_compress()
304
row1 = ff0 =
LOADU
( &S->h[0] );
in blake2s_compress()
305
row2 = ff1 =
LOADU
( &S->h[4] );
in blake2s_compress()
307
row4 = _mm_xor_si128( _mm_setr_epi32( 0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19 ),
LOADU
( &S->t[0] ) );
in blake2s_compress()
H
A
D
blake2s-round.h
20
#define
LOADU
(p) _mm_loadu_si128( (__m128i *)(p) )
macro
H
A
D
blake2b-round.h
20
#define
LOADU
(p) _mm_loadu_si128( (__m128i *)(p) )
macro
Completed in 2 milliseconds