Searched refs:cur_hash (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/libchrome_tools/uprev/ |
D | generate_filtered_tree.py | 211 lambda cur_idx, tot_cnt, cur_hash: 213 print('Reading', cur_hash, '%d/%d' % (cur_idx, tot_cnt), 237 lambda cur_idx, tot_cnt, cur_hash, cur_meta: ( 239 cur_hash, '%d/%d' % (cur_idx, tot_cnt),
|
/external/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 353 uint32_t cur_hash; in CreateCommands() local 357 cur_hash = HashBytesAtOffset(input_bytes, 3, shift, min_match); in CreateCommands() 373 cur_hash = HashBytesAtOffset(input_bytes, 2, shift, min_match); in CreateCommands() 380 candidate = base_ip + table[cur_hash]; in CreateCommands() 381 table[cur_hash] = (int)(ip - base_ip); in CreateCommands() 408 uint32_t cur_hash; in CreateCommands() local 412 cur_hash = HashBytesAtOffset(input_bytes, 3, shift, min_match); in CreateCommands() 428 cur_hash = HashBytesAtOffset(input_bytes, 2, shift, min_match); in CreateCommands() 435 candidate = base_ip + table[cur_hash]; in CreateCommands() 436 table[cur_hash] = (int)(ip - base_ip); in CreateCommands()
|
D | compress_fragment.c | 607 uint32_t cur_hash = HashBytesAtOffset(input_bytes, 3, shift); in BrotliCompressFragmentFastImpl() local 614 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl() 615 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() 644 uint32_t cur_hash = HashBytesAtOffset(input_bytes, 3, shift); in BrotliCompressFragmentFastImpl() local 651 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl() 652 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | sig_node.cc | 292 size_t cur_hash = nodes[n]->GetHighTopoHash(); in FindUniqueHashes() local 293 if (n + 1 < nodes.size() && nodes[n + 1]->GetHighTopoHash() == cur_hash) { in FindUniqueHashes() 298 n + 1 < nodes.size() && nodes[n + 1]->GetHighTopoHash() == cur_hash; in FindUniqueHashes()
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | hardware_TrimIntegrity.py | 197 cur_hash = self._get_hash(chunk_count, chunk_size) 203 for cur, ref, trim in zip(cur_hash, ref_hash, trim_status):
|