Searched defs:hash (Results 151 - 175 of 631) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dchashtst.c104 UHashtable *hash; local
154 UHashtable *hash; local
288 UHashtable *hash; local
336 _put(UHashtable* hash, const char* key, int32_t value, int32_t expectedOldValue) argument
355 _get(UHashtable* hash, const char* key, int32_t expectedValue) argument
372 _remove(UHashtable* hash, const char* key, int32_t expectedValue) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp47 int32_t hash=(int32_t)(key>>55)&0x1ff; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DDFGExitProfile.h100 unsigned hash() const function in class:JSC::DFG::FrequentExitSite
128 static unsigned hash(const FrequentExitSite& key) { return key.hash(); } function in struct:JSC::DFG::FrequentExitSiteHash
H A DLazyOperandValueProfile.h73 unsigned hash() const function in class:JSC::LazyOperandValueProfileKey
100 static unsigned hash(const LazyOperandValueProfileKey& key) { return key.hash(); } function in struct:JSC::LazyOperandValueProfileKeyHash
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractHeap.h237 unsigned hash() const function in class:JSC::DFG::AbstractHeap
H A DDFGMinifiedID.h61 unsigned hash() const { return WTF::IntHash<uintptr_t>::hash(m_id); } function in class:JSC::DFG::MinifiedID
86 static unsigned hash(const MinifiedID& key) { return key.hash(); } function in struct:JSC::DFG::MinifiedIDHash
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLSlowPathCallKey.h101 unsigned hash() const function in class:JSC::FTL::SlowPathCallKey
114 static unsigned hash(const SlowPathCallKey& key) { return key.hash(); } function in struct:JSC::FTL::SlowPathCallKeyHash
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRegisterSet.h109 unsigned hash() const { return m_vector.hash(); } function in class:JSC::RegisterSet
126 static unsigned hash(const RegisterSet& set) { return set.hash(); } function in struct:JSC::RegisterSetHash
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DCallIdentifier.h63 static unsigned hash(const CallIdentifier& key) function in struct:JSC::CallIdentifier::Hash
78 unsigned hash() const { return Hash::hash(*this); } function in struct:JSC::CallIdentifier
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpKey.h80 static unsigned hash(const RegExpKey& key) { return key.pattern->hash(); } function in struct:JSC::RegExpKey::Hash
H A DStructureTransitionTable.h99 static unsigned hash(const Key& p) function in struct:JSC::StructureTransitionTable::Hash
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/
H A Dapr1.c175 hash_phk( const struct berval *scheme, const struct berval *magic, const struct berval *passwd, struct berval *hash, const char **text) argument
208 hash_apr1( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
217 hash_bsdmd5( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkexgssc.c65 u_char *kbuf, *hash; local
/macosx-10.10.1/OpenSSL098-52/src/crypto/txt_db/
H A Dtxt_db.c216 TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(char **), LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DCode.cpp73 CFHashCode SecCode::hash() function in class:Security::CodeSigning::SecCode
H A Dcsgeneric.cpp121 HashDataOut hash; local
H A Dopaquewhitelist.cpp230 static std::string hashString(CFDataRef hash) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExport.c236 unsigned char hash[CC_SHA1_DIGEST_LENGTH]; local
H A DSecTrustedApplication.cpp232 const CssmData &hash = cert->publicKeyHash(); local
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c199 unsigned long hash; local
237 unsigned long hash; local
268 unsigned long hash; local
318 unsigned long hash,nni; local
412 unsigned long hash,nn; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dlhash.h97 unsigned long hash; member in struct:lhash_node_st
105 unsigned long (*hash)(); member in struct:lhash_st
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DCode.cpp73 CFHashCode SecCode::hash() function in class:Security::CodeSigning::SecCode
H A Dcsgeneric.cpp121 HashDataOut hash; local
H A Dopaquewhitelist.cpp230 static std::string hashString(CFDataRef hash) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExport.c236 unsigned char hash[CC_SHA1_DIGEST_LENGTH]; local

Completed in 329 milliseconds

1234567891011>>