Searched refs:hash_idx (Results 1 – 3 of 3) sorted by relevance
/external/lldb/include/lldb/Core/ |
D | MappedHash.h | 414 GetHashValue (uint32_t hash_idx) const in GetHashValue() argument 416 if (m_hash_values && hash_idx < m_header.hashes_count) in GetHashValue() 417 return m_hash_values[hash_idx]; in GetHashValue() 422 GetHashDataOffset (uint32_t hash_idx) const in GetHashDataOffset() argument 424 if (m_hash_offsets && hash_idx < m_header.hashes_count) in GetHashDataOffset() 425 return m_hash_offsets[hash_idx]; in GetHashDataOffset() 438 uint32_t hash_idx = GetHashIndex (bucket_idx); in Find() local 439 if (hash_idx < hash_count) in Find() 441 for (; hash_idx < hash_count; ++hash_idx) in Find() 443 const uint32_t curr_hash_value = GetHashValue (hash_idx); in Find() [all …]
|
/external/blktrace/ |
D | blkparse.c | 541 const int hash_idx = ppm_hash_pid(pid); in find_ppm() local 544 ppm = ppm_hash_table[hash_idx]; in find_ppm() 557 const int hash_idx = ppm_hash_pid(pid); in add_ppm_hash() local 566 ppm->hash_next = ppm_hash_table[hash_idx]; in add_ppm_hash() 567 ppm_hash_table[hash_idx] = ppm; in add_ppm_hash() 655 const int hash_idx = ppi_hash(ppi); in add_ppi_to_hash() local 657 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash() 658 ppi_hash_table[hash_idx] = ppi; in add_ppi_to_hash() 670 const int hash_idx = ppi_hash_name(name); in find_ppi_by_name() local 673 ppi = ppi_hash_table[hash_idx]; in find_ppi_by_name() [all …]
|
/external/elfutils/0.153/src/ |
D | elflint.c | 2227 compare_hash_gnu_hash (Ebl *ebl, GElf_Ehdr *ehdr, size_t hash_idx, in compare_hash_gnu_hash() argument 2230 Elf_Scn *hash_scn = elf_getscn (ebl->elf, hash_idx); in compare_hash_gnu_hash() 2250 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name), in compare_hash_gnu_hash() 2331 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name)); in compare_hash_gnu_hash() 2341 hash_idx, in compare_hash_gnu_hash() 2351 cnt, hash_idx, in compare_hash_gnu_hash() 3445 size_t hash_idx = 0; in check_sections() local 3814 hash_idx = cnt; in check_sections() 3920 if (hash_idx != 0 && gnu_hash_idx != 0) in check_sections() 3921 compare_hash_gnu_hash (ebl, ehdr, hash_idx, gnu_hash_idx); in check_sections()
|