Searched refs:hashcode (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list1.h25 size_t hashcode; /* cache of values' common hash code */ member in struct:gl_hash_entry
H A Dgl_linkedhash_list.c60 size_t bucket = node->h.hashcode % list->table_size;
70 size_t bucket = node->h.hashcode % list->table_size;
H A Dgl_anylinked_list2.h97 node->h.hashcode =
198 if (new_hashcode != node->h.hashcode)
202 node->h.hashcode = new_hashcode;
225 size_t hashcode = local
229 size_t bucket = hashcode % list->table_size;
241 if (node->h.hashcode == hashcode
282 if (node->h.hashcode == hashcode
307 if (node->h.hashcode
381 size_t hashcode = local
[all...]
H A Dgl_anyhash_list2.h114 size_t bucket = node->hashcode % new_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dnmclan_cs.c1406 int hashcode; /* the output object */ local
1414 hashcode = 0;
1416 hashcode = (hashcode << 1) + CRC[i];
1418 byte = hashcode >> 3;
1419 ladrf[byte] |= (1 << (hashcode & 7));
1426 printk("\n" KERN_DEBUG " hashcode = %d(decimal), ladrf[0:63]"
1427 " =", hashcode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c81 u32 hashcode; // elfHash of the concatenation of msgid and
85 It's sorted in ascending order by hashcode as primary sorting criteria
132 u32 hashcode; // elfHash of the concatenation of msgid and
422 unsigned int hashcode = string_hashcode (msgid_as_iso_8859_1); local
426 append_u32 (&hashes_pool, hashcode);
444 append_u32 (&messages_pool, hashcode);
H A Dwrite-java.c187 i.e. total number of times that 1 + (hashcode % (hashsize - 2))
325 unsigned int hashcode = local
327 unsigned int idx = hashcode % hashsize;
331 unsigned int incr = 1 + (hashcode % (hashsize - 2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddepca.c1284 u16 hashcode; local
1301 hashcode = (crc & 1); /* hashcode is 6 LSb of CRC ... */
1303 hashcode = (hashcode << 1) | ((crc >>= 1) & 1);
1307 byte = hashcode >> 3; /* bit[3-5] -> byte in filter */
1308 bit = 1 << (hashcode & 0x07); /* bit[0-2] -> bit in byte */
H A Dewrk3.c1189 u16 hashcode; local
1233 hashcode = crc & ((1 << 9) - 1); /* hashcode is 9 LSb of CRC */
1235 byte = hashcode >> 3; /* bit[3-8] -> byte in filter */
1236 bit = 1 << (hashcode & 0x07); /* bit[0-2] -> bit in byte */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c1957 u16 hashcode; local
1974 hashcode = crc & HASH_BITS; /* hashcode is 9 LSb of CRC */
1976 byte = hashcode >> 3; /* bit[3-8] -> byte in filter */
1977 bit = 1 << (hashcode & 0x07);/* bit[0-2] -> bit in byte */

Completed in 115 milliseconds