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/
Macros.h 28 hash_t hash() const; \
30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
  /system/core/libutils/include/utils/
JenkinsHash.h 42 hash_t JenkinsHashWhiten(uint32_t hash);
TypeHelpers.h 297 typedef uint32_t hash_t; typedef in namespace:android
300 hash_t hash_type(const TKey& key);
304 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
306 template <> inline hash_t hash_type(const T& value) { \
307 return hash_t((value >> 32) ^ value); }
309 template <> inline hash_t hash_type(const T& value) { \
328 template <typename T> inline hash_t hash_type(T* const & value) {
LruCache.h 23 #include "utils/TypeHelpers.h" // hash_t
87 struct HashForEntry : public std::unary_function<KeyedEntry*, hash_t> {
93 struct EqualityForHashedEntries : public std::unary_function<KeyedEntry*, hash_t> {
  /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/base/tools/aapt2/process/
SymbolTable.h 36 inline android::hash_t hash_type(const ResourceName& name) {
38 android::hash_t hash = 0;
45 inline android::hash_t hash_type(const ResourceId& id) {
  /frameworks/base/cmds/statsd/src/
HashableDimensionKey.h 120 android::hash_t hashDimension(const HashableDimensionKey& key);
167 android::hash_t hash = hashDimension(key.getDimensionKeyInWhat());
HashableDimensionKey.cpp 31 android::hash_t hashDimension(const HashableDimensionKey& value) {
32 android::hash_t hash = 0;
  /frameworks/base/libs/hwui/
PatchCache.h 96 hash_t hash() const;
115 friend inline hash_t hash_type(const PatchDescription& entry) { return entry.hash(); }
TextDropShadowCache.h 63 hash_t hash() const;
107 inline hash_t hash_type(const ShadowText& entry) {
GradientCache.h 59 hash_t hash() const;
93 inline hash_t hash_type(const GradientCacheEntry& entry) {
PatchCache.cpp 49 hash_t PatchCache::PatchDescription::hash() const {
TextDropShadowCache.cpp 32 hash_t ShadowText::hash() const {
TessellationCache.cpp 78 hash_t TessellationCache::Description::hash() const {
113 hash_t TessellationCache::ShadowDescription::hash() const {
GradientCache.cpp 43 hash_t GradientCacheEntry::hash() const {
PathCache.cpp 87 hash_t PathDescription::hash() const {
  /frameworks/minikin/include/minikin/
LayoutCache.h 63 android::hash_t hash() const { return mHash; }
104 android::hash_t mHash;
106 android::hash_t computeHash() const {
209 inline android::hash_t hash_type(const LayoutCacheKey& key) {
  /system/core/libutils/
JenkinsHash.cpp 30 hash_t JenkinsHashWhiten(uint32_t hash) {
  /frameworks/base/libs/hwui/font/
Font.h 59 hash_t hash() const;
154 inline hash_t hash_type(const Font::FontDescription& entry) {
Font.cpp 69 hash_t Font::FontDescription::hash() const {
  /system/core/libutils/tests/
LruCache_test.cpp 99 template<> inline android::hash_t hash_type(const ComplexKey& value) {
103 template<> inline android::hash_t hash_type(const KeyWithPointer& value) {
107 template<> inline android::hash_t hash_type(const KeyFailsOnCopy& value) {
  /external/pdfium/third_party/libtiff/
tif_lzw.c 116 } hash_t; typedef in typeref:struct:__anon31505
154 hash_t* enc_hashtab; /* kept separate for small machines */
803 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t));
887 register hash_t *hp;
1103 register hash_t *hp = &sp->enc_hashtab[HSIZE-1];
    [all...]
  /frameworks/base/tools/aapt2/
Resource.h 388 android::hash_t h = 0;
  /external/tcpdump/
print-isakmp.c 455 uint8_t hash_t; /* type of hash */
    [all...]

Completed in 1072 milliseconds