/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 37 // Hash: maps weight to ssize_t.
|
/external/tcpdump/ |
print-tcp.c | 756 * Step 1: Update MD5 hash with IP pseudo-header. 784 * Step 2: Update MD5 hash with TCP header, excluding options. 792 * Step 3: Update MD5 hash with TCP segment data, if present. 797 * Step 4: Update MD5 hash with shared secret.
|
/external/v8/test/mjsunit/ |
sparse-array-reverse.js | 78 // Make sure we test both array-backed and hash-table backed
|
/external/webkit/JavaScriptCore/runtime/ |
StructureTransitionTable.h | 43 static unsigned hash(const Key& p) function in struct:JSC::StructureTransitionTableHash
|
/external/webkit/JavaScriptCore/wtf/ |
HashCountedSet.h | 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash,
|
RefPtr.h | 50 // Hash table deleted values, which are only constructed and never copied or destroyed.
|
/external/webkit/WebCore/css/ |
CSSGradientValue.cpp | 109 // Need to look up our size. Create a string of width*height to use as a hash key.
|
/external/webkit/WebCore/inspector/ |
JavaScriptProfileNode.cpp | 184 return JSValueMakeNumber(ctx, profileNode->callIdentifier().hash());
|
/external/webkit/WebCore/platform/chromium/ |
MIMETypeRegistryChromium.cpp | 120 // of using a hash set.
|
/external/webkit/WebCore/platform/graphics/android/ |
FontPlatformDataAndroid.cpp | 171 unsigned FontPlatformData::hash() const function in class:WebCore::FontPlatformData
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontPlatformDataLinux.cpp | 158 unsigned FontPlatformData::hash() const function in class:WebCore::FontPlatformData
|
SimpleFontDataChromiumWin.cpp | 101 // We don't hash this on Win32, so it's effectively owned by us.
|
/external/webkit/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 47 // Check our hash first.
|
SimpleFontDataWin.cpp | 97 // We don't hash this on Win32, so it's effectively owned by us.
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 469 // single quote marks the pixel dump hash 693 QCryptographicHash hash(QCryptographicHash::Md5); 695 hash.addData(reinterpret_cast<const char*>(image.scanLine(row)), image.width() * 4); 696 QString actualHash = hash.result().toHex();
|
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/ |
parsePatch.pl | 33 my @diffHashRefKeys = ( # The hash reference keys to check per diff.
|
/external/wpa_supplicant/ |
tlsv1_common.h | 176 tls_hash hash; member in struct:tls_cipher_suite
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_config.h | 56 * option) or a NtPasswordHash (16-byte MD4 hash of the unicode 59 * only be used with authentication mechanism that use this hash as the 136 * hash://certificate_thumbprint_in_hex 138 * For example: private_key="hash://63093aa9c47f56ae88334c7b65a4"
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client_read.c | 763 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN]; local 820 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { 831 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, 841 "server finished", hash, MD5_MAC_LEN + SHA1_MAC_LEN,
|
tlsv1_common.h | 179 tls_hash hash; member in struct:tls_cipher_suite
|
tlsv1_server_write.c | 589 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN]; local 599 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { 610 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, 620 "server finished", hash, MD5_MAC_LEN + SHA1_MAC_LEN,
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
exec_elf.h | 246 #define SHT_HASH 5 /* symbol hash table section */ 268 #define ELF_HASH ".hash" /* symbol hash table */ 438 #define DT_HASH 4 /* address of symbol hash table */
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
exec_elf.h | 246 #define SHT_HASH 5 /* symbol hash table section */ 268 #define ELF_HASH ".hash" /* symbol hash table */ 438 #define DT_HASH 4 /* address of symbol hash table */
|
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
liblog.so | |