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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c387 u8 hash_size; /* bytes in hash_location */ member in struct:tcp_out_options
498 u8 cookie_size = opts->hash_size;
643 opts->hash_size = cookie_size;
730 opts->hash_size = cookie_plus - TCPOLEN_COOKIE_BASE;
735 opts->hash_size = 0;
2486 if (opts.hash_size > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtdb.c639 return tdb->header.hash_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dlease.c140 for (i = 0; i < lease_hash_table->hash_size; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dlease.c140 for (i = 0; i < lease_hash_table->hash_size; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c258 uInt hash_size; /* number of elements in hash table */ member in struct:deflate_state
259 uInt hash_bits; /* log2(hash_size) */
260 uInt hash_mask; /* hash_size-1 */
575 s->head[s->hash_size-1] = NIL; \
576 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
629 s->hash_size = 1 << s->hash_bits;
630 s->hash_mask = s->hash_size - 1;
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
863 TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
1147 n = s->hash_size;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c299 .hash_size = IP_HASHMAX,
637 .hash_size = GID_HASHMAX,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c258 uInt hash_size; /* number of elements in hash table */ member in struct:deflate_state
259 uInt hash_bits; /* log2(hash_size) */
260 uInt hash_mask; /* hash_size-1 */
575 s->head[s->hash_size-1] = NIL; \
576 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
629 s->hash_size = 1 << s->hash_bits;
630 s->hash_mask = s->hash_size - 1;
635 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
863 TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
1147 n = s->hash_size;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c383 uInt hash_size; /* number of elements in hash table */ member in struct:deflate_state
384 uInt hash_bits; /* log2(hash_size) */
385 uInt hash_mask; /* hash_size-1 */
718 s->head[s->hash_size-1] = NIL; \
719 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
791 s->hash_size = 1 << s->hash_bits;
792 s->hash_mask = s->hash_size - 1;
797 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1161 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1173 zmemcpy(ds->head, ss->head, ds->hash_size * sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c383 uInt hash_size; /* number of elements in hash table */ member in struct:deflate_state
384 uInt hash_bits; /* log2(hash_size) */
385 uInt hash_mask; /* hash_size-1 */
718 s->head[s->hash_size-1] = NIL; \
719 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
791 s->hash_size = 1 << s->hash_bits;
792 s->hash_mask = s->hash_size - 1;
797 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
1161 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1173 zmemcpy(ds->head, ss->head, ds->hash_size * sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c275 .hash_size = RSI_HASHMAX,
525 .hash_size = RSC_HASHMAX,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c249 .hash_size = EXPKEY_HASHMAX,
723 .hash_size = EXPORT_HASHMAX,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11030 int hash_size; member in struct:jbd_revoke_table_s
11046 (block << (hash_shift - 12))) & (table->hash_size - 1);
11113 int journal_init_revoke(journal_t *journal, int hash_size) argument
11121 /* Check that the hash_size is a power of two */
11122 journal->j_revoke->hash_size = hash_size;
11125 tmp = hash_size;
11130 journal->j_revoke->hash_table = malloc(hash_size * sizeof(struct list_head));
11137 for (tmp = 0; tmp < hash_size; tmp++)
11155 for (i=0; i<table->hash_size;
[all...]

Completed in 555 milliseconds

1234