Searched refs:hash (Results 151 - 175 of 1323) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGFunctionWhitelist.cpp105 String hash = String::fromUTF8(codeBlock->hashAsStringIfPossible());
106 if (m_entries.contains(hash))
111 nameAndHash.append(hash);
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOriginStack.h65 unsigned hash() const;
82 static unsigned hash(const OriginStack& key) { return key.hash(); } function in struct:JSC::Profiler::OriginStackHash
H A DCallIdentifier.h63 static unsigned hash(const CallIdentifier& key) function in struct:JSC::CallIdentifier::Hash
66 key.m_functionName.impl()->hash(),
67 key.m_url.impl()->hash(),
78 unsigned hash() const { return Hash::hash(*this); } function in struct:JSC::CallIdentifier
/macosx-10.10/OpenSSL098-52/src/tools/
H A Dc_rehash5 # and add symbolic links to their hash values.
96 # Link a certificate to its subject name hash value, each hash is of
97 # the form <hash>.<n> where n is an integer. If the hash value already exists
105 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
106 chomp $hash;
111 # Search for an unused hash filename
112 while(exists $hashlist{"$hash
[all...]
H A Dc_rehash.in5 # and add symbolic links to their hash values.
96 # Link a certificate to its subject name hash value, each hash is of
97 # the form <hash>.<n> where n is an integer. If the hash value already exists
105 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
106 chomp $hash;
111 # Search for an unused hash filename
112 while(exists $hashlist{"$hash
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_codesigning.h57 CodeSignatureAclSubject(const SHA1::Byte *hash, const std::string &path) argument
58 : AclSubject(CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE), OSXVerifier(hash, path) { }
87 CodeSignatureAclSubject *make(const SHA1::Byte *hash, const CssmData &commentBag) const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_codesigning.h57 CodeSignatureAclSubject(const SHA1::Byte *hash, const std::string &path) argument
58 : AclSubject(CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE), OSXVerifier(hash, path) { }
87 CodeSignatureAclSubject *make(const SHA1::Byte *hash, const CssmData &commentBag) const;
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPropertySourceData.cpp100 unsigned CSSPropertySourceData::hash() const function in class:WebCore::CSSPropertySourceData
102 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntRectHash.h38 static unsigned hash(const WebCore::IntRect& key) function in struct:WTF::IntHash
40 return pairIntHash(DefaultHash<WebCore::IntPoint>::Hash::hash(key.location()), DefaultHash<WebCore::IntSize>::Hash::hash(key.size()));
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DIDBIdentifier.h62 unsigned hash() const function in class:WebKit::IDBIdentifier
99 static unsigned hash(const IDBIdentifier& a) { return a.hash(); } function in struct:WebKit::IDBIdentifierHash
H A DUniqueIDBDatabaseIdentifier.h51 unsigned hash() const;
64 static unsigned hash(const UniqueIDBDatabaseIdentifier& identifier) { return identifier.hash(); } function in struct:WebKit::UniqueIDBDatabaseIdentifierHash
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_random.h40 typedef void apr_crypto_hash_init_t(apr_crypto_hash_t *hash);
41 typedef void apr_crypto_hash_add_t(apr_crypto_hash_t *hash, const void *data,
43 typedef void apr_crypto_hash_finish_t(apr_crypto_hash_t *hash,
69 * @param pool_hash Pool hash functions
70 * @param key_hash Key hash functions
71 * @param prng_hash PRNG hash functions
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DXMakeAssoc.c36 int hash; local
42 hash = x_id & (table->size - 1);
44 bucket = &table->buckets[hash];
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dchap-md5.c89 unsigned char hash[MD5_HASH_SIZE]; local
95 /* Generate hash of ID, secret, challenge */
100 MD5_Final(hash, &ctx);
102 /* Test if our hash matches the peer's response */
103 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/hash/
H A Dhashlook.c27 * hash table library
33 * hash table lookup
88 if (flags & HASH_BUCKET) n = last->bucket->hash;
96 last->hash = i = HASHVAL(n);
102 if (i == HASHVAL(b->hash) && ((b->hash & (HASH_DELETED|HASH_OPAQUED)) != HASH_DELETED || (flags & (HASH_CREATE|HASH_DELETE|HASH_INSTALL|HASH_RENAME))))
136 n = i = last->hash;
162 if (flags & HASH_OPAQUE) b->hash |= HASH_OPAQUED;
169 if (flags & HASH_OPAQUE) b->hash &= ~HASH_OPAQUED;
184 if (tab->frozen || (b->hash
[all...]
H A Dhashfree.c27 * hash table library
33 * free (remove) a hash table
76 if (p->hash & HASH_FREENAME)
78 p->hash &= ~HASH_FREENAME;
82 if (!(p->hash & HASH_KEEP))
87 else if (p->hash & HASH_HIDES)
89 p->hash &= ~HASH_HIDES;
/macosx-10.10/Chess-310.6/sjeng/
H A Dttable.c31 uint32_t hash; variable
94 hash = 0xDEADBEEF;
101 hash = 0xDEADBEEF;
106 hash = hash ^ zobrist[board[p]][p];
120 index = hash % TTSize;
129 QS_TTable[index].Hash = hash;
144 index = hash % TTSize;
177 DP_TTable[index].Hash = hash;
208 AS_TTable[index].Hash = hash;
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp88 static unsigned hash(const LChar* c) function in struct:WTF::CStringTranslator
98 static void translate(StringImpl*& location, const LChar* const& c, unsigned hash) argument
101 location->setHash(hash);
124 static unsigned hash(const UCharBuffer& buf) function in struct:WTF::UCharBufferTranslator
134 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) argument
137 location->setHash(hash);
144 unsigned hash; member in struct:WTF::HashAndCharacters
151 static unsigned hash(const HashAndCharacters<CharacterType>& buffer) function in struct:WTF::HashAndCharactersTranslator
153 ASSERT(buffer.hash == StringHasher::computeHashAndMaskTop8Bits(buffer.characters, buffer.length));
154 return buffer.hash;
162 translate(StringImpl*& location, const HashAndCharacters<CharacterType>& buffer, unsigned hash) argument
171 unsigned hash; member in struct:WTF::HashAndUTF8Characters
178 static unsigned hash(const HashAndUTF8Characters& buffer) function in struct:WTF::HashAndUTF8CharactersTranslator
219 translate(StringImpl*& location, const HashAndUTF8Characters& buffer, unsigned hash) argument
285 translate(StringImpl*& location, const SubstringLocation& buffer, unsigned hash) argument
294 static unsigned hash(const SubstringLocation& buffer) function in struct:WTF::SubstringTranslator8
306 static unsigned hash(const SubstringLocation& buffer) function in struct:WTF::SubstringTranslator16
340 static unsigned hash(const LCharBuffer& buf) function in struct:WTF::LCharBufferTranslator
350 translate(StringImpl*& location, const LCharBuffer& buf, unsigned hash) argument
360 static unsigned hash(const CharBuffer& buf) function in struct:WTF::CharBufferFromLiteralDataTranslator
370 translate(StringImpl*& location, const CharBuffer& buf, unsigned hash) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dkexdhc.c58 u_char *kbuf, *hash; local
144 &hash, &hashlen
150 if (key_verify(server_host_key, signature, slen, hash, hashlen) != 1)
159 memcpy(kex->session_id, hash, kex->session_id_len);
162 kex_derive_keys(kex, hash, hashlen, shared_secret);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.h65 unsigned hash() const;
139 static unsigned hash(const uintptr_t key) { return reinterpret_cast<PluginPackage*>(key)->hash(); } function in struct:WebCore::PluginPackageHash
140 static unsigned hash(const RefPtr<PluginPackage>& key) { return key->hash(); } function in struct:WebCore::PluginPackageHash
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c65 * To speed up mapping table lookup, a combination of hash and
71 * Entries are sorted by its hash index and code point.
74 short hidx; /* hash index */
102 ucsmap_hash_t hash[UCSMAP_HASH_SIZE]; member in struct:idn_ucsmap
237 /* Initialize hash. */
239 ctx->hash[i].entry = NULL;
240 ctx->hash[i].n = 0;
246 /* Sort entries by the hash value and code point. */
250 * Now the entries are sorted by their hash value, and
251 * sorted by its code point among the ones with the same hash valu
268 int hash; local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconncache.c56 connc->hash = Curl_hash_alloc(size, Curl_hash_str,
59 if(!connc->hash) {
70 Curl_hash_destroy(connc->hash);
71 connc->hash = NULL;
82 bundle = Curl_hash_pick(connc->hash, hostname, strlen(hostname)+1);
93 p = Curl_hash_add(connc->hash, hostname, strlen(hostname)+1, bundle);
107 Curl_hash_start_iterate(connc->hash, &iter);
112 /* The bundle is destroyed by the hash destructor function,
114 Curl_hash_delete(connc->hash, he->key, he->key_len);
197 Curl_hash_start_iterate(connc->hash,
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-asm.c54 /* Subroutine of build_asm_hash_table to add INSNS to the hash table.
59 HTABLE points to the hash table.
60 HENTBUF is a pointer to sufficiently large buffer of hash entries.
78 unsigned int hash; local
83 hash = (* cd->asm_hash) (CGEN_INSN_MNEMONIC (insn));
84 hentbuf->next = htable[hash];
86 htable[hash] = hentbuf;
92 /* Subroutine of build_asm_hash_table to add INSNS to the hash table.
106 unsigned int hash; local
110 hash
179 unsigned int hash; local
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dranged_probe_fn.hpp73 * function, and requests that hash values not be stored.
161 operator()(const_key_reference, size_type hash, size_type i) const argument
163 return comb_probe_fn_base::operator()(hash + probe_fn_base::operator()(i));
178 * probe function, and requests that hash values not be stored.
267 const size_type hash = hash_fn_base::operator()(r_key); local
268 return std::make_pair(comb_probe_fn_base::operator()(hash), hash);
274 operator()(const_key_reference, size_type hash, size_type i) const argument
276 return comb_probe_fn_base::operator()(hash + probe_fn_base::operator()(i));
284 (const_key_reference r_key, size_type hash) cons
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dsortkey.cpp41 // A hash code of kInvalidHashCode indicates that the hash code needs
42 // to be computed. A hash code of kEmptyHashCode is used for empty keys
43 // and for any key whose computed hash code is kInvalidHashCode.
46 // The "bogus hash code" replaces a separate fBogus flag.
247 int32_t hash; local
249 hash = kEmptyHashCode;
251 hash = ustr_hashCharsN(s, length);
252 if (hash == kInvalidHashCode || hash
[all...]

Completed in 218 milliseconds

1234567891011>>