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:load_3
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
curve25519.c
779
static uint64_t
load_3
(const uint8_t *in)
in load_3()
function
804
int64_t h1 =
load_3
(s + 4) << 6;
in fe_frombytes()
805
int64_t h2 =
load_3
(s + 7) << 5;
in fe_frombytes()
806
int64_t h3 =
load_3
(s + 10) << 3;
in fe_frombytes()
807
int64_t h4 =
load_3
(s + 13) << 2;
in fe_frombytes()
809
int64_t h6 =
load_3
(s + 20) << 7;
in fe_frombytes()
810
int64_t h7 =
load_3
(s + 23) << 5;
in fe_frombytes()
811
int64_t h8 =
load_3
(s + 26) << 4;
in fe_frombytes()
812
int64_t h9 = (
load_3
(s + 29) & 0x7fffff) << 2;
in fe_frombytes()
4627
int64_t s0 = kBottom21Bits &
load_3
(
in x25519_sc_reduce()
[all...]
/third_party/openssl/crypto/ec/
H
A
D
curve25519.c
779
static uint64_t
load_3
(const uint8_t *in)
in load_3()
function
804
int64_t h1 =
load_3
(s + 4) << 6;
in fe_frombytes()
805
int64_t h2 =
load_3
(s + 7) << 5;
in fe_frombytes()
806
int64_t h3 =
load_3
(s + 10) << 3;
in fe_frombytes()
807
int64_t h4 =
load_3
(s + 13) << 2;
in fe_frombytes()
809
int64_t h6 =
load_3
(s + 20) << 7;
in fe_frombytes()
810
int64_t h7 =
load_3
(s + 23) << 5;
in fe_frombytes()
811
int64_t h8 =
load_3
(s + 26) << 4;
in fe_frombytes()
812
int64_t h9 = (
load_3
(s + 29) & 0x7fffff) << 2;
in fe_frombytes()
4627
int64_t s0 = kBottom21Bits &
load_3
(
in x25519_sc_reduce()
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H
A
D
curve25519.c
769
static uint64_t
load_3
(const uint8_t *in)
in load_3()
function
794
int64_t h1 =
load_3
(s + 4) << 6;
in fe_frombytes()
795
int64_t h2 =
load_3
(s + 7) << 5;
in fe_frombytes()
796
int64_t h3 =
load_3
(s + 10) << 3;
in fe_frombytes()
797
int64_t h4 =
load_3
(s + 13) << 2;
in fe_frombytes()
799
int64_t h6 =
load_3
(s + 20) << 7;
in fe_frombytes()
800
int64_t h7 =
load_3
(s + 23) << 5;
in fe_frombytes()
801
int64_t h8 =
load_3
(s + 26) << 4;
in fe_frombytes()
802
int64_t h9 = (
load_3
(s + 29) & 0x7fffff) << 2;
in fe_frombytes()
4617
int64_t s0 = kBottom21Bits &
load_3
(
in x25519_sc_reduce()
[all...]
/third_party/skia/third_party/skcms/src/
H
A
D
Transform_inl.h
396
SI T
load_3
(const P* p) {
in load_3()
function
869
r = cast<F>(
load_3
<U32>(rgb+0) ) * (1/255.0f);
in exec_ops()
870
g = cast<F>(
load_3
<U32>(rgb+1) ) * (1/255.0f);
in exec_ops()
871
b = cast<F>(
load_3
<U32>(rgb+2) ) * (1/255.0f);
in exec_ops()
919
r = cast<F>(
load_3
<U32>(rgb+0)) * (1/65535.0f);
in exec_ops()
920
g = cast<F>(
load_3
<U32>(rgb+1)) * (1/65535.0f);
in exec_ops()
921
b = cast<F>(
load_3
<U32>(rgb+2)) * (1/65535.0f);
in exec_ops()
966
U32 R =
load_3
<U32>(rgb+0),
in exec_ops()
967
G =
load_3
<U32>(rgb+1),
in exec_ops()
968
B =
load_3
<U3
in exec_ops()
[all...]
Completed in 36 milliseconds