HomeSort by relevance Sort by last modified time
    Searched defs:hash_t (Results 1 - 9 of 9) 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) {
  /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/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/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) {
  /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) {
  /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-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-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) {

Completed in 213 milliseconds