HomeSort by: relevance | last modified time | path
    Searched defs:h1 (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /src/external/lgpl3/gmp/dist/mpn/generic/
matrix22_mul1_inverse_vector.c 44 mp_limb_t h0, h1; local
55 h1 = mpn_submul_1 (rp, bp, n, M->u[0][1]);
56 ASSERT (h0 == h1);
59 h1 = mpn_submul_1 (bp, ap, n, M->u[1][0]);
60 ASSERT (h0 == h1);
  /src/external/mpl/bind/dist/tests/isc/
hash_test.c 40 uint32_t h1; local
44 h1 = isc_hash32(NULL, 0, true);
47 assert_int_equal(h1, h2);
50 h1 = isc_hash32("Hello world", 12, true);
53 assert_int_equal(h1, h2);
56 h1 = isc_hash32("Hello world", 12, false);
59 assert_int_equal(h1, h2);
62 h1 = isc_hash32("Hello world", 12, true);
65 assert_int_not_equal(h1, h2);
70 uint64_t h1; local
100 uint64_t h1; local
    [all...]
sockaddr_test.c 40 unsigned int h1, h2, h3, h4; local
47 h1 = isc_sockaddr_hash(&addr, true);
49 assert_int_not_equal(h1, h2);
56 assert_int_equal(h1, h3);
  /src/external/mit/libuv/dist/test/
test-udp-bind.c 33 uv_udp_t h1, h2; local
40 r = uv_udp_init(loop, &h1);
46 r = uv_udp_bind(&h1, (const struct sockaddr*) &addr, 0);
52 uv_close((uv_handle_t*) &h1, NULL);
66 uv_udp_t h1, h2; local
73 r = uv_udp_init(loop, &h1);
79 r = uv_udp_bind(&h1, (const struct sockaddr*) &addr, UV_UDP_REUSEADDR);
85 uv_close((uv_handle_t*) &h1, NULL);
  /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
12 h1 = (LOAD64_LE(s + 6) >> 3) & mask;
18 h[1] = h1;
  /src/lib/libwrap/
socket.c 155 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
175 if (getnameinfo(sa, sa->sa_len, h1, sizeof(h1), NULL, 0,
254 if (STR_EQ(h1, h2)) {
266 tcpd_warn("host name/address mismatch: %s != %s", h1,
  /src/external/gpl2/dtc/dist/tests/
references.c 69 uint32_t h1, h2, h4, h5, h6, hn; local
93 h1 = fdt_get_phandle(fdt, n1);
99 if (h1 != 0x2000)
101 h1, 0x2000);
113 if ((h5 == h4) || (h5 == h2) || (h5 == h1))
125 check_ref(fdt, n2, h1);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 9 int64_t h1 = load_3(s + 4) << 6; local
33 carry1 = (h1 + (int64_t)(1L << 24)) >> 25;
35 h1 -= carry1 * ((uint64_t) 1L << 25);
47 h1 += carry0;
63 h[1] = (int32_t) h1;
103 int32_t h1 = f[1]; local
118 q = (h1 + q) >> 25;
133 h1 += carry0;
135 carry1 = h1 >> 25;
137 h1 -= carry1 * ((uint32_t) 1L << 25)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 34 uint64_t h1 = load_3(s + 4) << 6; local
55 carry1 = h1 >> 25; h2 += carry1; h1 &= 0x1FFFFFF;
60 carry0 = h0 >> 26; h1 += carry0; h0 &= 0x3FFFFFF;
67 h[1] = h1;
  /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/ibm-public/postfix/dist/src/util/
hash_fnv.c 217 HASH_FNV_T h1 = hash_fnv(strval, strlen(strval)); local
220 if (h1 == h2) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
tls-dlobj.c 91 void *h1 = load_dso (OBJ1, 1, &s1); local
160 status = dlclose (h1);
183 h1 = load_dso (OBJ1, 1, &s1);
206 status = dlclose (h1);
238 h1 = load_dso (OBJ1, 1, &s1);
262 status = dlclose (h1);
  /src/libexec/ld.elf_so/
symbol.c 335 unsigned int h1, h2; local
341 h1 = hash & (ELFSIZE - 1);
345 if (((bloom_word >> h1) & (bloom_word >> h2) & 1) == 0)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna64.h 69 unsigned long long h0, h1, h2; local
78 h1 = st->h[1];
92 h1 += (((t0 >> 44) | (t1 << 20)) & 0xfffffffffff);
97 MUL(d, h1, s2);
102 MUL(d, h1, r0);
107 MUL(d, h1, r1);
117 h1 = LO(d1) & 0xfffffffffff;
124 h1 += c;
131 st->h[1] = h1;
138 unsigned long long h0, h1, h2, c local
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_hash.c 142 uint32_t h0, h1 = 0x12A3FE2D, h2 = 0x37ABE8F9; local
154 h0 = h2 + (h1 ^ (val * multi));
157 h2 = h1;
158 h1 = h0;
161 return h1 << 1;
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 80 u64 h0, h1, h2, c; local
92 h1 = st->h[1];
103 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff;
107 d0 = ((u128)h0 * r0) + ((u128)h1 * s2) + ((u128)h2 * s1);
108 d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + ((u128)h2 * s2);
109 d2 = ((u128)h0 * r2) + ((u128)h1 * r1) + ((u128)h2 * r0);
113 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff;
124 st->h[1] = h1;
131 u64 h0, h1, h2; local
137 h1 = st->h[1]
    [all...]
  /src/crypto/external/bsd/openssh/dist/
poly1305.c 35 uint32_t h0,h1,h2,h3,h4; local
66 h1 = 0;
83 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 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);
97 t[1] += c; h1 = (uint32_t)t[1] & 0x3ffffff; b = (uint32_t)(t[1] >> 26);
120 h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/
poly1305_base2_44.c 87 u64 h0, h1, h2, c; local
99 h1 = st->h[1];
110 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff;
114 d0 = ((u128)h0 * r0) + ((u128)h1 * s2) + ((u128)h2 * s1);
115 d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + ((u128)h2 * s2);
116 d2 = ((u128)h0 * r2) + ((u128)h1 * r1) + ((u128)h2 * r0);
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff;
131 st->h[1] = h1;
138 u64 h0, h1, h2; local
144 h1 = st->h[1]
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
poly1305_base2_44.c 87 u64 h0, h1, h2, c; local
99 h1 = st->h[1];
110 h1 += ((m0 >> 44) | (m1 << 20)) & 0x0fffffffffff;
114 d0 = ((u128)h0 * r0) + ((u128)h1 * s2) + ((u128)h2 * s1);
115 d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + ((u128)h2 * s2);
116 d2 = ((u128)h0 * r2) + ((u128)h1 * r1) + ((u128)h2 * r0);
120 h1 = (u64)(d1 += (u64)(d0 >> 44)) & 0x0fffffffffff;
131 st->h[1] = h1;
138 u64 h0, h1, h2; local
144 h1 = st->h[1]
    [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/dist/include/jemalloc/internal/
hash.h 77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
230 uint64_t h1 = seed; local
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
230 uint64_t h1 = seed; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
232 uint64_t h1 = seed; local
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 77 uint32_t h1 = seed; local
94 h1 ^= k1;
95 h1 = hash_rotl_32(h1, 13);
96 h1 = h1*5 + 0xe6546b64;
110 k1 *= c2; h1 ^= k1;
115 h1 ^= len;
117 h1 = hash_fmix_32(h1);
128 uint32_t h1 = seed; local
232 uint64_t h1 = seed; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
fibonacci_heap.cc 43 int_heap_t *h1 = new int_heap_t (INT_MIN, &allocator); local
45 ASSERT_TRUE (h1->empty ());
46 ASSERT_EQ (0, h1->nodes ());
47 ASSERT_EQ (NULL, h1->min ());
51 int_heap_t *r = h1->union_with (h2);
68 int_heap_t *h1 = new int_heap_t (INT_MIN); local
73 ASSERT_EQ (i, h1->nodes ());
74 h1->insert (i, &values[i]);
75 ASSERT_EQ (0, h1->min_key ());
76 ASSERT_EQ (values[0], *h1->min ())
    [all...]

Completed in 25 milliseconds

1 2 3 4 5