HomeSort by relevance Sort by last modified time
    Searched refs:hash_t (Results 1 - 24 of 24) sorted by null

  /frameworks/base/libs/hwui/utils/
TinyHashMap.h 28 * Currently, expects simple keys that are handled by hash_t()
39 hash_t hash = hash_t(key);
54 hash_t hash = hash_t(key);
  /system/core/include/utils/
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) {
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) {
LruCache.h 123 hash_t hash = hash_type(key);
140 hash_t hash = hash_type(key);
159 hash_t hash = hash_type(key);
  /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) {
  /external/tcpdump/
oakley.h 119 u_int8_t hash_t; /* type of hash */
  /frameworks/base/libs/hwui/
PatchCache.h 103 hash_t hash() const;
127 friend inline hash_t hash_type(const PatchDescription& entry) {
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 150 hash_t hash() const;
171 friend inline hash_t hash_type(const PathDescription& entry) {
PatchCache.cpp 69 hash_t PatchCache::PatchDescription::hash() const {
TextDropShadowCache.cpp 33 hash_t ShadowText::hash() const {
GradientCache.cpp 42 hash_t GradientCacheEntry::hash() const {
PathCache.cpp 65 hash_t PathDescription::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 54 hash_t hash() const;
158 inline hash_t hash_type(const Font::FontDescription& entry) {
Font.cpp 75 hash_t Font::FontDescription::hash() const {
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 93 hash_t hash() const;
118 inline hash_t hash_type(const TextLayoutCacheKey& key) {
TextLayoutCache.cpp 295 hash_t TextLayoutCacheKey::hash() const {
    [all...]
  /system/core/libutils/tests/
LruCache_test.cpp 56 template<> inline hash_t hash_type(const ComplexKey& value) {
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 923 milliseconds