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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dio.c150 for (;h < tdb->header.hash_size;h++) {
157 for (;h < tdb->header.hash_size;h++) {
H A Dtraverse.c38 for (; tlock->hash < tdb->header.hash_size; tlock->hash++) {
69 if (tlock->hash == tdb->header.hash_size) {
H A Dfreelist.c132 if (left > TDB_DATA_START(tdb->header.hash_size)) {
H A Dtransaction.c326 for (;h < tdb->header.hash_size;h++) {
447 calloc(tdb->header.hash_size+1, sizeof(u32));
517 tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, 0, 4*tdb->header.hash_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c124 static inline u8 _simple_hash(const u8 *hash_start, int hash_size) argument
129 for (i = 0; i < hash_size; i++) {
1274 int hash_size = 0; local
1305 hash_size = sizeof(iph->daddr);
1336 hash_size = sizeof(ipv6_hdr(skb)->daddr);
1355 hash_size = ETH_ALEN;
1369 hash_index = _simple_hash(hash_start, hash_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dproto.c1059 unsigned long hash_size = (1UL << ehash_order) * PAGE_SIZE / local
1062 while (hash_size & (hash_size - 1))
1063 hash_size--;
1064 dccp_hashinfo.ehash_mask = hash_size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c163 s->head[s->hash_size-1] = NIL; \
164 memset((char *)s->head, 0, (unsigned)(s->hash_size-1)*sizeof(*s->head));
212 s->hash_size = 1 << s->hash_bits;
213 s->hash_mask = s->hash_size - 1;
764 n = s->hash_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-dht.c676 dht_hash(void *hash_return, int hash_size, argument
683 memset( hash_return, 0, hash_size );
684 memcpy( hash_return, sha1, MIN( hash_size, SHA_DIGEST_LENGTH ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c197 s->head[s->hash_size-1] = NIL; \
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
289 s->hash_size = 1 << s->hash_bits;
290 s->hash_mask = s->hash_size - 1;
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1042 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1054 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1432 n = s->hash_size;
H A Ddeflate.h140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c200 s->head[s->hash_size-1] = NIL; \
201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
283 s->hash_size = 1 << s->hash_bits;
284 s->hash_mask = s->hash_size - 1;
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1307 n = s->hash_size;
H A Ddeflate.h137 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c200 s->head[s->hash_size-1] = NIL; \
201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
283 s->hash_size = 1 << s->hash_bits;
284 s->hash_mask = s->hash_size - 1;
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1307 n = s->hash_size;
H A Ddeflate.h137 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c200 s->head[s->hash_size-1] = NIL; \
201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
283 s->hash_size = 1 << s->hash_bits;
284 s->hash_mask = s->hash_size - 1;
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1307 n = s->hash_size;
H A Ddeflate.h137 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c380 current_index >= current_detail->hash_size) {
392 current_index = current_detail->hash_size;
401 current_index < current_detail->hash_size &&
407 if (current_detail && current_index < current_detail->hash_size) {
1170 } while(hash < cd->hash_size &&
1172 if (hash >= cd->hash_size)
1194 while (hash < cd->hash_size &&
1199 if (hash >= cd->hash_size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c197 s->head[s->hash_size-1] = NIL; \
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
289 s->hash_size = 1 << s->hash_bits;
290 s->hash_mask = s->hash_size - 1;
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1040 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1052 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1430 n = s->hash_size;
H A Ddeflate.h140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Ddcigettext.c721 nls_uint32 idx = hash_val % domain->hash_size;
722 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
753 if (idx >= domain->hash_size - incr)
754 idx -= domain->hash_size - incr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c913 nls_uint32 idx = hash_val % domain->hash_size;
914 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
945 if (idx >= domain->hash_size - incr)
946 idx -= domain->hash_size - incr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c178 .hash_size = ENT_HASHMAX,
355 .hash_size = ENT_HASHMAX,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddns_resolve.c264 .hash_size = NFS_DNS_HASHTBL_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c783 int hash_size; local
788 hash_size = read_passphrase_hash (passphrase_file,
792 ASSERT (hash_size == kt.hmac_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c812 #undef hash_size macro
813 hashcount_t hash_size(hash_t *hash) function
1057 printf("%lu\n", (unsigned long) hash_size(h));

Completed in 424 milliseconds

1234