Home
last modified time | relevance | path

Searched refs:load_3 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c779 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 Dcurve25519.c779 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 Dcurve25519.c769 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 DTransform_inl.h396 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