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

  /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) {
  /system/core/include/utils/
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) {
  /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) {
  /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;
  /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];
  /external/opencv3/modules/core/src/
ocl.cpp 2600 typedef ProgramSource::hash_t hash_t; typedef in struct:cv::ocl::Context::Impl
    [all...]

Completed in 887 milliseconds