HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 301 - 325 of 8794) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingResult.h 50 , hash(0)
54 WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0)
59 , hash(hash)
71 uint32_t hash; member in struct:blink::WebTextCheckingResult
  /external/clang/test/Modules/
modify-module.m 9 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -verify
11 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -verify
13 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -verify
15 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -verify
17 // RUN: %clang_cc1 -fdisable-module-hash -fmodules-cache-path=%t/cache -fmodules -I %t/include %s -verify
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 2 * dirhash.c -- Calculate the hash of a directory entry
21 * Keyed 32-bit hash function using TEA in a Davis-Meyer function
118 /* The old legacy hash */
122 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; local
132 hash = hash1 + (hash0 ^ (c * 7152373));
134 if (hash & 0x80000000) hash -= 0x7fffffff;
136 hash0 = hash;
177 * Returns the hash of a filename. If len is 0 and name is NULL, then
178 * this function can be used to test whether or not a hash version i
194 __u32 hash; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
PairwiseEquivalence.java 52 int hash = 78721; local
54 hash = hash * 24943 + elementEquivalence.hash(element);
56 return hash;
  /external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
CapsExtensionProvider.java 35 String hash = null; local
40 hash = parser.getAttributeValue(null, "hash");
54 if (hash != null && version != null && node != null) {
55 return new CapsExtension(node, version, hash);
  /external/smack/src/org/jivesoftware/smackx/provider/
CapsExtensionProvider.java 35 String hash = null; local
41 hash = parser.getAttributeValue(null, "hash");
59 if (hash != null && version != null && node != null) {
60 return new CapsExtension(node, version, hash);
  /external/wpa_supplicant_8/src/crypto/
sha1-tprf.c 34 u8 hash[SHA1_MAC_LEN]; local
40 addr[0] = hash;
57 if (hmac_sha1_vector(key, key_len, 5, addr, len, hash))
60 os_memcpy(&buf[pos], hash, SHA1_MAC_LEN);
63 os_memcpy(&buf[pos], hash, plen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 38 * Contains a unified ranged hash functor, allowing the hash tables
66 * The client supplies a hash function and a ranged hash function,
67 * and requests that hash values not be stored.
148 * The client supplies a hash function and a ranged hash function,
149 * and requests that hash values be stored.
221 const size_type hash = hash_fn_base::operator()(r_key); local
222 return std::make_pair(comb_hash_fn_base::operator()(hash), hash)
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 44 /* these are the default hash/cipher combo used */
91 prng->yarrow.hash = register_hash(&sha256_desc);
93 prng->yarrow.hash = register_hash(&sha512_desc);
95 prng->yarrow.hash = register_hash(&tiger_desc);
97 prng->yarrow.hash = register_hash(&sha1_desc);
99 prng->yarrow.hash = register_hash(&rmd320_desc);
101 prng->yarrow.hash = register_hash(&rmd256_desc);
103 prng->yarrow.hash = register_hash(&rmd160_desc);
105 prng->yarrow.hash = register_hash(&rmd128_desc);
107 prng->yarrow.hash = register_hash(&md5_desc)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 75 struct isakmp_pl_hash *hash = NULL;
101 if (hash) {
109 hash = (struct isakmp_pl_hash *)pa->ptr;
137 if (!hash || !sa) {
140 "no HASH, or no SA payload.\n");
145 /* validate HASH */
151 plog(LLV_DEBUG, LOCATION, NULL, "validate HASH\n");
163 plog(LLV_DEBUG, LOCATION, NULL, "hash source\n");
171 plog(LLV_DEBUG, LOCATION, NULL, "hash result\n");
174 r_hash = (char *)hash + sizeof(*hash)
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 23 : hash(-1) {
28 hash = SectionMap::hash(pFrom);
41 unsigned int hash = SectionMap::hash(pFrom); local
42 return find(pFrom, hash);
47 unsigned int hash = SectionMap::hash(pFrom); local
48 return find(pFrom, hash);
101 if (!hash::StringHash<hash::ES>::may_include(pNamePair.hash, pHashValue)
113 unsigned int SectionMap::hash(const std::string& pString) function in class:SectionMap
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.h 61 * Hash function for unique ID of a connection.
78 * Retreive connection based on a unique hash.
79 * Search the peer connections hashmap for a hash and return
82 * @param hash The hash to search
86 uint64_t hash
95 * @param hash The hash to use
99 uint64_t hash,
107 * If the hash is invalid nothing happens
122 uint64_t hash; \/**< Unique connection ID, see hashConnection *\/ member in class:NetlinkConnection
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ServerKeyExchange.java 48 final byte[] hash; field in class:ServerKeyExchange
57 * @param hash should be null for anonymous SignatureAlgorithm
60 byte[] hash) {
64 this.hash = hash;
71 if (hash != null) {
72 length += 2 + hash.length;
144 return ds.verifySignature(hash);
152 return hash == null;
185 hash = in.read(size)
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftccache.c 87 /* get a top bucket for specified hash from cache,
88 * body for FTC_NODE__TOP_FOR_HASH( cache, hash )
92 FT_PtrDist hash )
98 idx = (FT_UInt)( hash & cache->mask );
100 idx = (FT_UInt)( hash & ( 2 * cache->mask + 1 ) );
109 * buckets array appropriately, we simply degrade the hash table's
153 if ( node->hash & ( mask + 1 ) )
215 /* otherwise, the hash table is balanced */
222 /* remove a node from its cache's hash table */
227 FTC_Node *pnode = FTC_NODE__TOP_FOR_HASH( cache, node0->hash );
    [all...]

Completed in 4010 milliseconds

<<11121314151617181920>>