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 | 97 tmp = p->hash_next; in rehash() 127 while (*up && ((*up)->flags & F_REVERSE)) up = &((*up)->hash_next); in cache_hash() 130 while (*up && !((*up)->flags & F_IMMORTAL)) up = &((*up)->hash_next); in cache_hash() 132 crecp->hash_next = *up; in cache_hash() 223 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free() 225 *up = crecp->hash_next; in cache_scan_free() 235 *up = crecp->hash_next; in cache_scan_free() 239 up = &crecp->hash_next; in cache_scan_free() 250 crecp = crecp->hash_next) in cache_scan_free() 252 *up = crecp->hash_next; in cache_scan_free() [all …]
|
D | dnsmasq.h | 256 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 | 160 IndexType hash_next ; /* next column, if col is in a hash list */ member 1318 Col [col].shared4.hash_next = first_col ; in find_ordering() 1605 super_c = Col [super_c].shared4.hash_next) in detect_super_cols() 1616 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols() 1617 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next) in detect_super_cols() 1665 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() 568 ppm->hash_next = ppm_hash_table[hash_idx]; in add_ppm_hash() 659 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash() 682 ppi = ppi->hash_next; in find_ppi_by_name() 700 ppi = ppi->hash_next; in find_ppi_by_pid()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 940 struct TokenSym *hash_next; 1124 int hash_next;
|