Home
last modified time | relevance | path

Searched refs:load_8 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c45 static uint64_t load_8(const uint8_t *in) in load_8() function
63 h[0] = load_8(s); in fe64_frombytes()
64 h[1] = load_8(s + 8); in fe64_frombytes()
65 h[2] = load_8(s + 16); in fe64_frombytes()
66 h[3] = load_8(s + 24) & 0x7fffffffffffffff; in fe64_frombytes()
/third_party/openssl/crypto/ec/
Dcurve25519.c55 static uint64_t load_8(const uint8_t *in) in load_8() function
73 h[0] = load_8(s); in fe64_frombytes()
74 h[1] = load_8(s + 8); in fe64_frombytes()
75 h[2] = load_8(s + 16); in fe64_frombytes()
76 h[3] = load_8(s + 24) & 0x7fffffffffffffff; in fe64_frombytes()
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h3617 SI U16 load_8(const uint8_t* ptr, size_t tail) {
3626 a = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3630 da = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3707 U16 c = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3714 U16 c = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3748 U16 mul = load_8(ptr_at_xy<const uint8_t>(&ctx->mul, dx,dy), tail),
3749 add = load_8(ptr_at_xy<const uint8_t>(&ctx->add, dx,dy), tail);
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h3812 SI U16 load_8(const uint8_t* ptr, size_t tail) {
3821 a = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3825 da = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3916 U16 c = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3923 U16 c = load_8(ptr_at_xy<const uint8_t>(ctx, dx,dy), tail);
3957 U16 mul = load_8(ptr_at_xy<const uint8_t>(&ctx->mul, dx,dy), tail),
3958 add = load_8(ptr_at_xy<const uint8_t>(&ctx->add, dx,dy), tail);