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

12

/freebsd-9.3-release/contrib/libucl/uthash/
H A Duthash.h95 #define HASH_FIND(hh,head,keyptr,keylen,out) \
100 HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt); \
101 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \
102 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \
142 #define HASH_MAKE_TABLE(hh,head) \
144 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \
146 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \
147 memset((head)->hh
[all...]
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_hash.c43 HASH_ITER (hh, hashlin->buckets, elt, tmp) {
44 HASH_DELETE (hh, hashlin->buckets, elt);
60 HASH_ADD_KEYPTR (hh, hashlin->buckets, key, keylen, node);
81 *iter = elt->hh.next ? elt->hh.next : hashlin->buckets;
90 return (elt == NULL || elt->hh.prev != NULL);
102 HASH_FIND (hh, hashlin->buckets, key, keylen, found);
115 HASH_FIND (hh, hashlin->buckets, obj->key, obj->keylen, found);
118 HASH_DELETE (hh, hashlin->buckets, found);
H A Ducl_hash.h35 UT_hash_handle hh; member in struct:ucl_hash_node_s
H A Ducl_internal.h95 UT_hash_handle hh; member in struct:ucl_macro
H A Ducl_util.c120 UCL_FREE (obj->hh.keylen, obj->trash_stack[UCL_TRASH_KEY]);
314 HASH_ITER (hh, parser->macroes, macro, mtmp) {
H A Ducl_parser.c1725 HASH_FIND (hh, parser->macroes, c, macro_len, macro);
1816 HASH_ADD_KEYPTR (hh, parser->macroes, new->name, strlen (new->name), new);
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c87 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;
176 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK);
H A Dmdc2.h78 DES_cblock h, hh; member in struct:mdc2_ctx_st
/freebsd-9.3-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-9.3-release/sys/geom/
H A Dgeom_subr.c82 struct g_hh00 *hh; local
93 hh = arg;
94 mp = hh->mp;
95 hh->error = 0;
96 if (hh->post) {
97 g_free(hh);
98 hh = NULL;
107 if (hh != NULL)
108 hh->error = EEXIST;
113 if (hh !
209 struct g_hh00 *hh; local
265 struct g_hh00 *hh; local
308 struct g_hh00 *hh; local
[all...]
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c151 long utcoffset, hh, mm, ss; local
157 /* seconds -> hh:mm:ss */
158 hh = utcoffset / SECSPERHOUR;
164 /* hh:mm:ss -> hh.mmss */
167 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.c982 int hh, mm, ss, i; local
987 hh = i / SECSPERHOUR;
993 sprintf(buf, "%02d:%02d:%02d", hh, mm, ss);
1001 int i, m, d, hh, mm, ss; local
1011 hh = i / SECSPERHOUR;
1017 sprintf(buf, "%02d-%02d %02d:%02d:%02d", m, d, hh, mm, ss);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dutilities.c144 int hh, mm, lto; local
158 hh = lto / 60;
171 hh,
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon3
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon2::__anon4
198 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
201 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
/freebsd-9.3-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-9.3-release/crypto/openssh/
H A Dschnorr.c617 char *hh; local
639 hh = BN_bn2hex(x);
640 printf("x = (random) 0x%s\n", hh);
641 free(hh);
652 hh = BN_bn2hex(x);
653 printf("x = (q - %d) 0x%s\n", 20 - i, hh);
654 free(hh);
/freebsd-9.3-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-9.3-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-9.3-release/contrib/bmake/mk/
H A Dmeta.autodep.mk146 DEPEND_SUFFIXES += .c .h .cpp .hpp .cxx .hxx .cc .hh
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y1200 struct node_host *h = NULL, *hh;
1242 hh = malloc(sizeof(*hh));
1243 if (hh == NULL)
1245 bcopy(h, hh, sizeof(*hh));
1250 hh = NULL;
1270 if (hh != NULL)
1271 h = hh;
1279 free(hh);
[all...]
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_cma.c263 static inline u8 sdp_get_ip_ver(struct sdp_hh *hh) argument
265 return hh->ip_version >> 4;
268 static inline void sdp_set_ip_ver(struct sdp_hh *hh, u8 ip_ver) argument
270 hh->ip_version = (ip_ver << 4) | (hh->ip_version & 0xF);
/freebsd-9.3-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-9.3-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

Completed in 330 milliseconds

12