Searched refs:hash_next (Results 1 - 11 of 11) sorted by relevance

/external/vboot_reference/host/lib21/
H A Dhost_fw_preamble.c38 uint32_t hash_next; local
46 hash_next = fp.hash_offset = fp.c.fixed_size + fp.c.desc_size;
49 hash_next += hash_list[i]->c.total_size;
51 fp.sig_offset = hash_next;
67 hash_next = fp.hash_offset;
69 memcpy(buf + hash_next, hash_list[i],
71 hash_next += hash_list[i]->c.total_size;
/external/vboot_reference/tests/
H A Dvb21_host_fw_preamble_tests.c39 uint32_t hash_next; local
90 hash_next = fp->hash_offset;
92 TEST_EQ(0, memcmp((uint8_t *)fp + hash_next, hashes[i],
94 hash_next += hashes[i]->c.total_size;
/external/dnsmasq/src/
H A Dcache.c130 tmp = p->hash_next;
166 up = &((*up)->hash_next);
170 up = &((*up)->hash_next);
172 crecp->hash_next = *up;
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
279 *up = crecp->hash_next;
292 *up = crecp->hash_next;
297 up = &crecp->hash_next;
310 crecp = crecp->hash_next)
313 *up = crecp->hash_next;
[all...]
H A Ddnsmasq.h261 struct crec *next, *prev, *hash_next; member in struct:crec
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h102 struct file_buffer *hash_next; member in union:file_buffer::__anon17713
H A Dunsquashfs.h149 struct cache_entry *hash_next; member in struct:cache_entry
H A Dcaches-queues-lists.c341 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next)
581 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next)
H A Dunsquashfs.c252 entry->hash_next = cache->hash_table[hash];
255 if(entry->hash_next)
256 entry->hash_next->hash_prev = entry;
264 entry->hash_prev->hash_next = entry->hash_next;
267 entry->hash_next;
268 if(entry->hash_next)
269 entry->hash_next->hash_prev = entry->hash_prev;
271 entry->hash_prev = entry->hash_next = NULL;
348 for(entry = cache->hash_table[hash]; entry; entry = entry->hash_next)
[all...]
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h167 Index hash_next ; /* next column, if col is in a hash list */ member in union:internal::colamd_col::__anon5405
1325 Col [col].shared4.hash_next = first_col ;
1545 for that column. The value of Col [c].shared4.hash_next is the next column
1612 super_c = Col [super_c].shared4.hash_next)
1623 for (c = Col [super_c].shared4.hash_next ;
1624 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next)
1672 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ;
/external/blktrace/
H A Dblkparse.c78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
549 ppm = ppm->hash_next;
566 ppm->hash_next = ppm_hash_table[hash_idx];
657 ppi->hash_next = ppi_hash_table[hash_idx];
680 ppi = ppi->hash_next;
698 ppi = ppi->hash_next;
/external/valgrind/perf/
H A Dtinycc.c2132 struct TokenSym *hash_next;
2302 int hash_next; /* -1 if none */
7161 ts->hash_next = NULL;
7190 pts = &(ts->hash_next);
8396 i = e->hash_next;
8421 e->hash_next = s1->cached_includes_hash[h];
9305 pts = &(ts->hash_next);
2130 struct TokenSym *hash_next; member in struct:TokenSym
2300 int hash_next; /* -1 if none */ member in struct:CachedInclude

Completed in 465 milliseconds