Searched defs:hash_val (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h49 int hash_val; /* Hash of name (to save repeated rehashing) */ member in struct:__anon3661
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c33 search_msg(struct catalog *p, const char *id, unsigned int hash_val) argument
38 idx = hash_val % p->thash_size;
39 inc = 1 + (hash_val % (p->thash_size - 2));
H A Dgnu_msgs_rev.c43 search_msg(struct catalog *p, const char *id, unsigned int hash_val) argument
48 idx = hash_val % p->thash_size;
49 inc = 1 + (hash_val % (p->thash_size - 2));
H A Dgnu_handle.c331 unsigned int hash_val; local
350 hash_val = hashpjw(id->str);
351 dupmsg = search_msg(cur_catalog, id->str, hash_val);
479 msg[nmsg].hash = hash_val;
482 hash_val, cur_catalog->thash_size);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c285 search_msg(Msg_g_node *p, const char *id, uint32_t hash_val, argument
294 idx = hash_val % hash_size;
295 inc = 1 + (hash_val % (hash_size - 2));
H A Dgettext_gnu.c378 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; local
439 hash_val = HASH_TBL(gmnp, hash_table[hash_idx]);
441 if (hash_val == 0) {
445 if (hash_val <= num_of_str) {
447 idx = hash_val - 1;
456 idx = hash_val - num_of_str - 1;
468 if (hash_val <= num_of_str) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc_hw.h204 uint32_t hash_val:16; member in struct:__anon5719::__anon5720
206 uint32_t hash_val:16;
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c477 uint32_t hash_val = HASH_VAL(hdl); local
479 n = hash_newobj(hash_val, pobj);
482 indx = HASH_INDEX(htbl->hash_size, hash_val);
516 uint32_t hash_val = HASH_VAL(hdl); local
518 i = HASH_INDEX(htbl->hash_size, hash_val);
523 if (cur->hdl == hash_val) {
530 if (nxt->hdl == hash_val) {
550 uint32_t hash_val; local
552 hash_val = HASH_VAL(hdl);
553 i = HASH_INDEX(htbl->hash_size, hash_val);
568 uint32_t hash_val; local
587 uint32_t hash_val = HASH_VAL(hdl); local
606 uint32_t hash_val = HASH_VAL(hdl); local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c114 NODELIST *ndlp, void *hash_val, uint32_t tran_id,
3215 uint32_t *hash_val; local
3381 hash_val = emlxs_hash_vrf(port, port_dhc, ndlp,
3384 if (bcmp((void *)tmp, (void *)hash_val,
3386 if (hash_val != NULL) {
3390 ndlp->nlp_DID, *(uint32_t *)hash_val);
3707 uint32_t *hash_val = NULL; local
3863 /* allocate hash_val first as rsp_len bytes */
3868 hash_val = emlxs_hash_verification(port, port_dhc, ndlp,
3871 if (hash_val
5026 uint32_t *hash_val; local
5238 uint32_t *hash_val; local
5428 emlxs_interm_hash( emlxs_port_t *port, emlxs_port_dhc_t *port_dhc, NODELIST *ndlp, void *hash_val, uint32_t tran_id, union challenge_val un_cval, uint8_t *dhval, uint32_t *dhvallen) argument
6207 uint32_t *hash_val = NULL; local
6502 uint32_t *hash_val = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1752 uint32_t slice, hash_val; local
1764 hash_val = ntohs(hdr->th_dport) & 0xff;
1766 hash_val += ntohs(hdr->th_sport) & 0xff;
1768 slice = (mgp->num_slices - 1) & hash_val;
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h308 __be32 hash_val; member in struct:rss_header

Completed in 115 milliseconds