HomeSort by relevance Sort by last modified time
    Searched full:hash_t (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 266 typedef uint32_t hash_t; typedef in namespace:android::RSC
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
  /frameworks/rs/server/
TypeHelpers.h 266 typedef uint32_t hash_t; typedef in namespace:android
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 266 typedef uint32_t hash_t; typedef in namespace:android::RSC
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 266 typedef uint32_t hash_t; typedef in namespace:android::RSC
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 266 typedef uint32_t hash_t; typedef in namespace:android::RSC
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
  /system/core/include/utils/
TypeHelpers.h 266 typedef uint32_t hash_t; typedef in namespace:android
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) { \
277 return hash_t((value >> 32) ^ value); }
279 template <> inline hash_t hash_type(const T& value) { \
294 template <typename T> inline hash_t hash_type(T* const & value) {
JenkinsHash.h 39 hash_t JenkinsHashWhiten(uint32_t hash);
BasicHashtable.h 69 ssize_t find(ssize_t index, hash_t hash, const void* __restrict__ key) const;
70 size_t add(hash_t hash, const void* __restrict__ entry);
120 inline static hash_t trimHash(hash_t hash) {
127 inline static size_t chainStart(hash_t hash, size_t count) {
134 inline static size_t chainIncrement(hash_t hash, size_t count) {
280 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const {
293 inline size_t add(hash_t hash, const TEntry& entry) {
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/
PatchCache.h 104 hash_t hash() const;
128 friend inline hash_t hash_type(const PatchDescription& entry) {
TessellationCache.h 73 hash_t hash() const;
84 hash_t hash() const;
TextDropShadowCache.h 63 hash_t hash() const;
112 inline hash_t hash_type(const ShadowText& entry) {
GradientCache.h 58 hash_t hash() const;
96 inline hash_t hash_type(const GradientCacheEntry& entry) {
TextDropShadowCache.cpp 34 hash_t ShadowText::hash() const {
TessellationCache.cpp 58 hash_t TessellationCache::Description::hash() const {
88 hash_t TessellationCache::ShadowDescription::hash() const {
GradientCache.cpp 42 hash_t GradientCacheEntry::hash() const {
  /system/core/libutils/
JenkinsHash.cpp 26 hash_t JenkinsHashWhiten(uint32_t hash) {
BasicHashtable.cpp 113 ssize_t BasicHashtableImpl::find(ssize_t index, hash_t hash,
152 size_t BasicHashtableImpl::add(hash_t hash, const void* entry) {
217 hash_t hash = fromBucket.cookie & Bucket::HASH_MASK;
  /frameworks/base/libs/hwui/font/
Font.h 60 hash_t hash() const;
165 inline hash_t hash_type(const Font::FontDescription& entry) {
  /frameworks/minikin/include/minikin/
FontFamily.h 82 hash_t hash() const { return bits; }
98 inline hash_t hash_type(const FontStyle &style) {
  /external/tcpdump/
oakley.h 119 u_int8_t hash_t; /* type of hash */
  /system/core/libutils/tests/
BasicHashtable_test.cpp 87 template<> inline hash_t hash_type(const ComplexKey& value) {
113 bool* collision, bool* present, hash_t* hash) {
168 hash_t hash;
LruCache_test.cpp 83 template<> inline android::hash_t hash_type(const ComplexKey& value) {

Completed in 1535 milliseconds

1 2