OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h5
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile
21
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-bananapi-m2-plus.dtb
22
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-bananapi-m2-plus-v1.2.dtb
23
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-emlid-neutis-n5-devboard.dtb
24
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-libretech-all-h3-cc.dtb
25
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-libretech-all-h3-it.dtb
26
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-libretech-all-
h5
-cc.dtb
27
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-nanopi-neo2.dtb
28
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-nanopi-neo-plus2.dtb
29
dtb-$(CONFIG_ARCH_SUNXI) += sun50i-
h5
-nanopi-r1s-h5.dt
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c
38
uint64_t
h5
= load_4(s + 16);
local
57
carry5 =
h5
>> 25; h6 += carry5;
h5
&= 0x1FFFFFF;
62
carry4 = h4 >> 26;
h5
+= carry4; h4 &= 0x3FFFFFF;
71
h[5] =
h5
;
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h
13
int64_t
h5
= load_4(s + 16);
local
39
carry5 = (
h5
+ (int64_t)(1L << 24)) >> 25;
41
h5
-= carry5 * ((uint64_t) 1L << 25);
53
h5
+= carry4;
67
h[5] = (int32_t)
h5
;
107
int32_t
h5
= f[5];
local
122
q = (
h5
+ q) >> 25;
145
h5
+= carry4;
147
carry5 =
h5
>> 25;
149
h5
-= carry5 * ((uint32_t) 1L << 25)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h
48
int32_t
h5
= f[5] + g[5];
local
59
h[5] =
h5
;
86
int32_t
h5
= f[5] - g[5];
local
97
h[5] =
h5
;
122
int32_t
h5
= -f[5];
local
133
h[5] =
h5
;
518
int64_t
h5
= f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 +
local
544
i.e. |h1| <= 1.7*2^59; narrower ranges for h3,
h5
, h7, h9
551
h5
+= carry4;
556
/* |
h5
| <= 1.71*2^59 *
726
int64_t
h5
= f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38;
local
898
int64_t
h5
= f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38;
local
1000
int64_t
h5
= f5 * sn;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026