| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/ |
| pointer.pass.cpp | 13 // struct hash 31 std::hash<T> >::value), ""); 32 std::hash<T> h;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
| ebt_among.h | 9 * Write-once-read-many hash table, used for checking if a given 13 * The hash value of an address is its last byte. 22 * hash table, which are stored also in form of pairs of integers
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
| ebt_among.h | 9 * Write-once-read-many hash table, used for checking if a given 13 * The hash value of an address is its last byte. 22 * hash table, which are stored also in form of pairs of integers
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
| ebt_among.h | 9 * Write-once-read-many hash table, used for checking if a given 13 * The hash value of an address is its last byte. 22 * hash table, which are stored also in form of pairs of integers
|
| /dalvik/vm/hprof/ |
| HprofString.cpp | 40 u4 hash = 0; local 46 hash = hash * 31 + c; 49 return hash;
|
| /external/chromium/crypto/ |
| hmac_win.cc | 31 // See FIPS 198: The Keyed-Hash Message Authentication Code (HMAC). 56 // Compute the inner hash. 66 // Compute the outer hash. 94 // Only SHA-1 and SHA-256 hash algorithms are supported now. 177 ScopedHCRYPTHASH hash; local 179 hash.receive())) 185 if (!CryptSetHashParam(hash, HP_HMAC_INFO, 189 if (!CryptHashData(hash, reinterpret_cast<const BYTE*>(data.data()), 194 return !!CryptGetHashParam(hash, HP_HASHVAL, digest, &sha1_size, 0);
|
| /external/chromium-trace/trace-viewer/src/tracing/ |
| color_scheme.js | 92 * @param {string} name The string to hash. 95 var hash = 0; 97 hash = (hash + 37 * hash + 11 * name.charCodeAt(i)) % 0xFFFFFFFF; 98 return hash; 135 // Previously computed string color IDs. They are based on a stable hash, so 146 var hash = getStringHash(string); 147 stringColorIdCache[string] = hash % numRegularColorIds;
|
| /external/chromium_org/build/android/pylib/utils/ |
| repo_utils.py | 9 """Returns the git hash tag for the given directory.
|
| /external/chromium_org/build/android/tests/symbolize/ |
| liba.so | |
| libb.so | |
| /external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
| sha1_adapter.h | 19 void SHA1(const unsigned char* data, size_t len, unsigned char* hash);
|
| /external/chromium_org/content/test/data/indexeddb/ |
| version_change_crash.js | 7 if (document.location.hash === '#part1') { 9 } else if (document.location.hash === '#part2') { 11 } else if (document.location.hash === '#part3') { 14 result('fail - unexpected hash');
|
| /external/chromium_org/crypto/ |
| ec_signature_creator_nss.cc | 35 // Hash the input. 41 SECItem hash = {siBuffer, &hash_data[0], 44 // Compute signature of hash. 49 rv = PK11_Sign(key, &sig, &hash);
|
| hmac_win.cc | 44 // See FIPS 198: The Keyed-Hash Message Authentication Code (HMAC). 70 // Compute the inner hash. 80 // Compute the outer hash. 108 // Only SHA-1 and SHA-256 hash algorithms are supported now. 189 ScopedHCRYPTHASH hash; local 191 hash.receive())) 197 if (!CryptSetHashParam(hash, HP_HMAC_INFO, 201 if (!CryptHashData(hash, reinterpret_cast<const BYTE*>(data.data()), 206 return !!CryptGetHashParam(hash, HP_HASHVAL, digest, &sha1_size, 0);
|
| /external/chromium_org/native_client_sdk/src/libraries/xray/ |
| hashtable.c | 44 /* based on djb2 hash function */ 92 /* Inserts key & data into hash table. No duplicates. */ 133 /* Grows the hash table by doubling its capacity, */ 140 printf("XRay: Growing a hash table...\n"); 156 printf("Xray: Hash table capacity should be a power of 2!\n"); 174 /* Creates & inializes hash table. */ 184 /* Prints hash table performance to file; for debugging. */ 194 /* Frees hash table. */ 195 /* Note: Does not free what the hash table entries point to. */
|
| /external/chromium_org/net/quic/ |
| quic_sent_entropy_manager.cc | 30 DVLOG(2) << "setting cumulative sent entropy hash to: " 33 << " entropy hash: " << static_cast<int>(entropy_hash); 67 << "Invalid entropy hash: " << static_cast<int>(entropy_hash) 68 << " expected entropy hash: " << static_cast<int>(expected_entropy_hash);
|
| /external/chromium_org/net/third_party/nss/ssl/ |
| sslplatf.c | 204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, 229 switch (hash->hashAlg) { 250 hashItem.data = hash->u.raw; 251 hashItem.len = hash->len; 262 if (hash->hashAlg == SEC_OID_UNKNOWN) { 263 hashItem.data = hash->u.s.sha; 264 hashItem.len = sizeof(hash->u.s.sha); 266 hashItem.data = hash->u.raw; 267 hashItem.len = hash->len; 274 PRINT_BUF(60, (NULL, "hash(es) to be signed", hashItem.data, hashItem.len)) [all...] |
| /external/chromium_org/remoting/protocol/ |
| authentication_method.h | 46 // Applies the specified hash function to |shared_secret| with the 58 // Hash function applied to the shared secret on both ends. 79 // SharedSecretHash stores hash of a host secret paired with the type 85 // Parse string representation of a shared secret hash. The |as_string|
|
| /external/chromium_org/third_party/JSON/JSON-2.59/t/ |
| 16_tied.t | 10 use Tie::Hash;
|
| x16_tied.t | 8 use Tie::Hash;
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| SelectorFilter.cpp | 112 static inline void collectDescendantSelectorIdentifierHashes(const CSSSelector* selector, unsigned*& hash) 117 (*hash++) = selector->value().impl()->existingHash() * IdAttributeSalt; 121 (*hash++) = selector->value().impl()->existingHash() * ClassAttributeSalt; 125 (*hash++) = selector->tagQName().localName().impl()->existingHash() * TagNameSalt; 134 unsigned* hash = identifierHashes; local 146 collectDescendantSelectorIdentifierHashes(selector, hash); 160 collectDescendantSelectorIdentifierHashes(selector, hash); 163 if (hash == end) 168 *hash = 0;
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| CustomElementDescriptorHash.h | 42 static unsigned hash(const CustomElementDescriptor& descriptor) function in struct:WebCore::CustomElementDescriptorHash 44 return WTF::pairIntHash(AtomicStringHash::hash(descriptor.type()), WTF::pairIntHash(AtomicStringHash::hash(descriptor.namespaceURI()), AtomicStringHash::hash(descriptor.localName())));
|
| /external/chromium_org/third_party/icu/source/common/ |
| locutil.h | 13 #include "hash.h"
|
| /external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
| plhash.h | 38 * API to portable hash table code. 78 PLHashEntry *next; /* hash chain linkage */ 79 PLHashNumber keyHash; /* key hash function result */ 85 PLHashEntry **buckets; /* vector of hash buckets */ 87 PRUint32 shift; /* multiplicative hash shift */ 88 PLHashFunction keyHash; /* key hash function */ 95 PRUint32 nsteps; /* number of hash chains traversed */ 102 * Create a new hash table. 129 /* General-purpose C string hash function. */
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
| hamt.h | 3 * \brief Hash Array Mapped Trie (HAMT) functions. 37 /** Hash array mapped trie data structure (opaque type). */ 39 /** Hash array mapped trie entry (opaque type). */ 46 * \return New, empty, hash array mapped trie. 54 * \param hamt Hash array mapped trie 70 * \param hamt Hash array mapped trie 83 * \param hamt Hash array mapped trie 91 * \param hamt Hash array mapped trie 103 * \param hamt Hash array mapped trie
|