Searched refs:hh (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c84 memset(&(c->hh[0]),0x25,MDC2_BLOCK);
138 c->hh[0]=(c->hh[0]&0x9f)|0x20;
144 DES_set_odd_parity(&c->hh);
145 DES_set_key_unchecked(&c->hh,&k);
156 p=c->hh;
177 memcpy(&(md[MDC2_BLOCK]),(char *)c->hh,MDC2_BLOCK);
H A Dmdc2.h79 DES_cblock h,hh; member in struct:mdc2_ctx_st
/freebsd-10.0-release/sys/geom/
H A Dgeom_subr.c84 struct g_hh00 *hh; local
95 hh = arg;
96 mp = hh->mp;
97 hh->error = 0;
98 if (hh->post) {
99 g_free(hh);
100 hh = NULL;
109 if (hh != NULL)
110 hh->error = EEXIST;
115 if (hh !
211 struct g_hh00 *hh; local
267 struct g_hh00 *hh; local
310 struct g_hh00 *hh; local
608 struct g_hh00 *hh; local
664 struct g_hh00 *hh; local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c268 struct sdp_hh hh; local
314 memset(&hh, 0, sizeof hh);
315 hh.bsdh.mid = SDP_MID_HELLO;
316 hh.bsdh.len = htonl(sizeof(struct sdp_hh));
317 hh.max_adverts = 1;
318 hh.ipv_cap = 0x40;
319 hh.majv_minv = SDP_MAJV_MINV;
321 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk)));
322 hh
[all...]
H A Dsdp_bcopy.c42 struct sdp_hh *hh; local
57 hh = (struct sdp_hh *)h;
61 hh->max_adverts, hh->majv_minv,
62 ntohl(hh->localrcvsz),
63 ntohl(hh->desremrcvsz));
/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.c155 long utcoffset, hh, mm, ss; local
161 /* seconds -> hh:mm:ss */
162 hh = utcoffset / SECSPERHOUR;
168 /* hh:mm:ss -> hh.mmss */
171 uo = hh + uo / 100;
H A Dsunpos.c193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \
195 y, m, d, hh, mm, pdec, dec)
196 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \
198 y, m, d, hh, mm, pdec, dec, pang, ang)
H A Dparsedata.c1025 int hh, mm, ss, i; local
1030 hh = i / SECSPERHOUR;
1036 sprintf(buf, "%02d:%02d:%02d", hh, mm, ss);
1044 int i, m, d, hh, mm, ss; local
1054 hh = i / SECSPERHOUR;
1060 sprintf(buf, "%02d-%02d %02d:%02d:%02d", m, d, hh, mm, ss);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dprogressbar.c317 int remaining, hh, i; local
346 hh = remaining / SECSPERHOUR;
348 if (hh)
349 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
366 hh = remaining / SECSPERHOUR;
369 if (hh)
370 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
/freebsd-10.0-release/crypto/openssh/
H A Dschnorr.c625 char *hh; local
647 hh = BN_bn2hex(x);
648 printf("x = (random) 0x%s\n", hh);
649 free(hh);
660 hh = BN_bn2hex(x);
661 printf("x = (q - %d) 0x%s\n", 20 - i, hh);
662 free(hh);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dpartime.c366 int hh, mm, ss; local
373 * and o is a time zone offset of the form [-+]hh[:mm[:ss]].
424 if (!(s = parse_ranged (s, 2, 0, 23, &hh)))
439 offset = (hh*60 + mm)*60L + ss;
/freebsd-10.0-release/contrib/tzcode/zic/
H A Dzic.c883 ** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
895 long hh; local
906 if (sscanf(string, scheck(string, "%ld"), &hh) == 1)
908 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2)
911 &hh, &mm, &ss) != 3) {
915 if (hh < 0 ||
921 if (LONG_MAX / SECSPERHOUR < hh) {
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta.autodep.mk146 DEPEND_SUFFIXES += .c .h .cpp .hpp .cxx .hxx .cc .hh
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y1199 struct node_host *h = NULL, *hh;
1241 hh = malloc(sizeof(*hh));
1242 if (hh == NULL)
1244 bcopy(h, hh, sizeof(*hh));
1249 hh = NULL;
1269 if (hh != NULL)
1270 h = hh;
1278 free(hh);
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c291 static inline u8 sdp_get_ip_ver(struct sdp_hh *hh) argument
293 return hh->ip_version >> 4;
296 static inline void sdp_set_ip_ver(struct sdp_hh *hh, u8 ip_ver) argument
298 hh->ip_version = (ip_ver << 4) | (hh->ip_version & 0xF);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-alpha.c4189 struct elf_link_hash_entry *hh;
4194 hh, sec, value,
4202 && hh->root.type == bfd_link_hash_undefweak)
4205 h = (struct alpha_elf_link_hash_entry *) hh;
4179 struct elf_link_hash_entry *hh; local
/freebsd-10.0-release/sys/dev/cxgbe/firmware/
H A Dt5fw-1.9.12.0.bin.uu6828 hxMe55wX6CcoYfYc6CgU6AL56CUaAQBVcPm7EQAEEGgw+0YlIfgCKzD1gBdh8AJicC9h9/hh+CAM
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1643 --enable-DUMBCLOCK + Dumb generic hh:mm:ss local clock
22892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking Dumb generic hh:mm:ss local clock" >&5
22893 $as_echo_n "checking Dumb generic hh:mm:ss local clock... " >&6; }

Completed in 251 milliseconds