Searched refs:hash (Results 126 - 150 of 509) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseEntry.java680 * Returns a hash code based on the data value.
683 int hash = 0;
686 hash += data[offset + i];
689 return hash;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Ddigest.c120 static int setkey(struct crypto_hash *hash, const u8 *key, unsigned int keylen) argument
122 struct crypto_tfm *tfm = crypto_hash_tfm(hash);
124 crypto_hash_clear_flags(hash, CRYPTO_TFM_RES_MASK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h29 * - A function to calculate a hash of an item's key.
32 * (e.g. hash size, goal_age, etc).
38 * in the hash table.
120 struct list_head hash; /* on hash chain */ member in struct:cache_deferred_req
133 struct cache_head *key, int hash);
136 struct cache_head *new, struct cache_head *old, int hash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/unix/
H A Daf_unix.c127 #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash != UNIX_HASH_SIZE)
149 * hash table is protected with spinlock unix_table_lock
155 unsigned hash = (__force unsigned)n; local
156 hash ^= hash>>16;
157 hash ^= hash>>8;
158 return hash&(UNIX_HASH_SIZE-1);
247 int len, int type, unsigned hash)
252 sk_for_each(s, node, &unix_socket_table[hash
246 __unix_find_socket_byname(struct sockaddr_un *sunname, int len, int type, unsigned hash) argument
264 unix_find_socket_byname(struct sockaddr_un *sunname, int len, int type, unsigned hash) argument
684 unix_find_other(struct sockaddr_un *sunname, int len, int type, unsigned hash, int *error) argument
745 unsigned hash; local
882 unsigned hash; local
980 unsigned hash; local
1299 unsigned hash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dxattr.c1128 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); local
1137 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, &hash);
1145 ea_bdebug(bh, "inserting [%x]", (int)hash);
1202 __u32 hash = le32_to_cpu(header->h_hash); local
1207 ea_idebug(inode, "looking for cached blocks [%x]", (int)hash);
1210 inode->i_sb->s_bdev, hash);
1235 ce = mb_cache_entry_find_next(ce, 0, inode->i_sb->s_bdev, hash);
1246 * Compute the hash of an extended attribute.
1251 __u32 hash = 0; local
1256 hash
1288 __u32 hash = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr.c1126 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); local
1135 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, &hash);
1143 ea_bdebug(bh, "inserting [%x]", (int)hash);
1200 __u32 hash = le32_to_cpu(header->h_hash); local
1205 ea_idebug(inode, "looking for cached blocks [%x]", (int)hash);
1208 inode->i_sb->s_bdev, hash);
1233 ce = mb_cache_entry_find_next(ce, 0, inode->i_sb->s_bdev, hash);
1244 * Compute the hash of an extended attribute.
1249 __u32 hash = 0; local
1254 hash
1286 __u32 hash = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.h70 typedef int t_zencod_dsa_do_sign (unsigned int hash, KEY *data, KEY *random,
72 typedef int t_zencod_dsa_do_verify (unsigned int hash, KEY *data,
116 /* algo : hash algorithm, MD5 or SHA1 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dlhash.h59 /* Header for dynamic hash table routines
83 unsigned long hash; member in struct:lhash_node_st
99 /* First: "hash" functions */
141 LHASH_HASH_FN_TYPE hash; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h59 /* Header for dynamic hash table routines
83 unsigned long hash; member in struct:lhash_node_st
99 /* First: "hash" functions */
141 LHASH_HASH_FN_TYPE hash; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.h59 /* Header for dynamic hash table routines
84 unsigned long hash; member in struct:lhash_node_st
100 /* First: "hash" functions */
142 LHASH_HASH_FN_TYPE hash; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.h70 typedef int t_zencod_dsa_do_sign (unsigned int hash, KEY *data, KEY *random,
72 typedef int t_zencod_dsa_do_verify (unsigned int hash, KEY *data,
116 /* algo : hash algorithm, MD5 or SHA1 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h59 /* Header for dynamic hash table routines
84 unsigned long hash; member in struct:lhash_node_st
100 /* First: "hash" functions */
142 LHASH_HASH_FN_TYPE hash; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dvmlinux.lds.S204 *(.hash)
205 *(.gnu.hash)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dautofs_i.h48 /* Structures associated with the root directory hash table */
53 int hash; member in struct:autofs_dir_ent
76 int hash; member in struct:autofs_wait_queue
110 struct autofs_dirhash dirhash; /* Root directory hash */
H A Dwaitq.c117 if ( wq->hash == name->hash &&
136 wq->hash = name->hash;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtlan.h520 * hash = XOR8( DA(a,0), DA(a, 6), DA(a,12), DA(a,18), DA(a,24), DA(a,30), DA(a,36), DA(a,42) );
521 * hash |= XOR8( DA(a,1), DA(a, 7), DA(a,13), DA(a,19), DA(a,25), DA(a,31), DA(a,37), DA(a,43) ) << 1;
522 * hash |= XOR8( DA(a,2), DA(a, 8), DA(a,14), DA(a,20), DA(a,26), DA(a,32), DA(a,38), DA(a,44) ) << 2;
523 * hash |= XOR8( DA(a,3), DA(a, 9), DA(a,15), DA(a,21), DA(a,27), DA(a,33), DA(a,39), DA(a,45) ) << 3;
524 * hash |= XOR8( DA(a,4), DA(a,10), DA(a,16), DA(a,22), DA(a,28), DA(a,34), DA(a,40), DA(a,46) ) << 4;
525 * hash |= XOR8( DA(a,5), DA(a,11), DA(a,17), DA(a,23), DA(a,29), DA(a,35), DA(a,41), DA(a,47) ) << 5;
530 u8 hash; local
532 hash = (a[0]^a[3]); /* & 077 */
533 hash ^= ((a[0]^a[3])>>6); /* & 003 */
534 hash
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.c242 * presently in the hash table. We need to remove it.
245 int hash = arp_hash(e->addr, e->ifindex, d); local
247 for (p = &d->l2tab[hash].first; *p; p = &(*p)->next)
258 * Called when an L2T entry has no more users. The entry is left in the hash
313 int hash = arp_hash(addr, ifidx, d); local
318 for (e = d->l2tab[hash].first; e; e = e->next)
331 e->next = d->l2tab[hash].first;
332 d->l2tab[hash].first = e;
378 int hash = arp_hash(addr, ifidx, d); local
381 for (e = d->l2tab[hash]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c27 /* link hash */
31 static __initdata struct hash { struct
34 struct hash *next;
38 static inline int hash(int major, int minor, int ino) function
48 struct hash **p, *q;
49 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) {
60 q = (struct hash *)malloc(sizeof(struct hash));
62 panic("can't allocate link hash entry");
75 struct hash **
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c188 /* Search all chains since old address/hash is unknown */
191 hlist_for_each(h, &br->hash[i]) {
232 hlist_for_each_entry_safe(f, h, n, &br->hash[i], hlist) {
277 hlist_for_each_entry_safe(f, h, n, &br->hash[i], hlist) {
298 hlist_for_each_safe(h, g, &br->hash[i]) {
337 hlist_for_each_entry_rcu(fdb, h, &br->hash[br_mac_hash(addr)], hlist) {
400 hlist_for_each_entry_rcu(f, h, &br->hash[i], hlist) {
478 struct hlist_head *head = &br->hash[br_mac_hash(addr)];
518 struct hlist_head *head = &br->hash[br_mac_hash(addr)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c343 * ntfs_security_hash - calculate the hash of a security descriptor
344 * @sd: self-relative security descriptor whose hash to calculate
347 * Calculate the hash of the self-relative security descriptor @sd of length
350 * This hash is used in the $Secure system file as the primary key for the $SDH
356 * Return the calculated security hash in little endian.
362 u32 hash = 0; local
365 hash = le32_to_cpup(pos) + ntfs_rol32(hash, 3);
368 return cpu_to_le32(hash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.h17 * $Id: hash.h,v 1.2 2009-10-02 09:32:40 franklahm Exp $
25 #include <atalk/hash.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Ddyn.lds.S29 .hash : { *(.hash) }
30 .gnu.hash : { *(.gnu.hash) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvcsubs.c26 * Global file hash table
78 unsigned int hash; local
83 hash = file_hash(f);
88 hlist_for_each_entry(file, pos, &nlm_files[hash], f_list)
115 hlist_add_head(&file->f_list, &nlm_files[hash]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_instr.h56 struct snd_seq_kinstr *hash[SNDRV_SEQ_INSTR_HASH_SIZE]; member in struct:snd_seq_kinstr_list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dplaylist.c117 unsigned int hash, last_hash = 0; local
165 hash = gen_dir_hash(plist.path);
176 if( hash == last_hash )
230 last_hash = hash;

Completed in 500 milliseconds

1234567891011>>