Home
last modified time | relevance | path

Searched refs:hash_name (Results 1 – 6 of 6) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dlabels.c41 static unsigned int hash_name(const char *name) in hash_name() function
54 unsigned int i = hash_name(name); in __labelmap_get_bit()
74 unsigned int i = hash_name(n); in map_insert()
/external/curl/src/
Dtool_metalink.c611 digest_def->hash_name, strerror(errno)); in check_hash()
618 digest_def->hash_name, "failed to initialize hash algorithm"); in check_hash()
636 digest_def->hash_name, strerror(errno)); in check_hash()
649 digest_def->hash_name); in check_hash()
652 filename, digest_def->hash_name); in check_hash()
Dtool_metalink.h57 const char *hash_name; member
/external/flatbuffers/src/
Didl_parser.cpp658 auto hash_name = field->attributes.Lookup("hash"); in ParseField() local
659 if (hash_name) { in ParseField()
663 if (FindHashFunction32(hash_name->constant.c_str()) == nullptr) in ParseField()
665 hash_name->constant); in ParseField()
670 if (FindHashFunction64(hash_name->constant.c_str()) == nullptr) in ParseField()
672 hash_name->constant); in ParseField()
682 if (!hash_name) in ParseField()
1078 Value *hash_name = field->attributes.Lookup("hash"); in ParseHash() local
1082 auto hash = FindHashFunction32(hash_name->constant.c_str()); in ParseHash()
1089 auto hash = FindHashFunction64(hash_name->constant.c_str()); in ParseHash()
/external/elfutils/src/
Delflint.c2383 const char *hash_name; in compare_hash_gnu_hash() local
2385 hash_name = elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name); in compare_hash_gnu_hash()
2457 hash_idx, hash_name); in compare_hash_gnu_hash()
2468 hash_idx, hash_name); in compare_hash_gnu_hash()
2492 hash_idx, hash_name); in compare_hash_gnu_hash()
2505 hash_idx, hash_name); in compare_hash_gnu_hash()
/external/valgrind/perf/
Dtinycc.c19009 const char *hash_name, int hash_sh_flags) in new_symtab() argument
19023 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags); in new_symtab()