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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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/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/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/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/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...]
poly1305_donna32.h 62 unsigned long h0, h1, h2, h3, h4; local
78 h1 = st->h[1];
86 h1 += (LOAD32_LE(m + 3) >> 2) & 0x3ffffff;
92 d0 = ((unsigned long long) h0 * r0) + ((unsigned long long) h1 * s4) +
95 d1 = ((unsigned long long) h0 * r1) + ((unsigned long long) h1 * r0) +
98 d2 = ((unsigned long long) h0 * r2) + ((unsigned long long) h1 * r1) +
101 d3 = ((unsigned long long) h0 * r3) + ((unsigned long long) h1 * r2) +
104 d4 = ((unsigned long long) h0 * r4) + ((unsigned long long) h1 * r3) +
113 h1 = (unsigned long) d1 & 0x3ffffff;
126 h1 += c
142 unsigned long h0, h1, h2, h3, h4, c; local
    [all...]
  /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...]
poly1305.c 142 u64 h0, h1, h2, c; local
151 h1 = st->h[1];
157 h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) + U8TOU64(inp + 8));
165 d0 = ((u128)h0 * r0) + ((u128)h1 * s1);
166 d1 = ((u128)h0 * r1) + ((u128)h1 * r0) + (h2 * s1);
172 h1 = (u64)(d1 += d0 >> 64);
178 h1 += (c = CONSTANT_TIME_CARRY(h0, c));
179 h2 += CONSTANT_TIME_CARRY(h1, c);
195 st->h[1] = h1;
203 u64 h0, h1, h2; local
281 u32 h0, h1, h2, h3, h4, c; local
354 u32 h0, h1, h2, h3, h4; local
    [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...]
poly1305.c 153 u64 h0, h1, h2, c; local
162 h1 = st->h[1];
168 h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) + U8TOU64(inp + 8));
177 ((u128)h1 * s1);
179 ((u128)h1 * r0) +
186 h1 = (u64)(d1 += d0 >> 64);
192 h1 += (c = CONSTANT_TIME_CARRY(h0,c));
193 h2 += CONSTANT_TIME_CARRY(h1,c);
209 st->h[1] = h1;
217 u64 h0, h1, h2; local
295 u32 h0, h1, h2, h3, h4, c; local
383 u32 h0, h1, h2, h3, h4; local
    [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...]
poly1305.c 155 u64 h0, h1, h2, c; local
164 h1 = st->h[1];
170 h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) + U8TOU64(inp + 8));
179 ((u128)h1 * s1);
181 ((u128)h1 * r0) +
188 h1 = (u64)(d1 += d0 >> 64);
194 h1 += (c = CONSTANT_TIME_CARRY(h0,c));
195 h2 += CONSTANT_TIME_CARRY(h1,c);
211 st->h[1] = h1;
219 u64 h0, h1, h2; local
297 u32 h0, h1, h2, h3, h4, c; local
385 u32 h0, h1, h2, h3, h4; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-s390x.pl 80 my ($d0hi,$d0lo,$d1hi,$d1lo,$t0,$h0,$t1,$h1,$h2) = map("%r$_",(6..14));
101 lg $h1,8($ctx)
116 alcgr $d1lo,$h1
120 lgr $h1,$d1lo
121 mlgr $d1hi,$s1 # h1*5*r1 -> $d1hi:$d1lo
124 mlgr $t1,$r0 # h1*r0 -> $t1:$h1
132 algr $h1,$h0
138 algr $h1,$d1lo
141 algr $h1,$d0h
    [all...]
poly1305-ppc.pl 92 my ($h0,$h1,$h2,$d0,$d1,$d2, $r0,$r1,$s1, $t0,$t1) = map("r$_",(7..12,27..31));
115 li $h1,12
117 lwbrx $h1,$h1,$inp
119 insrdi $d1,$h1,32,0
122 lis $h1,0xfff # 0x0fff0000
123 ori $h1,$h1,0xfffc # 0x0ffffffc
124 insrdi $h1,$h1,32,0 # 0x0ffffffc0ffffff
    [all...]
poly1305-armv8.pl 51 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14));
125 ldp $h0,$h1,[$ctx] // load hash value
140 adcs $h1,$h1,$t1
146 mul $t0,$h1,$s1 // h1*5*r1
147 umulh $t1,$h1,$s1
155 mul $t0,$h1,$r0 // h1*r0
157 umulh $t1,$h1,$r
    [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...]
  /src/external/gpl3/gcc.old/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...]
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-armv8.pl 55 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14));
133 ldp $h0,$h1,[$ctx] // load hash value
148 adcs $h1,$h1,$t1
154 mul $t0,$h1,$s1 // h1*5*r1
155 umulh $t1,$h1,$s1
163 mul $t0,$h1,$r0 // h1*r0
165 umulh $t1,$h1,$r
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-armv8.pl 55 my ($h0,$h1,$h2,$r0,$r1,$s1,$t0,$t1,$d0,$d1,$d2) = map("x$_",(4..14));
125 ldp $h0,$h1,[$ctx] // load hash value
140 adcs $h1,$h1,$t1
146 mul $t0,$h1,$s1 // h1*5*r1
147 umulh $t1,$h1,$s1
155 mul $t0,$h1,$r0 // h1*r0
157 umulh $t1,$h1,$r
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cgen.sh 91 rm -f ${tmp}-desc.h ${tmp}-desc.h1
93 rm -f ${tmp}-opc.h ${tmp}-opc.h1
96 rm -f ${tmp}-ibld.h ${tmp}-ibld.h1
108 -H ${tmp}-desc.h1 \
110 -O ${tmp}-opc.h1 \
120 -e 's/[ ][ ]*$//' < ${tmp}-desc.h1 > ${tmp}-desc.h
131 -e 's/[ ][ ]*$//' < ${tmp}-opc.h1 > ${tmp}-opc.h
171 rm -f ${tmp}-desc.h1 ${tmp}-desc.c1
172 rm -f ${tmp}-opc.h1 ${tmp}-opc.c1
174 rm -f ${tmp}-ibld.h1 ${tmp}-ibld.in
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen.sh 91 rm -f ${tmp}-desc.h ${tmp}-desc.h1
93 rm -f ${tmp}-opc.h ${tmp}-opc.h1
96 rm -f ${tmp}-ibld.h ${tmp}-ibld.h1
108 -H ${tmp}-desc.h1 \
110 -O ${tmp}-opc.h1 \
120 -e 's/[ ][ ]*$//' < ${tmp}-desc.h1 > ${tmp}-desc.h
131 -e 's/[ ][ ]*$//' < ${tmp}-opc.h1 > ${tmp}-opc.h
171 rm -f ${tmp}-desc.h1 ${tmp}-desc.c1
172 rm -f ${tmp}-opc.h1 ${tmp}-opc.c1
174 rm -f ${tmp}-ibld.h1 ${tmp}-ibld.in
    [all...]

Completed in 68 milliseconds

1 2 3 4 5 6 7 8 91011>>