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:limb_aX
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ecp_nistp521.c
132
typedef limb
limb_aX
__attribute((__aligned__(1)));
typedef
146
out[1] = (*((
limb_aX
*) & in[7]) >> 2) & bottom58bits;
in bin66_to_felem()
147
out[2] = (*((
limb_aX
*) & in[14]) >> 4) & bottom58bits;
in bin66_to_felem()
148
out[3] = (*((
limb_aX
*) & in[21]) >> 6) & bottom58bits;
in bin66_to_felem()
149
out[4] = (*((
limb_aX
*) & in[29])) & bottom58bits;
in bin66_to_felem()
150
out[5] = (*((
limb_aX
*) & in[36]) >> 2) & bottom58bits;
in bin66_to_felem()
151
out[6] = (*((
limb_aX
*) & in[43]) >> 4) & bottom58bits;
in bin66_to_felem()
152
out[7] = (*((
limb_aX
*) & in[50]) >> 6) & bottom58bits;
in bin66_to_felem()
153
out[8] = (*((
limb_aX
*) & in[58])) & bottom57bits;
in bin66_to_felem()
164
(*((
limb_aX
*)
in felem_to_bin66()
[all...]
H
A
D
ecp_nistp224.c
76
typedef uint64_t
limb_aX
__attribute((__aligned__(1)));
typedef
314
out[1] = (*((const
limb_aX
*)(in + 7))) & 0x00ffffffffffffff;
in bin28_to_felem()
315
out[2] = (*((const
limb_aX
*)(in + 14))) & 0x00ffffffffffffff;
in bin28_to_felem()
316
out[3] = (*((const
limb_aX
*)(in + 20))) >> 8;
in bin28_to_felem()
/third_party/openssl/crypto/ec/
H
A
D
ecp_nistp521.c
132
typedef limb
limb_aX
__attribute((__aligned__(1)));
typedef
146
out[1] = (*((
limb_aX
*) & in[7]) >> 2) & bottom58bits;
in bin66_to_felem()
147
out[2] = (*((
limb_aX
*) & in[14]) >> 4) & bottom58bits;
in bin66_to_felem()
148
out[3] = (*((
limb_aX
*) & in[21]) >> 6) & bottom58bits;
in bin66_to_felem()
149
out[4] = (*((
limb_aX
*) & in[29])) & bottom58bits;
in bin66_to_felem()
150
out[5] = (*((
limb_aX
*) & in[36]) >> 2) & bottom58bits;
in bin66_to_felem()
151
out[6] = (*((
limb_aX
*) & in[43]) >> 4) & bottom58bits;
in bin66_to_felem()
152
out[7] = (*((
limb_aX
*) & in[50]) >> 6) & bottom58bits;
in bin66_to_felem()
153
out[8] = (*((
limb_aX
*) & in[58])) & bottom57bits;
in bin66_to_felem()
164
(*((
limb_aX
*)
in felem_to_bin66()
[all...]
H
A
D
ecp_nistp224.c
76
typedef uint64_t
limb_aX
__attribute((__aligned__(1)));
typedef
314
out[1] = (*((const
limb_aX
*)(in + 7))) & 0x00ffffffffffffff;
in bin28_to_felem()
315
out[2] = (*((const
limb_aX
*)(in + 14))) & 0x00ffffffffffffff;
in bin28_to_felem()
316
out[3] = (*((const
limb_aX
*)(in + 20))) >> 8;
in bin28_to_felem()
Completed in 7 milliseconds