OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_hash
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
hash_calculator.h
64
const brillo::Blob&
raw_hash
() const {
function in class:chromeos_update_engine::HashCalculator
hash_calculator_unittest.cc
56
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
58
EXPECT_TRUE(
raw_hash
== calc.
raw_hash
());
67
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
69
EXPECT_TRUE(
raw_hash
== calc.
raw_hash
());
82
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
84
EXPECT_TRUE(
raw_hash
== calc_next.
raw_hash
());
125
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash)
149
brillo::Blob
raw_hash
;
local
[
all
...]
/art/compiler/utils/
dedupe_set-inl.h
193
HashType
raw_hash
= HashFunc()(key);
local
198
HashType shard_hash =
raw_hash
/ kShard;
199
HashType shard_bin =
raw_hash
% kShard;
/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 315 milliseconds