Searched refs:hash_table (Results 51 - 75 of 75) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde2104x.c658 u16 hash_table[32]; local
663 memset(hash_table, 0, sizeof(hash_table));
664 set_bit_le(255, hash_table); /* Broadcast entry */
670 set_bit_le(index, hash_table);
673 *setup_frm++ = hash_table[i];
674 *setup_frm++ = hash_table[i];
H A Dxircom_tulip_cb.c1536 u32 *hash_table = (u32 *)(tp->setup_frame + 4 * 12); local
1562 hptr = &hash_table[hash2 & ~0x1f];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c193 hash_table gram4;
H A Dwrite-qt.c491 hash_table all_contexts;
H A Dx-awk.c52 static hash_table keywords;
H A Dx-glade.c65 static hash_table keywords;
H A Dx-scheme.c79 static hash_table keywords;
H A Dx-tcl.c72 static hash_table keywords;
H A Dmessage.c272 message_list_hash_insert_entry (hash_table *htable, message_ty *mp)
H A Dx-java.c57 static hash_table keywords;
H A Dx-python.c68 static hash_table keywords;
H A Dx-csharp.c58 static hash_table keywords;
H A Dx-perl.c58 static hash_table keywords;
H A Dxgettext.c1158 insert_keyword_callshape (hash_table *table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c78 hash_table cache;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.oo.c78 hash_table cache;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease.c201 hash_anchors = (struct hash_table **)malloc(HASH_TABLE_COUNT*sizeof(*hash_anchors));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c41 #define table hash_table
55 #define table hash_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c41 #define table hash_table
55 #define table hash_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c270 .hash_table = ip_table,
595 .hash_table = gid_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c259 .hash_table = expkey_table,
686 .hash_table = export_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c275 .hash_table = rsi_table,
511 .hash_table = rsc_table,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem.c1830 u16 hash_table[16]; local
1836 hash_table[i] = 0;
1848 hash_table[crc >> 4] |= 1 << (15 - (crc & 0xf));
1851 writel(hash_table[i], gp->regs + MAC_HASH0 + (i << 2));
H A Dcassini.c2866 u16 hash_table[16]; local
2893 memset(hash_table, 0, sizeof(hash_table));
2897 hash_table[crc >> 4] |= 1 << (15 - (crc & 0xf));
2901 writel(hash_table[i], cp->regs +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11032 struct list_head *hash_table; member in struct:jbd_revoke_table_s
11061 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
11077 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
11130 journal->j_revoke->hash_table = malloc(hash_size * sizeof(struct list_head));
11131 if (!journal->j_revoke->hash_table) {
11138 INIT_LIST_HEAD(&journal->j_revoke->hash_table[tmp]);
11156 hash_list = &table->hash_table[i];
11159 free(table->hash_table);
11237 hash_list = &revoke_var->hash_table[i];

Completed in 325 milliseconds

123