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

1 2

  /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/include/utils/
JenkinsHash.h 42 hash_t JenkinsHashWhiten(uint32_t hash);
TypeHelpers.h 273 typedef uint32_t hash_t; typedef in namespace:android
276 hash_t hash_type(const TKey& key);
281 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
283 template <> inline hash_t hash_type(const T& value) { \
284 return hash_t((value >> 32) ^ value); }
286 template <> inline hash_t hash_type(const T& value) { \
301 template <typename T> inline hash_t hash_type(T* const & value) {
LruCache.h 23 #include "utils/TypeHelpers.h" // hash_t
70 struct HashForEntry : public std::unary_function<Entry*, hash_t> {
76 struct EqualityForHashedEntries : public std::unary_function<Entry*, 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/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) {
  /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/libs/hwui/
PatchCache.h 104 hash_t hash() const;
128 friend inline hash_t hash_type(const PatchDescription& entry) {
TextDropShadowCache.h 58 hash_t hash() const;
106 inline hash_t hash_type(const ShadowText& entry) {
GradientCache.h 57 hash_t hash() const;
95 inline hash_t hash_type(const GradientCacheEntry& entry) {
PatchCache.cpp 65 hash_t PatchCache::PatchDescription::hash() const {
TextDropShadowCache.cpp 32 hash_t ShadowText::hash() const {
TessellationCache.cpp 78 hash_t TessellationCache::Description::hash() const {
114 hash_t TessellationCache::ShadowDescription::hash() const {
GradientCache.cpp 42 hash_t GradientCacheEntry::hash() const {
PathCache.cpp 82 hash_t PathDescription::hash() const {
  /frameworks/minikin/include/minikin/
FontFamily.h 55 hash_t hash() const;
78 inline hash_t hash_type(const FontStyle &style) {
  /system/core/libutils/
JenkinsHash.cpp 30 hash_t JenkinsHashWhiten(uint32_t hash) {
  /frameworks/base/libs/hwui/font/
Font.h 59 hash_t hash() const;
164 inline hash_t hash_type(const Font::FontDescription& entry) {
Font.cpp 69 hash_t Font::FontDescription::hash() const {
  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 116 } hash_t; typedef in typeref:struct:__anon20387
154 hash_t* enc_hashtab; /* kept separate for small machines */
782 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t));
864 register hash_t *hp;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_lzw.c 116 } hash_t; typedef in typeref:struct:__anon21665
154 hash_t* enc_hashtab; /* kept separate for small machines */
789 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t));
873 register hash_t *hp;
1068 register hash_t *hp = &sp->enc_hashtab[HSIZE-1];
  /system/core/libutils/tests/
LruCache_test.cpp 90 template<> inline android::hash_t hash_type(const ComplexKey& value) {
94 template<> inline android::hash_t hash_type(const KeyWithPointer& value) {
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 51 hash_t FontStyle::hash() const {
Layout.cpp 123 hash_t hash() const {
160 hash_t mHash;
162 hash_t computeHash() const;
241 hash_t LayoutCacheKey::computeHash() const {
257 hash_t hash_type(const LayoutCacheKey& key) {
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 567 typedef uint64 hash_t; typedef in class:cv::ocl::ProgramSource
577 hash_t hash() const;

Completed in 804 milliseconds

1 2