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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
HmacParams.h 48 RefPtr<Algorithm> m_hash; member in class:WebCore::HmacParams
RsaSsaParams.h 48 RefPtr<Algorithm> m_hash; member in class:WebCore::RsaSsaParams
  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1.h 77 uint32_t m_hash[5]; member in class:WTF::SHA1
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;
268 unsigned result = m_hash;
287 unsigned m_hash; member in class:WTF::StringHasher
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithmParams.h 94 , m_hash(hash)
98 const WebCryptoAlgorithm& hash() const { return m_hash; }
101 WebCryptoAlgorithm m_hash; member in class:WebKit::WebCryptoHmacParams
108 , m_hash(hash)
112 const WebCryptoAlgorithm& hash() const { return m_hash; }
115 WebCryptoAlgorithm m_hash; member in class:WebKit::WebCryptoRsaSsaParams
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/WebKit/Source/core/dom/
DocumentMarker.h 81 uint32_t hash() const { return m_hash; }
111 uint32_t m_hash; member in class:WebCore::DocumentMarker
  /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/platform/graphics/
WidthCache.h 80 m_hash = hasher.hash();
85 unsigned hash() const { return m_hash; }
95 unsigned m_hash; member in class:WebCore::WidthCache::SmallStringKey
  /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
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 3406 uint32_t m_hash; member in class:__anon12862::SpellCheckClient
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 1263 milliseconds