| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | hash.h | 96 h1 = h1*5 + 0xe6546b64; in hash_x86_32() 117 h1 = hash_fmix_32(h1); in hash_x86_32() 151 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128() 152 h1 = h1*5 + 0x561ccd1b; in hash_x86_128() 208 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128() 209 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128() 211 h1 = hash_fmix_32(h1); in hash_x86_128() 216 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128() 217 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128() 246 h1 = hash_rotl_64(h1, 27); h1 += h2; in hash_x64_128() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna64.h | 78 h1 = st->h[1]; in poly1305_blocks() 124 h1 += c; in poly1305_blocks() 131 st->h[1] = h1; in poly1305_blocks() 157 h1 = st->h[1]; in poly1305_finish() 160 c = (h1 >> 44); in poly1305_finish() 168 h1 += c; in poly1305_finish() 169 c = (h1 >> 44); in poly1305_finish() 177 h1 += c; in poly1305_finish() 183 g1 = h1 + c; in poly1305_finish() 195 h1 = (h1 & c) | g1; in poly1305_finish() [all …]
|
| H A D | poly1305_donna32.h | 78 h1 = st->h[1]; in poly1305_blocks() 126 h1 += c; in poly1305_blocks() 133 st->h[1] = h1; in poly1305_blocks() 161 h1 = st->h[1]; in poly1305_finish() 166 c = h1 >> 26; in poly1305_finish() 167 h1 = h1 & 0x3ffffff; in poly1305_finish() 180 h1 += c; in poly1305_finish() 186 g1 = h1 + c; in poly1305_finish() 207 h1 = (h1 & mask) | g1; in poly1305_finish() 214 h1 = ((h1 >> 6) | (h2 << 20)) & 0xffffffff; in poly1305_finish() [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 125 uint32_t h1 = seed; in MurmurHash3_x86_32() local 143 h1 ^= k1; in MurmurHash3_x86_32() 144 h1 = ROTL32(h1,13); in MurmurHash3_x86_32() 145 h1 = h1*5+0xe6546b64; in MurmurHash3_x86_32() 168 h1 ^= len; in MurmurHash3_x86_32() 170 h1 = fmix(h1); in MurmurHash3_x86_32() 248 h1 *= m; h1 ^= k1; in MurmurHash64B() 261 h1 *= m; h1 ^= k1; in MurmurHash64B() 275 h1 ^= h2 >> 18; h1 *= m; in MurmurHash64B() 277 h1 ^= h2 >> 17; h1 *= m; in MurmurHash64B() [all …]
|
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member_vbf.c | 167 uint32_t h2 = MEMBER_HASH_FUNC(&h1, sizeof(uint32_t), in rte_member_lookup_vbf() 173 bit_loc = (h1 + j * h2) & ss->bit_mask; in rte_member_lookup_vbf() 197 h1[i] = MEMBER_HASH_FUNC(keys[i], ss->key_len, in rte_member_lookup_bulk_vbf() 200 h2[i] = MEMBER_HASH_FUNC(&h1[i], sizeof(uint32_t), in rte_member_lookup_bulk_vbf() 205 bit_loc = (h1[i] + k * h2[i]) & ss->bit_mask; in rte_member_lookup_bulk_vbf() 233 bit_loc = (h1 + j * h2) & ss->bit_mask; in rte_member_lookup_multi_vbf() 261 h1[i] = MEMBER_HASH_FUNC(keys[i], ss->key_len, in rte_member_lookup_multi_bulk_vbf() 264 h2[i] = MEMBER_HASH_FUNC(&h1[i], sizeof(uint32_t), in rte_member_lookup_multi_bulk_vbf() 269 bit_loc = (h1[i] + k * h2[i]) & ss->bit_mask; in rte_member_lookup_multi_bulk_vbf() 294 uint32_t i, h1, h2; in rte_member_add_vbf() local [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| H A D | fe.h | 9 int64_t h1 = load_3(s + 4) << 6; in fe25519_frombytes() local 33 carry1 = (h1 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes() 35 h1 -= carry1 * ((uint64_t) 1L << 25); in fe25519_frombytes() 47 h1 += carry0; in fe25519_frombytes() 63 h[1] = (int32_t) h1; in fe25519_frombytes() 103 int32_t h1 = f[1]; in fe25519_reduce() local 118 q = (h1 + q) >> 25; in fe25519_reduce() 133 h1 += carry0; in fe25519_reduce() 135 carry1 = h1 >> 25; in fe25519_reduce() 137 h1 -= carry1 * ((uint32_t) 1L << 25); in fe25519_reduce() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe_frombytes_sandy2x.c | 34 uint64_t h1 = load_3(s + 4) << 6; in fe_frombytes() local 55 carry1 = h1 >> 25; h2 += carry1; h1 &= 0x1FFFFFF; in fe_frombytes() 60 carry0 = h0 >> 26; h1 += carry0; h0 &= 0x3FFFFFF; in fe_frombytes() 67 h[1] = h1; in fe_frombytes()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | siphash.c | 333 uint64_t h1, h2; in siphash_test() local 334 h1 = siphash((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678"); in siphash_test() 336 if (h1 != h2) fails++; in siphash_test() 338 h1 = siphash((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678"); in siphash_test() 340 if (h1 != h2) fails++; in siphash_test() 342 h1 = siphash((uint8_t*)"HELLO world",11,(uint8_t*)"1234567812345678"); in siphash_test() 344 if (h1 == h2) fails++; in siphash_test()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_25_5.h | 55 h[1] = h1; in fe25519_add() 93 h[1] = h1; in fe25519_sub() 129 h[1] = h1; in fe25519_neg() 548 h1 += carry0; in fe25519_mul() 609 h1 += carry0; in fe25519_mul() 744 h1 += carry0; in fe25519_sq() 783 h1 += carry0; in fe25519_sq() 916 h1 += h1; in fe25519_sq2() 927 h1 += carry0; in fe25519_sq2() 966 h1 += carry0; in fe25519_sq2() [all …]
|
| H A D | ed25519_ref10_fe_51.h | 36 uint64_t h1 = f[1] + g[1]; in fe25519_add() local 42 h[1] = h1; in fe25519_add() 56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local 59 h1 = g[1]; in fe25519_sub() 64 h1 += h0 >> 51; in fe25519_sub() 66 h2 += h1 >> 51; in fe25519_sub() 67 h1 &= mask; in fe25519_sub() 76 h1 = (f[1] + 0xffffffffffffeULL) - h1; in fe25519_sub() 82 h[1] = h1; in fe25519_sub() 503 h1 = ((uint64_t) a) & mask; in fe25519_scalar_product() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | manual.css | 18 p+h1, ul+h1 {
|
| H A D | lua.css | 10 h1, h2, h3, h4 { selector
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 727 h1 += c; in poly1305_blocks() 728 c = (h1 >> 44); in poly1305_blocks() 729 h1 &= 0xfffffffffff; in poly1305_blocks() 736 h1 += c; in poly1305_blocks() 741 g1 = h1 + c; in poly1305_blocks() 749 h1 = (h1 & nc) | (g1 & c); in poly1305_blocks() 753 st->H.h[1] = h1; in poly1305_blocks() 806 uint64_t h0, h1, h2; in poly1305_finish_ext() local 831 h1 = st->H.h[1]; in poly1305_finish_ext() 836 h1 = ((h1 >> 20) | (h2 << 24)); in poly1305_finish_ext() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
| H A D | fe.h | 9 uint64_t h0, h1, h2, h3, h4; in fe25519_frombytes() local 12 h1 = (LOAD64_LE(s + 6) >> 3) & mask; in fe25519_frombytes() 18 h[1] = h1; in fe25519_frombytes()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 28 <h1></h1> 68 hn = document.getElementsByTagName('h1')[0];
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl_sha1.c | 34 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \ 57 c->h1 = INIT_DATA_h1; in HASH_INIT()
|
| H A D | ossl_sha.h | 31 SHA_LONG h0, h1, h2, h3, h4; member
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstring.c | 37 int h1 = lmod(h, newsize); /* new position */ in luaS_resize() local 39 p->gch.next = newhash[h1]; /* chain it */ in luaS_resize() 40 newhash[h1] = p; in luaS_resize()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 296 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 297 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt) 473 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 474 __bs_copy(1, t, h1, o1, h2, o2, c) 475 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 476 __bs_copy(2, t, h1, o1, h2, o2, c) 477 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 478 __bs_copy(4, t, h1, o1, h2, o2, c) 479 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument 480 __bs_copy(8, t, h1, o1, h2, o2, c)
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | poly1305-armv4.S | 427 @ d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4 428 @ d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4 429 @ d2 = h2*r0 + h1*r1 + h0*r2 + h4*5*r3 + h3*5*r4 431 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4 780 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4 886 vadd.i64 q6,q6,q4 @ h0 -> h1 894 vadd.i64 q7,q7,q4 @ h1 -> h2 919 vadd.i32 d12,d12,d30 @ h0 -> h1 1053 vadd.i64 q6,q6,q4 @ h0 -> h1 1059 vadd.i64 q7,q7,q4 @ h1 -> h2 [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6qdl-prti6q.dtsi | 21 reg_usb_h1_vbus: regulator-h1-vbus { 23 regulator-name = "h1-vbus";
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 268 (*(t)->__bs_opname(c,sz))((t), h1, o1, h2, o2, cnt) 465 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 466 __bs_copy(1, t, h1, o1, h2, o2, c) 467 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 468 __bs_copy(2, t, h1, o1, h2, o2, c) 469 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 470 __bs_copy(4, t, h1, o1, h2, o2, c) 471 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument 472 __bs_copy(8, t, h1, o1, h2, o2, c)
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 253 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 254 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt) 429 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 430 __bs_copy(1, t, h1, o1, h2, o2, c) 431 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 432 __bs_copy(2, t, h1, o1, h2, o2, c) 433 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 434 __bs_copy(4, t, h1, o1, h2, o2, c) 435 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument 436 __bs_copy(8, t, h1, o1, h2, o2, c)
|
| /f-stack/freebsd/x86/include/ |
| H A D | bus.h | 1085 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument 1086 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c)) 1087 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument 1088 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c)) 1089 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument 1090 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru-bob.dts | 85 h1_int_od_l: h1-int-od-l {
|