Home
last modified time | relevance | path

Searched refs:htole64 (Results 1 - 8 of 8) sorted by relevance

/third_party/eudev/src/udev/
H A Dudevadm-hwdb.c295 .prefix_off = htole64(trie->strings_off + node->prefix_off), in trie_store_nodes()
297 .values_count = htole64(node->values_count), in trie_store_nodes()
318 children[i].child_off = htole64(child_off); in trie_store_nodes()
336 .key_off = htole64(trie->strings_off + node->values[i].key_off), in trie_store_nodes()
337 .value_off = htole64(trie->strings_off + node->values[i].value_off), in trie_store_nodes()
357 .tool_version = htole64(atoi(VERSION)), in trie_store()
358 .header_size = htole64(sizeof(struct trie_header_f)), in trie_store()
359 .node_size = htole64(sizeof(struct trie_node_f)), in trie_store()
360 .child_entry_size = htole64(sizeof(struct trie_child_entry_f)), in trie_store()
361 .value_entry_size = htole64(sizeo in trie_store()
[all...]
/third_party/eudev/src/shared/
H A Dsparse-endian.h52 #undef htole64 macro
74 static inline le64_t htole64(uint64_t value) { return (le64_t __force) bswap_64_on_be(value); } in htole64() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h49 #define htole64(x) (uint64_t)(x) macro
62 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/musl/include/
H A Dendian.h45 #define htole64(x) (uint64_t)(x) macro
58 #define htole64(x) __bswap64(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c224 *ptr = htole64(val); in xhci_ctx_set_le64()
295 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()
366 pdctxa->qwBaaDevCtxAddr[0] = htole64(addr); in xhci_start_controller()
371 pdctxa->qwSpBufPtr[i] = htole64((uint64_t)buf_scp.physaddr); in xhci_start_controller()
403 phwr->hwr_ring_seg[0].qwEvrsTablePtr = htole64(addr); in xhci_start_controller()
432 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()
1178 sc->sc_cmd_addr = htole64(addr); in xhci_do_command()
1319 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_set_address()
1468 trb.qwTrb0 = htole64(input_ctx); in xhci_cmd_configure_ep()
1490 trb.qwTrb0 = htole64(input_ct in xhci_cmd_evaluate_ctx()
[all...]

Completed in 5 milliseconds