HomeSort by relevance Sort by last modified time
    Searched defs:m_hash (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
StringHasher.h 45 : m_hash(stringHashingStartValue)
57 m_hash += a;
58 m_hash = (m_hash << 16) ^ ((b << 11) ^ m_hash);
59 m_hash += m_hash >> 11;
211 unsigned result = m_hash;
230 unsigned m_hash; member in class:WTF::StringHasher
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKeyAlgorithmParams.h 99 : m_hash(hash)
106 return m_hash;
121 dict->setAlgorithm("hash", m_hash);
126 WebCryptoAlgorithm m_hash; member in class:blink::WebCryptoHmacKeyAlgorithmParams
135 , m_hash(hash)
151 return m_hash;
161 dict->setAlgorithm("hash", m_hash);
169 WebCryptoAlgorithm m_hash; member in class:blink::WebCryptoRsaHashedKeyAlgorithmParams
WebCryptoAlgorithmParams.h 77 : m_hash(hash)
82 const WebCryptoAlgorithm& hash() const { return m_hash; }
85 const WebCryptoAlgorithm m_hash; member in class:blink::WebCryptoAlgorithmParamsWithHash
199 , m_hash(hash)
208 const WebCryptoAlgorithm& hash() const { return m_hash; }
213 const WebCryptoAlgorithm m_hash; member in class:blink::WebCryptoRsaHashedKeyGenParams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
basic_types.hpp 107 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
184 typename Allocator::size_type m_hash; member in struct:__gnu_pbds::detail::value_type_base::stored_value_type
  /external/chromium_org/third_party/smhasher/src/
MurmurHash2.cpp 267 m_hash = seed;
283 mmix(m_hash,k);
294 mmix(m_hash,m_tail);
295 mmix(m_hash,m_size);
297 m_hash ^= m_hash >> 13;
298 m_hash *= m;
299 m_hash ^= m_hash >> 15;
301 return m_hash;
327 uint32_t m_hash; member in class:CMurmurHash2A
    [all...]
Types.h 64 hashfunc ( pfHash h ) : m_hash(h)
70 m_hash(key,len,seed,out);
75 return m_hash;
82 m_hash(key,len,seed,(uint32_t*)&result);
87 pfHash m_hash; member in class:hashfunc
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 88 if (m_hash == 0)
91 m_hash = hash;
96 return m_hash;
215 // [m_hash and m_hasCompleteLineNumberInfo are transient data]
228 private transient int m_hash; field in class:ClassDescriptor
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 47 protected int m_hash = 0; field in class:XStringForFSB
567 int h = m_hash;
582 m_hash = h;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.h 104 uint32_t hash() const { return m_hash; }
136 uint32_t m_hash; member in class:blink::DocumentMarker
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 89 m_hash = hasher.hash();
94 unsigned hash() const { return m_hash; }
104 unsigned m_hash; member in class:blink::WidthCache::SmallStringKey
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 89 hash_type m_hash; member in struct:__gnu_pbds::detail::stored_hash
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 4486 uint32_t m_hash; member in class:__anon16034::SpellCheckClient
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/emma/lib/
emma.jar 

Completed in 519 milliseconds

1 2