HomeSort by relevance Sort by last modified time
    Searched refs:hash_type (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/libs/hwui/utils/
TinyHashMap.h 37 hash_t hash = android::hash_type(key);
52 hash_t hash = android::hash_type(key);
Macros.h 32 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
  /frameworks/rs/cpp/util/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android::RSC
295 return hash_type(uintptr_t(value));
  /frameworks/rs/server/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android
295 return hash_type(uintptr_t(value));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android::RSC
295 return hash_type(uintptr_t(value));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android::RSC
295 return hash_type(uintptr_t(value));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android::RSC
295 return hash_type(uintptr_t(value));
  /system/core/include/utils/
TypeHelpers.h 269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android
295 return hash_type(uintptr_t(value));
LruCache.h 128 hash_t hash = hash_type(key);
145 hash_t hash = hash_type(key);
164 hash_t hash = hash_type(key);
  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 37 hash = JenkinsHashMix(hash, android::hash_type(radius));
38 hash = JenkinsHashMix(hash, android::hash_type(textSize));
39 hash = JenkinsHashMix(hash, android::hash_type(typeface));
41 hash = JenkinsHashMix(hash, android::hash_type(italicStyle));
42 hash = JenkinsHashMix(hash, android::hash_type(scaleX));
49 hash = JenkinsHashMix(hash, android::hash_type(positions[i]));
PatchCache.h 128 friend inline hash_t hash_type(const PatchDescription& entry) { function in struct:android::uirenderer::PatchCache::PatchDescription
TextDropShadowCache.h 112 inline hash_t hash_type(const ShadowText& entry) { function in namespace:android::uirenderer
GradientCache.h 96 inline hash_t hash_type(const GradientCacheEntry& entry) { function in namespace:android::uirenderer
  /frameworks/base/libs/hwui/font/
Font.cpp 76 hash = JenkinsHashMix(hash, android::hash_type(mFontSize));
77 hash = JenkinsHashMix(hash, android::hash_type(mFlags));
78 hash = JenkinsHashMix(hash, android::hash_type(mItalicStyle));
79 hash = JenkinsHashMix(hash, android::hash_type(mScaleX));
80 hash = JenkinsHashMix(hash, android::hash_type(mStyle));
81 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth));
83 hash = JenkinsHashMix(hash, android::hash_type(mHinting));
84 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleX]));
85 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleY]));
  /frameworks/minikin/include/minikin/
FontFamily.h 98 inline hash_t hash_type(const FontStyle &style) { function in namespace:android
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
pr_drm_api.h 121 uint32_t hash_type,
132 uint32_t hash_type,
  /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 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_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 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 88 typedef _Th hash_type; typedef in struct:__gnu_pbds::detail::stored_hash
89 hash_type m_hash;
  /system/core/libutils/tests/
LruCache_test.cpp 83 template<> inline android::hash_t hash_type(const ComplexKey& value) { function in namespace:android
84 return hash_type(value.k);
  /frameworks/minikin/libs/minikin/
Layout.cpp 250 hash = JenkinsHashMix(hash, hash_type(mStyle));
251 hash = JenkinsHashMix(hash, hash_type(mSize));
252 hash = JenkinsHashMix(hash, hash_type(mScaleX));
253 hash = JenkinsHashMix(hash, hash_type(mSkewX));
254 hash = JenkinsHashMix(hash, hash_type(mLetterSpacing));
255 hash = JenkinsHashMix(hash, hash_type(mPaintFlags));
256 hash = JenkinsHashMix(hash, hash_type(mHyphenEdit.hasHyphen()));
257 hash = JenkinsHashMix(hash, hash_type(mIsRtl));
262 hash_t hash_type(const LayoutCacheKey& key) { function in namespace:android
    [all...]

Completed in 777 milliseconds

1 2