HomeSort by relevance Sort by last modified time
    Searched refs:hash_end (Results 1 - 2 of 2) sorted by null

  /external/avb/libavb/
avb_vbmeta_image.c 114 uint64_t hash_end; local
115 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) ||
116 hash_end > h.authentication_data_block_size) {
  /art/compiler/utils/
dedupe_set-inl.h 197 uint64_t hash_end = NanoTime(); local
198 hash_time_ += hash_end - hash_start;

Completed in 70 milliseconds