| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | metamorphic.c | 12 unsigned char *h, *h2; in mm_generichash() local 60 unsigned char *h, *h2; in mm_onetimeauth() local 100 unsigned char *h, *h2; in mm_hmacsha256() local 140 unsigned char *h, *h2; in mm_hmacsha512() local
|
| /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() local 193 uint32_t h1[RTE_MEMBER_LOOKUP_BULK_MAX], h2[RTE_MEMBER_LOOKUP_BULK_MAX]; in rte_member_lookup_bulk_vbf() local 227 uint32_t h2 = MEMBER_HASH_FUNC(&h1, sizeof(uint32_t), in rte_member_lookup_multi_vbf() local 257 uint32_t h1[RTE_MEMBER_LOOKUP_BULK_MAX], h2[RTE_MEMBER_LOOKUP_BULK_MAX]; in rte_member_lookup_multi_bulk_vbf() local 294 uint32_t i, h1, h2; in rte_member_add_vbf() local
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | lua.css | 10 h1, h2, h3, h4 { selector 16 h2 { selector
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| H A D | fe.h | 10 int64_t h2 = load_3(s + 7) << 5; in fe25519_frombytes() local 104 int32_t h2 = f[2]; in fe25519_reduce() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna32.h | 62 unsigned long h0, h1, h2, h3, h4; in poly1305_blocks() local 142 unsigned long h0, h1, h2, h3, h4, c; in poly1305_finish() local
|
| H A D | poly1305_donna64.h | 69 unsigned long long h0, h1, h2; in poly1305_blocks() local 138 unsigned long long h0, h1, h2, c; in poly1305_finish() local
|
| /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
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | hash.h | 129 uint32_t h2 = seed; in hash_x86_128() local 230 uint64_t h2 = seed; in hash_x64_128() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe_frombytes_sandy2x.c | 35 uint64_t h2 = load_3(s + 7) << 5; in fe_frombytes() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 37 uint64_t h2 = f[2] + g[2]; in fe25519_add() local 56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local 498 uint64_t h0, h1, h2, h3, h4; in fe25519_scalar_product() local
|
| H A D | ed25519_ref10_fe_25_5.h | 45 int32_t h2 = f[2] + g[2]; in fe25519_add() local 83 int32_t h2 = f[2] - g[2]; in fe25519_sub() local 119 int32_t h2 = -f[2]; in fe25519_neg() local 512 int64_t h2 = f0g2 + f1g1_2 + f2g0 + f3g9_38 + f4g8_19 + f5g7_38 + f6g6_19 + in fe25519_mul() local 723 int64_t h2 = f0f2_2 + f1f1_2 + f3f9_76 + f4f8_38 + f5f7_76 + f6f6_19; in fe25519_sq() local 895 int64_t h2 = f0f2_2 + f1f1_2 + f3f9_76 + f4f8_38 + f5f7_76 + f6f6_19; in fe25519_sq2() local 997 int64_t h2 = f2 * sn; in fe25519_scalar_product() local
|
| /f-stack/freebsd/arm/include/ |
| H A D | cpu.h | 23 uint64_t h, h2; in get_cyclecount() local
|
| H A D | bus.h | 267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 465 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 467 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 469 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 471 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl_sha.h | 31 SHA_LONG h0, h1, h2, h3, h4; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | siphash.c | 333 uint64_t h1, h2; in siphash_test() local
|
| /f-stack/freebsd/opencrypto/ |
| H A D | gfmult.c | 89 struct gf128 h2, h3, h4; in gf128_genmultable4() local
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 240 uint32_t h2 = (uint32_t)(seed >> 32); in MurmurHash64B() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; in poly1305_blocks() local 806 uint64_t h0, h1, h2; in poly1305_finish_ext() local
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 296 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 473 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 475 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 477 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 479 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
| /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 1087 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument 1089 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 253 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument 429 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument 431 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument 433 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument 435 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 863 ng_mppc_getkey(const u_char *h, u_char *h2, int len) in ng_mppc_getkey()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 128 size_t const h2 = ZSTD_hashPtr(ip, hBitsL, 8); in ZSTD_compressBlock_doubleFast_generic() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 430 #define HCD_GTEQ(h1, cd1, h2, cd2) \ argument
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 4818 struct ip h2; in pf_test_state_icmp() local
|