Searched refs:hash_next (Results 1 – 11 of 11) sorted by relevance
/external/vboot_reference/host/lib21/ |
D | host_fw_preamble.c | 38 uint32_t hash_next; in vb2_fw_preamble_create() local 46 hash_next = fp.hash_offset = fp.c.fixed_size + fp.c.desc_size; in vb2_fw_preamble_create() 49 hash_next += hash_list[i]->c.total_size; in vb2_fw_preamble_create() 51 fp.sig_offset = hash_next; in vb2_fw_preamble_create() 67 hash_next = fp.hash_offset; in vb2_fw_preamble_create() 69 memcpy(buf + hash_next, hash_list[i], in vb2_fw_preamble_create() 71 hash_next += hash_list[i]->c.total_size; in vb2_fw_preamble_create()
|
/external/dnsmasq/src/ |
D | cache.c | 130 tmp = p->hash_next; in rehash() 166 up = &((*up)->hash_next); in cache_hash() 170 up = &((*up)->hash_next); in cache_hash() 172 crecp->hash_next = *up; in cache_hash() 276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free() 279 *up = crecp->hash_next; in cache_scan_free() 292 *up = crecp->hash_next; in cache_scan_free() 297 up = &crecp->hash_next; in cache_scan_free() 310 crecp = crecp->hash_next) in cache_scan_free() 313 *up = crecp->hash_next; in cache_scan_free() [all …]
|
D | dnsmasq.h | 261 struct crec *next, *prev, *hash_next; member
|
/external/vboot_reference/tests/ |
D | vb21_host_fw_preamble_tests.c | 39 uint32_t hash_next; in preamble_tests() local 90 hash_next = fp->hash_offset; in preamble_tests() 92 TEST_EQ(0, memcmp((uint8_t *)fp + hash_next, hashes[i], in preamble_tests() 94 hash_next += hashes[i]->c.total_size; in preamble_tests()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 167 Index hash_next ; /* next column, if col is in a hash list */ member 1325 Col [col].shared4.hash_next = first_col ; in find_ordering() 1612 super_c = Col [super_c].shared4.hash_next) in detect_super_cols() 1623 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols() 1624 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next) in detect_super_cols() 1672 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ; in detect_super_cols()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 252 entry->hash_next = cache->hash_table[hash]; in insert_hash_table() 255 if(entry->hash_next) in insert_hash_table() 256 entry->hash_next->hash_prev = entry; in insert_hash_table() 264 entry->hash_prev->hash_next = entry->hash_next; in remove_hash_table() 267 entry->hash_next; in remove_hash_table() 268 if(entry->hash_next) in remove_hash_table() 269 entry->hash_next->hash_prev = entry->hash_prev; in remove_hash_table() 271 entry->hash_prev = entry->hash_next = NULL; in remove_hash_table() 348 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next) in cache_get()
|
D | unsquashfs.h | 149 struct cache_entry *hash_next; member
|
D | caches-queues-lists.c | 341 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next) in cache_lookup() 581 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next) in cache_lookup_nowait()
|
D | caches-queues-lists.h | 102 struct file_buffer *hash_next; member
|
/external/blktrace/ |
D | blkparse.c | 78 struct process_pid_map *hash_next, *list_next; member 89 struct per_process_info *hash_next, *list_next; member 549 ppm = ppm->hash_next; in find_ppm() 566 ppm->hash_next = ppm_hash_table[hash_idx]; in add_ppm_hash() 657 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash() 680 ppi = ppi->hash_next; in find_ppi_by_name() 698 ppi = ppi->hash_next; in find_ppi_by_pid()
|
/external/valgrind/perf/ |
D | tinycc.c | 2130 struct TokenSym *hash_next; member 2300 int hash_next; /* -1 if none */ member 7159 ts->hash_next = NULL; in tok_alloc_new() 7188 pts = &(ts->hash_next); in tok_alloc() 8394 i = e->hash_next; in search_cached_include() 8419 e->hash_next = s1->cached_includes_hash[h]; in add_cached_include() 9303 pts = &(ts->hash_next); in next_nomacro1()
|