OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_hash
(Results
1 - 10
of
10
) sorted by null
/system/update_engine/common/
hash_calculator_unittest.cc
57
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
59
EXPECT_TRUE(
raw_hash
== calc.
raw_hash
());
68
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
70
EXPECT_TRUE(
raw_hash
== calc.
raw_hash
());
83
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash),
85
EXPECT_TRUE(
raw_hash
== calc_next.
raw_hash
());
126
brillo::Blob
raw_hash
(std::begin(kExpectedRawHash)
150
brillo::Blob
raw_hash
;
local
[
all
...]
hash_calculator.h
64
const brillo::Blob&
raw_hash
() const {
function in class:chromeos_update_engine::HashCalculator
hash_calculator.cc
95
*out_hash = calc.
raw_hash
();
114
*out_hash = calc.
raw_hash
();
/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;
/system/update_engine/payload_consumer/
filesystem_verifier_action.cc
252
partition.source_hash = hasher_->
raw_hash
();
256
if (partition.target_hash != hasher_->
raw_hash
()) {
273
if (partition.source_hash != hasher_->
raw_hash
()) {
delta_performer.cc
[
all
...]
/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);
/system/update_engine/payload_generator/
payload_file.cc
315
const brillo::Blob& hash = hasher.
raw_hash
();
payload_signer.cc
207
*out_hash_data = calc.
raw_hash
();
delta_diff_utils.cc
744
const brillo::Blob& hash = hasher.
raw_hash
();
Completed in 238 milliseconds