Lines Matching refs:le64toh
104 return (const struct trie_child_entry_f *)((const char *)node + le64toh(hwdb->head->node_size));
110 base += le64toh(hwdb->head->node_size);
111 base += node->children_count * le64toh(hwdb->head->child_entry_size);
116 return (const struct trie_node_f *)(hwdb->map + le64toh(off));
120 return hwdb->map + le64toh(off);
136 le64toh(hwdb->head->child_entry_size), trie_children_cmp_f);
176 if (le64toh(node->values_count) && fnmatch(linebuf_get(buf), search, 0) == 0)
177 for (i = 0; i < le64toh(node->values_count); i++) {
243 for (n = 0; n < le64toh(node->values_count); n++) {
300 (size_t)hwdb->st.st_size != le64toh(hwdb->head->file_size)) {
307 log_debug("tool version: %"PRIu64, le64toh(hwdb->head->tool_version));
309 log_debug("header size %8"PRIu64" bytes", le64toh(hwdb->head->header_size));
310 log_debug("strings %8"PRIu64" bytes", le64toh(hwdb->head->strings_len));
311 log_debug("nodes %8"PRIu64" bytes", le64toh(hwdb->head->nodes_len));