| /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/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/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/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/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);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| sockaddr_test.c | 40 unsigned int h1, h2, h3, h4; local 54 h3 = isc_sockaddr_hash(&addr, true); 56 assert_int_equal(h1, h3);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| tls-dlobj.c | 93 void *h3 = load_dso (OBJ3, 3, &s3); local 122 status = dlclose (h3); 141 h3 = load_dso (OBJ3, 3, &s3); 208 status = dlclose (h3); 212 h3 = load_dso (OBJ3, 3, &s3); 231 status = dlclose (h3); 236 h3 = load_dso (OBJ3, 3, &s3); 260 status = dlclose (h3); 281 h3 = load_dso (OBJ3, 3, &s3);
|
| /src/crypto/external/bsd/openssh/dist/ |
| poly1305.c | 35 uint32_t h0,h1,h2,h3,h4; local 68 h3 = 0; 85 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff; 90 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1); 91 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2); 92 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3); 93 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4); 94 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0); 99 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26); 122 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| sha.h | 39 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
|
| /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; 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.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; 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/dist/include/jemalloc/internal/ |
| hash.h | 138 uint32_t h3 = seed; local 173 h2 += h3; 179 h3 ^= k3; 181 h3 = hash_rotl_32(h3, 15); 182 h3 += h4; 183 h3 = h3 * 5 + 0x96cd1c35; 232 h3 ^= k3; 272 h3 ^= len [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hash.h | 138 uint32_t h3 = seed; local 173 h2 += h3; 179 h3 ^= k3; 181 h3 = hash_rotl_32(h3, 15); 182 h3 += h4; 183 h3 = h3 * 5 + 0x96cd1c35; 232 h3 ^= k3; 272 h3 ^= len [all...] |
| /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/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...] |
| /src/crypto/external/apache2/openssl/dist/crypto/poly1305/ |
| poly1305.c | 281 u32 h0, h1, h2, h3, h4, c; local 296 h3 = st->h[3]; 304 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); 308 d0 = ((u64)h0 * r0) + ((u64)h1 * s3) + ((u64)h2 * s2) + ((u64)h3 * s1); 309 d1 = ((u64)h0 * r1) + ((u64)h1 * r0) + ((u64)h2 * s3) + ((u64)h3 * s2) + (h4 * s1); 310 d2 = ((u64)h0 * r2) + ((u64)h1 * r1) + ((u64)h2 * r0) + ((u64)h3 * s3) + (h4 * s2); 311 d3 = ((u64)h0 * r3) + ((u64)h1 * r2) + ((u64)h2 * r1) + ((u64)h3 * r0) + (h4 * s3); 319 h3 = (u32)(d3 += d2 >> 32); 327 h3 += (c = CONSTANT_TIME_CARRY(h2, c)) 354 u32 h0, h1, h2, h3, h4; local [all...] |
| poly1305_ieee754.c | 428 u64 h0, h1, h2, h3, h4; local 439 h3 = st->h[3].u & 0x000fffffffffffffULL; 444 h4 = h3 >> 32; 445 h3 &= 0xffffffffU; 455 h3 += h2 >> 32; 462 g3 = (u32)(t = h3 + (t >> 32)); 475 g3 |= (h3 & mask);
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| sha.h | 43 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/poly1305/ |
| poly1305.c | 295 u32 h0, h1, h2, h3, h4, c; local 310 h3 = st->h[3]; 318 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); 325 ((u64)h3 * s1); 329 ((u64)h3 * s2) + 334 ((u64)h3 * s3) + 339 ((u64)h3 * r0) + 348 h3 = (u32)(d3 += d2 >> 32); 356 h3 += (c = CONSTANT_TIME_CARRY(h2,c)) 383 u32 h0, h1, h2, h3, h4; local [all...] |
| poly1305_ieee754.c | 433 u64 h0, h1, h2, h3, h4; local 444 h3 = st->h[3].u & 0x000fffffffffffffULL; 449 h4 = h3>>32; h3 &= 0xffffffffU; 457 h3 += h2>>32; h2 &= 0xffffffffU; 463 g3 = (u32)(t = h3 + (t >> 32)); 476 g3 |= (h3 & mask);
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| sha.h | 47 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/ |
| poly1305.c | 297 u32 h0, h1, h2, h3, h4, c; local 312 h3 = st->h[3]; 320 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); 327 ((u64)h3 * s1); 331 ((u64)h3 * s2) + 336 ((u64)h3 * s3) + 341 ((u64)h3 * r0) + 350 h3 = (u32)(d3 += d2 >> 32); 358 h3 += (c = CONSTANT_TIME_CARRY(h2,c)) 385 u32 h0, h1, h2, h3, h4; local [all...] |
| poly1305_ieee754.c | 433 u64 h0, h1, h2, h3, h4; local 444 h3 = st->h[3].u & 0x000fffffffffffffULL; 449 h4 = h3>>32; h3 &= 0xffffffffU; 457 h3 += h2>>32; h2 &= 0xffffffffU; 463 g3 = (u32)(t = h3 + (t >> 32)); 476 g3 |= (h3 & mask);
|
| /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/crypto/adiantum/ |
| adiantum.c | 222 uint32_t h3 = P->h[3]; 263 k3 = h3 + m3; 277 p3 += c; c = p3 >> 26; h3 = p3 & 0x03ffffff; 289 P->h[3] = h3; 300 uint32_t h3 = P->h[3]; 309 h3 += c; c = h3 >> 26; h3 &= 0x03ffffff; 321 s3 = h3 + c; c = s3 >> 26; s3 &= 0x03ffffff; 332 h3 = (m & h3) | (~m & s3) 220 uint32_t h3 = P->h[3]; local 297 uint32_t h3 = P->h[3]; local 399 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0; local [all...] |