Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 14 of 14) sorted by relevance

/third_party/eudev/src/libudev/
Dlibudev-hwdb.c104 … return (const struct trie_child_entry_f *)((const char *)node + le64toh(hwdb->head->node_size)); in trie_node_children()
110 base += le64toh(hwdb->head->node_size); in trie_node_values()
111 base += node->children_count * le64toh(hwdb->head->child_entry_size); in trie_node_values()
116 return (const struct trie_node_f *)(hwdb->map + le64toh(off)); in trie_node_from_off()
120 return hwdb->map + le64toh(off); in trie_string()
136 le64toh(hwdb->head->child_entry_size), trie_children_cmp_f); in node_lookup_f()
176 if (le64toh(node->values_count) && fnmatch(linebuf_get(buf), search, 0) == 0) in trie_fnmatch_f()
177 for (i = 0; i < le64toh(node->values_count); i++) { in trie_fnmatch_f()
243 for (n = 0; n < le64toh(node->values_count); n++) { in trie_search_f()
300 (size_t)hwdb->st.st_size != le64toh(hwdb->head->file_size)) { in udev_hwdb_new()
[all …]
/third_party/musl/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h46 #define le64toh(x) (uint64_t)(x) macro
59 #define le64toh(x) __bswap64(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h54 #undef le64toh
82 static inline uint64_t le64toh(le64_t value) { return bswap_64_on_be((uint64_t __force)value); } in le64toh() function
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h50 #define le64toh(x) (uint64_t)(x) macro
63 #define le64toh(x) __bswap64(x) macro
/third_party/python/Python/
Dpyhash.c342 # define _le64toh(x) le64toh(x)
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c132 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
239 return (le64toh(*ptr)); in xhci_ctx_get_le64()
875 td_event = le64toh(trb->qwTrb0); in xhci_check_transfer()
1079 i, event, (long long)le64toh(phwr->hwr_events[i].qwTrb0), in xhci_interrupt_poll()
1159 (long long)le64toh(trb->qwTrb0), in xhci_do_command()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc1520 return le64toh(*reinterpret_cast<const uint64_t *>(buffer.data())); in BytestoUInt64()
/third_party/python/
Dpyconfig.h.in547 /* Define this if you have le64toh() */
Dconfigure.ac2315 AC_MSG_CHECKING(for le64toh)
2323 le64toh(1) ]])
2327 AC_DEFINE(HAVE_HTOLE64, 1, [Define this if you have le64toh()])
Dconfigure8532 le64toh(1)