OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_t
(Results
1 - 3
of
3
) 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
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) {
Completed in 2398 milliseconds