OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_4
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/third_party/fiat/
curve25519.c
65
static uint64_t
load_4
(const uint8_t *in) {
function
1067
int64_t s1 = 2097151 & (
load_4
(s + 2) >> 5);
1069
int64_t s3 = 2097151 & (
load_4
(s + 7) >> 7);
1070
int64_t s4 = 2097151 & (
load_4
(s + 10) >> 4);
1072
int64_t s6 = 2097151 & (
load_4
(s + 15) >> 6);
1075
int64_t s9 = 2097151 & (
load_4
(s + 23) >> 5);
1077
int64_t s11 = 2097151 & (
load_4
(s + 28) >> 7);
1078
int64_t s12 = 2097151 & (
load_4
(s + 31) >> 4);
1080
int64_t s14 = 2097151 & (
load_4
(s + 36) >> 6);
1083
int64_t s17 = 2097151 & (
load_4
(s + 44) >> 5)
[
all
...]
/external/skia/third_party/skcms/src/
Transform_inl.h
286
SI T
load_4
(const P* p) {
function
[
all
...]
/external/skqp/third_party/skcms/src/
Transform_inl.h
286
SI T
load_4
(const P* p) {
function
[
all
...]
Completed in 432 milliseconds