Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 - 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndis.c448 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
449 le32toh(hdr->rm_len)); in urndis_ctrl_recv()
451 if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) { in urndis_ctrl_recv()
453 le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()
471 switch (le32toh(hdr->rm_type)) { in urndis_ctrl_handle()
487 rval = le32toh(hdr->rm_status); in urndis_ctrl_handle()
493 le32toh(hdr->rm_type)); in urndis_ctrl_handle()
511 le32toh(msg->rm_len), in urndis_ctrl_handle_init()
512 le32toh(msg->rm_rid), in urndis_ctrl_handle_init()
513 le32toh(ms in urndis_ctrl_handle_init()
[all...]
H A Dif_axge.c534 rxhdr = le32toh(rxhdr); in axge_rx_frame()
551 pkt_hdr = le32toh(pkt_hdr); in axge_rx_frame()
/third_party/elfutils/libdwfl/
H A Dlinux-core-attach.c156 ? be32toh (val32) : le32toh (val32)); in core_next_thread()
210 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
227 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
269 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
404 ? be32toh (val32) : le32toh (val32)); in dwfl_core_file_attach()
/third_party/alsa-utils/axfer/
H A Dcontainer-riff-wave.c142 *byte_count = le32toh(chunk->size); in parse_riff_chunk_header()
200 state->frames_per_second = le32toh(subchunk->frames_per_second); in parse_wave_fmt_subchunk()
202 le32toh(subchunk->average_bytes_per_second); in parse_wave_fmt_subchunk()
221 state->byte_count = le32toh(subchunk->size); in parse_wave_data_subchunk()
255 subchunk_data_size = le32toh(buf.subchunk.size); in parse_wave_subchunk()
H A Dcontainer-voc.c362 state->frames_per_second = le32toh(block->frames_per_second); in parse_v120_format_block()
/third_party/eudev/src/shared/
H A Dsparse-endian.h50 #undef le32toh macro
81 static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); } in le32toh() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h48 #define le32toh(x) (uint32_t)(x) macro
61 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/include/
H A Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c132 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
133 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
211 return (le32toh(*ptr)); in xhci_ctx_get_le32()
872 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
877 temp = le32toh(trb->dwTrb3); in xhci_check_transfer()
946 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1063 temp = le32toh(phwr->hwr_events[i].dwTrb3); in xhci_interrupt_poll()
1074 (long)le32toh(phwr->hwr_events[i].dwTrb2), in xhci_interrupt_poll()
1075 (long)le32toh(phwr->hwr_events[i].dwTrb3)); in xhci_interrupt_poll()
1152 i, XHCI_TRB_3_TYPE_GET(le32toh(tr in xhci_do_command()
[all...]
H A Dehci.h411 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v); in hc32toh()
438 return le32toh(v); in hc32toh()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c91 return le32toh(ptr->val_); in get_unaligned_le32()
/third_party/alsa-utils/aplay/
H A Daplay.c74 #define le32toh(x) __le32_to_cpu(x) macro
1926 val = le32toh(*valp);
/third_party/toybox/toys/pending/
H A Dfdisk.c200 return le32toh(val); in swap_le32toh()

Completed in 20 milliseconds