| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| poly1305_donna32.h | 62 unsigned long h0, h1, h2, h3, h4; local 80 h3 = st->h[3]; 88 h3 += (LOAD32_LE(m + 9) >> 6) & 0x3ffffff; 93 ((unsigned long long) h2 * s3) + ((unsigned long long) h3 * s2) + 96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) + 99 ((unsigned long long) h2 * r0) + ((unsigned long long) h3 * s4) + 102 ((unsigned long long) h2 * r1) + ((unsigned long long) h3 * r0) + 105 ((unsigned long long) h2 * r2) + ((unsigned long long) h3 * r1) + 119 h3 = (unsigned long) d3 & 0x3ffffff; 135 st->h[3] = h3; 142 unsigned long h0, h1, h2, h3, h4, c; local [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| hash.h | 130 uint32_t h3 = seed; local 156 h2 = hash_rotl_32(h2, 17); h2 += h3; 159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 161 h3 = hash_rotl_32(h3, 15); h3 += h4; 162 h3 = h3*5 + 0x96cd1c35; 190 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| hash.h | 130 uint32_t h3 = seed; local 156 h2 = hash_rotl_32(h2, 17); h2 += h3; 159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 161 h3 = hash_rotl_32(h3, 15); h3 += h4; 162 h3 = h3*5 + 0x96cd1c35; 190 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| fe_frombytes_sandy2x.c | 36 uint64_t h3 = load_3(s + 10) << 3; local 56 carry3 = h3 >> 25; h4 += carry3; h3 &= 0x1FFFFFF; 61 carry2 = h2 >> 26; h3 += carry2; h2 &= 0x3FFFFFF; 69 h[3] = h3;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| fe.h | 11 int64_t h3 = load_3(s + 10) << 3; local 36 carry3 = (h3 + (int64_t)(1L << 24)) >> 25; 38 h3 -= carry3 * ((uint64_t) 1L << 25); 50 h3 += carry2; 65 h[3] = (int32_t) h3; 105 int32_t h3 = f[3]; local 120 q = (h3 + q) >> 25; 139 h3 += carry2; 141 carry3 = h3 >> 25; 143 h3 -= carry3 * ((uint32_t) 1L << 25) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| Makefile | 185 DTC_FLAGS_sun8i-h3-orangepi-lite := -@ 186 DTC_FLAGS_sun8i-h3-bananapi-m2-plus := -@ 187 DTC_FLAGS_sun8i-h3-nanopi-m1-plus := -@ 188 DTC_FLAGS_sun8i-h3-nanopi-m1 := -@ 189 DTC_FLAGS_sun8i-h3-nanopi-duo2 := -@ 190 DTC_FLAGS_sun8i-h3-orangepi-plus2e := -@ 191 DTC_FLAGS_sun8i-h3-orangepi-one := -@ 192 DTC_FLAGS_sun8i-h3-orangepi-plus := -@ 193 DTC_FLAGS_sun8i-h3-orangepi-2 := -@ 194 DTC_FLAGS_sun8i-h3-orangepi-zero-plus2 := - [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hash.h | 130 uint32_t h3 = seed; local 156 h2 = hash_rotl_32(h2, 17); h2 += h3; 159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 161 h3 = hash_rotl_32(h3, 15); h3 += h4; 162 h3 = h3*5 + 0x96cd1c35; 189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 207 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hash.h | 130 uint32_t h3 = seed; local 156 h2 = hash_rotl_32(h2, 17); h2 += h3; 159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 161 h3 = hash_rotl_32(h3, 15); h3 += h4; 162 h3 = h3*5 + 0x96cd1c35; 189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 207 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
| fe.h | 9 uint64_t h0, h1, h2, h3, h4; local 14 h3 = (LOAD64_LE(s + 19) >> 1) & mask; 20 h[3] = h3;
|
| /src/sys/dtb/arm/allwinner/ |
| Makefile | 22 DTS+= sun8i-h3-nanopi-r1.dts
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
| ed25519_ref10_fe_51.h | 38 uint64_t h3 = f[3] + g[3]; local 44 h[3] = h3; 56 uint64_t h0, h1, h2, h3, h4; local 61 h3 = g[3]; 68 h3 += h2 >> 51; 70 h4 += h3 >> 51; 71 h3 &= mask; 78 h3 = (f[3] + 0xffffffffffffeULL) - h3; 84 h[3] = h3; 498 uint64_t h0, h1, h2, h3, h4; local [all...] |
| ed25519_ref10_fe_25_5.h | 46 int32_t h3 = f[3] + g[3]; local 57 h[3] = h3; 84 int32_t h3 = f[3] - g[3]; local 95 h[3] = h3; 120 int32_t h3 = -f[3]; local 131 h[3] = h3; 514 int64_t h3 = f0g3 + f1g2 + f2g1 + f3g0 + f4g9_19 + f5g8_19 + f6g7_19 + local 544 i.e. |h1| <= 1.7*2^59; narrower ranges for h3, h5, h7, h9 570 h3 += carry2; 577 /* |h3| <= 1.71*2^59 * 724 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; local 896 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; local 998 int64_t h3 = f3 * sn; local [all...] |
| /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/ |
| llvm-theme.css | 102 div.sphinxsidebar h3, div.sphinxsidebar h4 { 111 div.sphinxsidebar h3 a { 172 h3 { 177 h3 a:hover { 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 { 187 div.body h3, 201 div.body h3 { font-size: 140%; } 206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, 218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover [all...] |
| /src/external/apache2/llvm/dist/llvm/docs/_static/ |
| llvm.css | 26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 { 43 h3, .doc_subsection { width: 75%; 82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
|
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_translation_unit.py | 140 h3 = os.path.join(kInputsDir, "header3.h") 141 inc = [(src, h1), (h1, h3), (src, h2), (h2, h3)] 151 h3 = os.path.join(kInputsDir, "header3.h") 152 inc = [h1, h3, h2, h3, h1]
|
| /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, 53 h3 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em } 54 h3 { font-weight: bold; font-size: 1em; margin-top: 1.375em} 72 /* h2 + ul, h3 + ul, p + ul { } */
|
| /src/external/bsd/bzip2/dist/ |
| bzip.css | 2 #74240f dark brown h1, h2, h3, h4 17 h1, h2, h3, h4 { color: #74240f; }
|
| /src/usr.sbin/rpcbind/ |
| pmap_svc.c | 295 int h1, h2, h3, h4, p1, p2; local 308 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, 313 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
|
| rpcb_svc_com.c | 467 int h1, h2, h3, h4, p1, p2; local 472 &h1, &h2, &h3, &h4, &p1, &p2) != 6) 1443 int h1, h2, h3, h4, p1, p2; local 1457 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
|
| /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 294 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1; 297 h1 += h3 + fetch64(s + 40); 299 h3 = h4 * k1; 301 mix_32_bytes(s, h3, h4); 311 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| Makefile | 24 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-cc.dtb 25 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-it.dtb
|
| /src/external/bsd/atf/dist/tools/ |
| tests-results.css | 55 h3 {
|
| /src/external/bsd/libpcap/dist/ |
| pcap-linux.c | 244 struct tpacket_block_desc *h3; member in union:thdr 3461 return __atomic_load_n(&h.h3->hdr.bh1.block_status, __ATOMIC_ACQUIRE); 4340 if (!packet_mmap_v3_acquire(h.h3)) { 4352 if (!packet_mmap_v3_acquire(h.h3)) { 4380 if (!packet_mmap_v3_acquire(h.h3)) 4383 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt; 4384 handlep->packets_left = h.h3->hdr.bh1.num_pkts; 4432 packet_mmap_v3_release(h.h3);
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/ |
| test_hash.d | 439 enum h3 = wsexpr.hashOf(); 545 assert(h3 == rth3);
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_double_fast.c | 674 size_t const h3 = ZSTD_hashPtr(ip+1, hBitsL, 8); local 675 U32 const matchIndex3 = hashLong[h3]; 679 hashLong[h3] = curr + 1;
|