| /NextBSD/contrib/libucl/uthash/ |
| HD | uthash.h | 95 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 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) \ argument 144 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \ 146 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \ 147 memset((head)->hh.tbl, 0, sizeof(UT_hash_table)); \ 148 (head)->hh.tbl->tail = &((head)->hh); \ 149 (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS; \ [all …]
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | uthash.h | 96 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 101 HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt); \ 102 if (HASH_BLOOM_TEST((head)->hh.tbl, _hf_hashv)) { \ 103 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \ 142 #define HASH_MAKE_TABLE(hh,head) \ argument 144 (head)->hh.tbl = (UT_hash_table*)uthash_malloc( \ 146 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \ 147 memset((head)->hh.tbl, 0, sizeof(UT_hash_table)); \ 148 (head)->hh.tbl->tail = &((head)->hh); \ 149 (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS; \ [all …]
|
| /NextBSD/sys/geom/ |
| HD | geom_subr.c | 84 struct g_hh00 *hh; in g_load_class() local 95 hh = arg; in g_load_class() 96 mp = hh->mp; in g_load_class() 97 hh->error = 0; in g_load_class() 98 if (hh->post) { in g_load_class() 99 g_free(hh); in g_load_class() 100 hh = NULL; in g_load_class() 109 if (hh != NULL) in g_load_class() 110 hh->error = EEXIST; in g_load_class() 115 if (hh != NULL) in g_load_class() [all …]
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_cma.c | 268 struct sdp_hh hh; in sdp_cma_handler() local 314 memset(&hh, 0, sizeof hh); in sdp_cma_handler() 315 hh.bsdh.mid = SDP_MID_HELLO; in sdp_cma_handler() 316 hh.bsdh.len = htonl(sizeof(struct sdp_hh)); in sdp_cma_handler() 317 hh.max_adverts = 1; in sdp_cma_handler() 318 hh.ipv_cap = 0x40; in sdp_cma_handler() 319 hh.majv_minv = SDP_MAJV_MINV; in sdp_cma_handler() 321 hh.bsdh.bufs = htons(rx_ring_posted(sdp_sk(sk))); in sdp_cma_handler() 322 hh.localrcvsz = hh.desremrcvsz = htonl(sdp_sk(sk)->recv_bytes); in sdp_cma_handler() 323 hh.max_adverts = 0x1; in sdp_cma_handler() [all …]
|
| HD | sdp_bcopy.c | 42 struct sdp_hh *hh; in _dump_packet() local 57 hh = (struct sdp_hh *)h; in _dump_packet() 61 hh->max_adverts, hh->majv_minv, in _dump_packet() 62 ntohl(hh->localrcvsz), in _dump_packet() 63 ntohl(hh->desremrcvsz)); in _dump_packet()
|
| /NextBSD/crypto/openssl/crypto/mdc2/ |
| HD | mdc2dgst.c | 84 memset(&(c->hh[0]), 0x25, MDC2_BLOCK); in fips_md_init() 135 c->hh[0] = (c->hh[0] & 0x9f) | 0x20; in mdc2_body() 141 DES_set_odd_parity(&c->hh); in mdc2_body() 142 DES_set_key_unchecked(&c->hh, &k); in mdc2_body() 153 p = c->hh; in mdc2_body() 173 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK); in MDC2_Final()
|
| HD | mdc2.h | 78 DES_cblock h, hh; member
|
| /NextBSD/contrib/ntp/scripts/stats/ |
| HD | README.timecodes | 35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>" 41 hh:mm:ss = hours, minutes, seconds 53 "<CR><LF>iqyy ddd hh:mm:ss.fff ld" 62 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day 78 "<CR><LF><^A>ddd:hh:mm:ssq<CR>" 82 hh:mm:ss = hours, minutes, seconds 95 "<CR>hh:mm:ss.f dd/mm/yy<CR>" 99 hh:mm:ss = hours, minutes, seconds 105 hh:mm:ss.? once synch is established and then lost again for about 123 hh = WWVH propagation delay (81 = 33 ms) [all …]
|
| /NextBSD/contrib/tnftp/src/ |
| HD | progressbar.c | 317 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);
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_types.h | 178 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member 181 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member 191 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh; 194 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
|
| /NextBSD/usr.bin/calendar/ |
| HD | calendar.c | 159 long utcoffset, hh, mm, ss; in main() local 166 hh = utcoffset / SECSPERHOUR; in main() 175 uo = hh + uo / 100; in main()
|
| HD | sunpos.c | 193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ argument 195 y, m, d, hh, mm, pdec, dec) 196 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \ argument 198 y, m, d, hh, mm, pdec, dec, pang, ang)
|
| HD | parsedata.c | 1025 int hh, mm, ss, i; in floattotime() local 1030 hh = i / SECSPERHOUR; in floattotime() 1036 sprintf(buf, "%02d:%02d:%02d", hh, mm, ss); in floattotime() 1044 int i, m, d, hh, mm, ss; in floattoday() local 1054 hh = i / SECSPERHOUR; in floattoday() 1060 sprintf(buf, "%02d-%02d %02d:%02d:%02d", m, d, hh, mm, ss); in floattoday()
|
| /NextBSD/usr.sbin/ypldap/ |
| HD | ypldap_dns.c | 213 struct ypldap_addr *h, *hh = NULL; in host_dns() local 246 h->next = hh; in host_dns() 247 hh = h; in host_dns() 252 *hn = hh; in host_dns()
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | utilities.c | 144 int hh, mm, lto; in tv_to_str() local 158 hh = lto / 60; in tv_to_str() 171 hh, in tv_to_str()
|
| /NextBSD/contrib/tcsh/nls/et/ |
| HD | set14 | 4 1 \nÄhh!! Liiga palju %s!!\n
|
| /NextBSD/contrib/libc++/include/ |
| D | ccomplex | 27 // hh 080623 Created
|
| /NextBSD/gnu/usr.bin/rcs/lib/ |
| HD | partime.c | 366 int hh, mm, ss; local 424 if (!(s = parse_ranged (s, 2, 0, 23, &hh))) 439 offset = (hh*60 + mm)*60L + ss;
|
| /NextBSD/contrib/tcsh/nls/ja/ |
| HD | set1 | 113 110 形式: sched -<項目番号>.\n形式: sched [+]hh:mm <コマンド>
|
| /NextBSD/contrib/tzcode/zic/ |
| HD | zic.c | 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) { 925 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0) 927 if (noise && (hh > HOURSPERDAY || 928 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) 930 return oadd(eitol(sign) * hh * eitol(SECSPERHOUR),
|
| /NextBSD/contrib/elftoolchain/addr2line/ |
| HD | addr2line.c | 64 UT_hash_handle hh; member 449 HASH_FIND(hh, culist, &off, sizeof(off), cu); in translate() 457 HASH_ADD(hh, culist, off, sizeof(off), cu); in translate()
|
| /NextBSD/contrib/libucl/src/ |
| HD | ucl_internal.h | 154 UT_hash_handle hh; member
|
| /NextBSD/crypto/heimdal/doc/ |
| HD | doxytmpl.dxy | 96 *.hh \
|
| /NextBSD/contrib/tcsh/nls/C/ |
| HD | set1 | 113 110 Usage: sched -<item#>.\nUsage: sched [+]hh:mm <command>
|
| /NextBSD/contrib/tcsh/nls/german/ |
| HD | set1 | 113 110 Benutzung: sched -<item#>.\nBenutzung: sched [+]hh:mm <Befehl>
|