HomeSort by relevance Sort by last modified time
    Searched defs:hash_next (Results 1 - 9 of 9) sorted by null

  /external/vboot_reference/host/lib21/
host_fw_preamble.c 38 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/
vb21_host_fw_preamble_tests.c 39 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/squashfs-tools/squashfs-tools/
caches-queues-lists.h 102 struct file_buffer *hash_next; member in union:file_buffer::__anon35257
unsquashfs.h 149 struct cache_entry *hash_next; member in struct:cache_entry
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 160 IndexType hash_next ; /* next column, if col is in a hash list */ member in union:internal::colamd_col::__anon19689
    [all...]
  /external/blktrace/
blkparse.c 78 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;
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 255 struct crec *next, *prev, *hash_next; member in struct:crec
  /external/valgrind/perf/
tinycc.c 2130 struct TokenSym *hash_next; member in struct:TokenSym
2300 int hash_next; \/* -1 if none *\/ member in struct:CachedInclude
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 946 milliseconds