OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_hash
(Results
1 - 3
of
3
) sorted by null
/art/compiler/utils/
dedupe_set.h
78
HashType
raw_hash
= HashFunc()(key);
local
83
HashType shard_hash =
raw_hash
/ kShard;
84
HashType shard_bin =
raw_hash
% kShard;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
752
static inline size_t
raw_hash
(const char* p, size_t size)
function
772
static inline size_t
raw_hash
(const T& t)
function
774
return
raw_hash
((const char*)&t, sizeof(t));
792
return
raw_hash
(__val);
803
return
raw_hash
(__val.p, strlen(__val.p));
818
return
raw_hash
(p);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h
752
static inline size_t
raw_hash
(const char* p, size_t size)
function
772
static inline size_t
raw_hash
(const T& t)
function
774
return
raw_hash
((const char*)&t, sizeof(t));
792
return
raw_hash
(__val);
803
return
raw_hash
(__val.p, strlen(__val.p));
818
return
raw_hash
(p);
Completed in 252 milliseconds