Searched refs:hash (Results 626 - 650 of 1003) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c11 #include <linux/hash.h>
111 * So use a trivial but reliable hash instead
115 int hash = (__force u32)ip ^ ((__force u32)ip>>16); local
116 return (hash ^ (hash>>8)) & 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_branch.c14 #include <linux/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dwait.c11 #include <linux/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c16 #include <linux/hash.h>
109 * Lookup an object in the hash bucket.
239 * We use the pfn of the address for the hash. That way we can check
244 unsigned long hash; local
246 hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS);
247 return &obj_hash[hash];
955 * Called during early boot to initialize the hash buckets and link
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dbounce.c15 #include <linux/hash.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dc-parse.exp50 hash (str, len)
213 register int key = hash (str, len);
H A Dgpc.exp59 hash (str, len)
149 register int key = hash (str, len);
H A Dincomplete.exp49 hash (str, len)
117 register int key = hash (str, len);
H A Djava.exp74 hash (str, len)
197 register int key = hash (str, len);
H A Dmodula2.exp47 hash (str, len)
213 register int key = hash (str, len);
H A Dobjc.exp50 hash (str, len)
185 register int key = hash (str, len);
H A Dtest-4.exp50 hash (str, len)
206 register int key = hash (str, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h28 #include <libxml/hash.h>
279 * Following the switch to hash tables, this need to be trimmed up at
287 int nb_variables_unused; /* unused (hash table) */
288 int max_variables_unused; /* unused (hash table) */
295 int nb_funcs_unused; /* unused (hash table) */
296 int max_funcs_unused; /* unused (hash table) */
318 xmlHashTablePtr nsHash; /* The namespaces hash table */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf.h120 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf.h120 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdomain.c94 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n",
163 bucket = dlm_lockres_hash(dlm, q->hash);
174 unsigned int hash)
183 bucket = dlm_lockres_hash(dlm, hash);
209 unsigned int hash)
217 res = __dlm_lookup_lockres_full(dlm, name, len, hash);
236 unsigned int hash = dlm_lockid_hash(name, len); local
239 res = __dlm_lookup_lockres(dlm, name, len, hash);
458 * nothing remains in the hash */
460 mlog(0, "%s: %d lock resources in hash las
171 __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) argument
206 __dlm_lookup_lockres(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dudp.c89 unsigned int hash, mix = net_hash_mix(net); local
92 hash = jhash_1word(0, mix);
94 hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix);
96 hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix);
98 return hash ^ port;
109 /* precompute partial secondary hash */
250 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot];
1457 .hash = udp_lib_hash,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmulti.c269 * Real address hash table (source port number is
274 m->hash = hash_init (t->options.real_hash_size,
280 * Virtual address hash table. Used to determine
289 * This hash table is a clone of m->hash but with a
542 ASSERT (hash_remove (m->hash, &mi->real));
607 if (m->hash)
623 hash_free (m->hash);
629 m->hash = NULL;
677 if (hash_n_elements (m->hash) >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp439 response->AddTag(CECTag(EC_TAG_STRING, wxT("Fatal error, version hash is not a valid MD4-hash.")));
487 wxString err = wxTRANSLATE("Authentication failed: invalid hash specified as EC password.");
795 CMD4Hash hash = hashtag.GetMD4Data(); local
796 CPartFile *pfile = theApp->downloadqueue->GetFileByID( hash );
799 AddLogLineN(CFormat(_("Remote PartFile command failed: FileHash not found: %s")) % hash.Encode());
801 response->AddTag(CECTag(EC_TAG_STRING, CFormat(wxString(wxTRANSLATE("FileHash not found: %s"))) % hash.Encode()));
1056 CMD4Hash hash = tag.GetMD4Data(); local
1058 theApp->searchlist->AddFileToDownloadByHash(hash, category);
1124 CMD4Hash hash local
1484 CMD4Hash hash = request->GetTagByNameSafe(EC_TAG_KNOWNFILE)->GetMD4Data(); local
[all...]
H A DDownloadClient.cpp65 //Compare only the user hash..
708 // Most common scenario: hash + blocks to request + every one
1630 CMD4Hash hash = data.ReadHash(); local
1631 CPartFile* pPartFile = theApp->downloadqueue->GetFileByID(hash);
1667 CMD4Hash hash = data.ReadHash(); local
1670 CKnownFile* pKnownFile = theApp->sharedfiles->GetFileByID(hash);
1705 packAnswer->Copy16ToDataBuffer(hash.GetHash());
H A DDownloadQueue.cpp150 msg << CFormat(wxT("WARNING: Duplicate partfile with hash '%s' found, skipping: %s"))
612 AddDebugLogLineN( logDownloadQueue, wxT("Tried to add source with matching hash to your own.") );
635 // Find all clients with the same hash
902 // Memoryfile containing the hash of every file to request
1312 void CDownloadQueue::AddToResolve(const CMD4Hash& fileid, const wxString& pszHostname, uint16 port, const wxString& hash, uint8 cryptoptions) argument
1321 Hostname_Entry entry = { fileid, pszHostname, port, hash, cryptoptions };
1361 wxASSERT(!resolved.hash.IsEmpty());
1363 sourcehash.Decode(resolved.hash);
1497 AddToResolve(link->GetHashKey(), it->addr, it->port, it->hash, it->cryptoptions);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c5471 * update their parent's min and max hash values
5605 * processed first, so we know what hash version to use.
5847 ext2_dirhash_t hash = 0, prev_hash; local
5873 prev_hash = hash;
5874 hash = i ? (ext2fs_le32_to_cpu(ent[i].hash) & ~1) : 0;
5883 if (hash < prev_hash &&
5893 if (hash < min_hash)
5894 min_hash = hash;
5895 if (hash > max_has
5989 ext2_dirhash_t hash; local
10213 ext2_dirhash_t hash; member in struct:hash_entry
11019 struct list_head hash; member in struct:jbd_revoke_record_s
11039 static int hash(journal_t *journal, unsigned long block) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec.c966 #define HASH_BITS 6 /* #bits in hash */
974 unsigned char hash; local
997 /* Clear filter and add the addresses in hash register
1019 * which point to specific bit in he hash registers
1021 hash = (crc >> (32 - HASH_BITS)) & 0x3f;
1023 if (hash > 31) {
1025 tmp |= 1 << (hash - 32);
1029 tmp |= 1 << hash;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c38 /* Number of buckets for symbol hash table */
187 /* symbol table hash functions */
471 /* Create a hash table for symbols if not already created */
666 /* Create a hash table for symbols if flag is set */
916 u16 hash; local
921 hash = 0;
924 hash <<= 1;
925 hash ^= *name++;
928 ret = hash % max_bucket;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c321 ttm_ref_object_base_unref(tfile, ctx->base.hash.key, TTM_REF_USAGE);
652 rep->sid = user_srf->base.hash.key;
893 rep->handle = vmw_user_bo->base.hash.key;
895 rep->cur_gmr_id = vmw_user_bo->base.hash.key;
1119 ttm_ref_object_base_unref(tfile, stream->base.hash.key, TTM_REF_USAGE);

Completed in 175 milliseconds

<<21222324252627282930>>