Home
last modified time | relevance | path

Searched refs:child_entry_size (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c71 base += idx * le64toh(hwdb->head->child_entry_size); in trie_node_child()
79 base += node->children_count * le64toh(hwdb->head->child_entry_size); in trie_node_value()
105 le64toh(hwdb->head->child_entry_size), trie_children_cmp_f); in node_lookup_f()
Dhwdb-internal.h38 le64_t child_entry_size; member
/systemd-251/src/shared/
Dhwdb-util.c369 .child_entry_size = htole64(sizeof(struct trie_child_entry_f)), in trie_store()