HomeSort by relevance Sort by last modified time
    Searched full:hash_t (Results 1 - 25 of 34) 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 30 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-arm/usr/include/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-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-mips/usr/include/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-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) {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/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) {
  /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 103 hash_t hash() const;
127 friend inline hash_t hash_type(const PatchDescription& entry) {
TessellationCache.h 73 hash_t hash() const;
84 hash_t hash() const;
TextDropShadowCache.h 62 hash_t hash() const;
111 inline hash_t hash_type(const ShadowText& entry) {
GradientCache.h 64 hash_t hash() const;
102 inline hash_t hash_type(const GradientCacheEntry& entry) {
PathCache.h 152 hash_t 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 59 hash_t hash() const;
165 inline hash_t hash_type(const Font::FontDescription& entry) {
  /frameworks/minikin/include/minikin/
FontFamily.h 81 hash_t hash() const { return bits; }
97 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 59 template<> inline hash_t hash_type(const ComplexKey& value) {
108 bool* collision, bool* present, hash_t* hash) {
163 hash_t hash;

Completed in 181 milliseconds

1 2