Searched refs:h2 (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/crypto/openssh/
H A Dpoly1305.c36 uint32_t h0,h1,h2,h3,h4; local
68 h2 = 0;
85 h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
93 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
94 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
95 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
99 t[2] += b; h2 = (uint32_t)t[2] & 0x3ffffff; b = (uint32_t)(t[2] >> 26);
122 h2
[all...]
H A Dumac.c378 UINT64 h1,h2; local
387 h2 = *((UINT64 *)hp + 1);
398 h2 += MUL64((k4 + d0), (k8 + d4));
401 h2 += MUL64((k5 + d1), (k9 + d5));
404 h2 += MUL64((k6 + d2), (k10 + d6));
407 h2 += MUL64((k7 + d3), (k11 + d7));
415 ((UINT64 *)hp)[1] = h2;
425 UINT64 h1,h2,h3; local
434 h2 = *((UINT64 *)hp + 1);
447 h2
480 UINT64 h1,h2,h3,h4; local
[all...]
/freebsd-9.3-release/lib/libmd/
H A Dsha.h74 u_int32_t h0, h1, h2, h3, h4; member in struct:SHAstate_st
H A Dsha0c.c110 c->h2=INIT_DATA_h2;
299 C=c->h2;
391 c->h2=(c->h2+A)&0xffffffffL;
400 C=c->h2;
445 l=c->h2; nl2c(l,cp);
H A Dsha1c.c137 c->h2=INIT_DATA_h2;
330 C=c->h2;
422 c->h2=(c->h2+A)&0xffffffffL;
431 C=c->h2;
481 l=c->h2; nl2c(l,cp);
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dnet.c189 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
236 h2[0] = '\0';
238 h2, sizeof(h2), NULL, 0,
241 if (strcmp(h1, h2) == 0)
/freebsd-9.3-release/usr.sbin/lpr/pac/
H A Dpac.c407 register const struct hent *h1, *h2; local
411 h2 = *(const struct hent * const *)b;
413 r = h1->h_feetpages < h2->h_feetpages ?
414 -1 : h1->h_feetpages > h2->h_feetpages;
416 r = strcmp(h1->h_name, h2->h_name);
/freebsd-9.3-release/sys/powerpc/include/
H A Dbus.h267 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \
268 (*(t)->__bs_opname(c,sz))(h1, o1, h2, o2, cnt)
440 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
441 __bs_copy(1, t, h1, o1, h2, o2, c)
442 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
443 __bs_copy(2, t, h1, o1, h2, o2, c)
444 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
445 __bs_copy(4, t, h1, o1, h2, o2, c)
446 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
447 __bs_copy(8, t, h1, o1, h2, o
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Dbus.h468 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
472 bus_space_write_1(t, h1, o1, bus_space_read_1(t, h2, o2));
477 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
481 bus_space_write_2(t, h1, o1, bus_space_read_2(t, h2, o2));
486 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
490 bus_space_write_4(t, h1, o1, bus_space_read_4(t, h2, o2));
495 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
499 bus_space_write_8(t, h1, o1, bus_space_read_8(t, h2, o2));
788 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
792 bus_space_write_stream_1(t, h1, o1, bus_space_read_stream_1(t, h2,
467 bus_space_copy_region_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
476 bus_space_copy_region_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
485 bus_space_copy_region_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
494 bus_space_copy_region_8(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
787 bus_space_copy_region_stream_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
797 bus_space_copy_region_stream_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
807 bus_space_copy_region_stream_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
817 bus_space_copy_region_stream_8(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c573 int c, h2; local
585 cp = id(cp, &h2);
586 ntdp = lookup(h2);
612 TYPEFILE(h2), TYPENUM(h2),
617 h2 = faketypenumber++;
621 "redefine type (%d,%d)\n", TYPEFILE(h2),
622 TYPENUM(h2));
630 h2);
633 (*rtdp)->t_id = h2;
[all...]
/freebsd-9.3-release/sys/pc98/include/
H A Dbus.h282 #define bus_space_compare(t1, h1, t2, h2) \
283 i386_memio_compare((t1), (h1), (t2), (h2))
635 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
636 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
637 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
638 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
639 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
640 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Dpmap_svc.c297 int h1, h2, h3, h4, p1, p2; local
310 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
315 "%d.%d.%d.%d.%d.%d", h1, h2, h3, h4, p1, p2);
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
187 { .mib; add $h2=$h2,$b // wrap up
255 { .mlx; ld4 $h2=[ctx],8
270 { .mmi; mov $C=$h2
296 { .mmi; st4 [ctx]=$h2,8
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h74 ll=(c)->h2; HOST_l2c(ll,(s)); \
136 c->h2 = INIT_DATA_h2;
230 C = c->h2;
402 c->h2 = (c->h2 + A) & 0xffffffffL;
411 C = c->h2;
460 C = c->h2;
488 c->h2 = (c->h2 + C) & 0xffffffffL;
497 C = c->h2;
[all...]
H A Dsha.h101 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_hash.c171 uint32_t h0, h1 = 0x12A3FE2D, h2 = 0x37ABE8F9; local
183 h0 = h2 + (h1 ^ (val * multi));
186 h2 = h1;
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_socket.c391 struct hostent *h1, *h2; local
461 h2 = GetHostByName(*host);
462 if (h2 == NULL) {
466 if (h2->h_addrtype != AF_INET) {
/freebsd-9.3-release/lib/libc/net/
H A Drcmd.c718 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
748 h2[0] = '\0';
749 if (getnameinfo(r->ai_addr, r->ai_addrlen, h2, sizeof(h2),
752 if (strcmp(h1, h2) == 0) {
/freebsd-9.3-release/sys/arm/include/
H A Dbus.h263 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \
264 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
448 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
449 __bs_copy(1, t, h1, o1, h2, o2, c)
450 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
451 __bs_copy(2, t, h1, o1, h2, o2, c)
452 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
453 __bs_copy(4, t, h1, o1, h2, o2, c)
454 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
455 __bs_copy(8, t, h1, o1, h2, o
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dbus.h252 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \
253 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
437 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
438 __bs_copy(1, t, h1, o1, h2, o2, c)
439 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
440 __bs_copy(2, t, h1, o1, h2, o2, c)
441 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
442 __bs_copy(4, t, h1, o1, h2, o2, c)
443 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
444 __bs_copy(8, t, h1, o1, h2, o
[all...]
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dssvs.c114 unsigned long h, h2; local
149 (dsa, nmod, seed, 20, &counter2, &h2, NULL)) {
154 || (counter != counter2) || (h != h2))
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_fs.h436 #define XFS_HANDLE_CMP(h1, h2) memcmp(h1, h2, sizeof(xfs_handle_t))
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
302 h2 = rotate(h2 + h5, 33) * k1;
306 h5 = h2 + h6;
309 std::swap(h2, h0);
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
/freebsd-9.3-release/sys/x86/include/
H A Dbus.h1084 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
1085 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
1086 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
1087 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
1088 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
1089 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c2882 HOST_WIDE_INT h1, h2, hv, ht;
2890 l2 = CONST_DOUBLE_LOW (op1), h2 = CONST_DOUBLE_HIGH (op1);
2892 l2 = INTVAL (op1), h2 = HWI_SIGN_EXTEND (l2);
2898 neg_double (l2, h2, &lv, &hv);
2899 l2 = lv, h2 = hv;
2904 add_double (l1, h1, l2, h2, &lv, &hv);
2908 mul_double (l1, h1, l2, h2, &lv, &hv);
2912 if (div_and_round_double (TRUNC_DIV_EXPR, 0, l1, h1, l2, h2,
2918 if (div_and_round_double (TRUNC_DIV_EXPR, 0, l1, h1, l2, h2,
2924 if (div_and_round_double (TRUNC_DIV_EXPR, 1, l1, h1, l2, h2,
2875 HOST_WIDE_INT h1, h2, hv, ht; local
[all...]

Completed in 233 milliseconds

123