HomeSort by: relevance | last modified time | path
    Searched refs:h6 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 39 uint64_t h6 = load_3(s + 20) << 7; local
57 carry5 = h5 >> 25; h6 += carry5; h5 &= 0x1FFFFFF;
63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF;
72 h[6] = h6;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 14 int64_t h6 = load_3(s + 20) << 7; local
40 h6 += carry5;
55 carry6 = (h6 + (int64_t)(1L << 25)) >> 26;
57 h6 -= carry6 * ((uint64_t) 1L << 26);
68 h[6] = (int32_t) h6;
108 int32_t h6 = f[6]; local
123 q = (h6 + q) >> 26;
148 h6 += carry5;
150 carry6 = h6 >> 26;
152 h6 -= carry6 * ((uint32_t) 1L << 26)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile 34 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-beelink-gs1.dtb
35 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-3.dtb
36 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-lite2.dtb
37 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-one-plus.dtb
38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb
39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
40 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-tanix-tx6.dtb
41 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-tanix-tx6-mini.dtb
  /src/external/gpl2/dtc/dist/tests/
references.c 69 uint32_t h1, h2, h4, h5, h6, hn; local
97 h6 = fdt_get_phandle(fdt, n6);
105 if (h6 != FDT_MAX_PHANDLE)
107 h6, FDT_MAX_PHANDLE);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 49 int32_t h6 = f[6] + g[6]; local
60 h[6] = h6;
87 int32_t h6 = f[6] - g[6]; local
98 h[6] = h6;
123 int32_t h6 = -f[6]; local
134 h[6] = h6;
520 int64_t h6 = f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + local
542 i.e. |h0| <= 1.4*2^60; narrower ranges for h2, h4, h6, h8
562 h6 += carry5;
567 /* |h6| <= 1.41*2^60 *
727 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
899 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; local
1001 int64_t h6 = f6 * sn; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
190 div.body h6 {
204 div.body h6 { font-size: 100%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
214 h5:hover a.anchor, h6:hover a.anchor {
219 h5 a.anchor:hover, h6 a.anchor:hover {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Hashing.h 264 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member in struct:llvm::hashing::detail::hash_state
273 state.h6 = hash_16_bytes(state.h4, state.h5);
296 h0 ^= h6;
302 h5 = h2 + h6;
303 h6 = h1 + fetch64(s + 16);
304 mix_32_bytes(s + 32, h5, h6);
312 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em }
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 442 enum h6 = lexpr.hashOf();
548 assert(h6 == rth6);
  /src/sys/dist/pf/net/
pf.c 1662 struct ip6_hdr *h6 = NULL; local
1756 h6 = mtod(m, struct ip6_hdr *);
1759 h6->ip6_nxt = IPPROTO_TCP;
1760 h6->ip6_plen = htons(tlen);
1761 memcpy(&h6->ip6_src, &saddr->v6, sizeof(struct in6_addr));
1762 memcpy(&h6->ip6_dst, &daddr->v6, sizeof(struct in6_addr));
1764 th = (struct tcphdr *)((char *)h6 + sizeof(struct ip6_hdr));
1841 h6->ip6_vfc |= IPV6_VERSION;
1842 h6->ip6_hlim = IPV6_DEFHLIM;
pf_table.c 1919 void *h4 = NULL, *h6 = NULL; local
1940 if (!rn_inithead(&h6, offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
1945 kt->pfrkt_ip6 = h6;

Completed in 38 milliseconds