Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 17 of 17) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c449 DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type), in urndis_ctrl_recv()
450 le32toh(hdr->rm_len)); in urndis_ctrl_recv()
452 if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) { in urndis_ctrl_recv()
454 le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN); in urndis_ctrl_recv()
472 switch (le32toh(hdr->rm_type)) { in urndis_ctrl_handle()
488 rval = le32toh(hdr->rm_status); in urndis_ctrl_handle()
494 le32toh(hdr->rm_type)); in urndis_ctrl_handle()
512 le32toh(msg->rm_len), in urndis_ctrl_handle_init()
513 le32toh(msg->rm_rid), in urndis_ctrl_handle_init()
514 le32toh(msg->rm_status), in urndis_ctrl_handle_init()
[all …]
Dif_axge.c535 rxhdr = le32toh(rxhdr); in axge_rx_frame()
552 pkt_hdr = le32toh(pkt_hdr); in axge_rx_frame()
/third_party/elfutils/libdwfl/
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/
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()
Dcontainer-voc.c362 state->frames_per_second = le32toh(block->frames_per_second); in parse_v120_format_block()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/include/
Dendian.h44 #define le32toh(x) (uint32_t)(x) macro
57 #define le32toh(x) __bswap32(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h48 #define le32toh(x) (uint32_t)(x) macro
61 #define le32toh(x) __bswap32(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c133 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
134 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
212 return (le32toh(*ptr)); in xhci_ctx_get_le32()
873 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
878 temp = le32toh(trb->dwTrb3); in xhci_check_transfer()
947 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1064 temp = le32toh(phwr->hwr_events[i].dwTrb3); in xhci_interrupt_poll()
1075 (long)le32toh(phwr->hwr_events[i].dwTrb2), in xhci_interrupt_poll()
1076 (long)le32toh(phwr->hwr_events[i].dwTrb3)); in xhci_interrupt_poll()
1153 i, XHCI_TRB_3_TYPE_GET(le32toh(trb->dwTrb3)), in xhci_do_command()
[all …]
Dehci.h410 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v); in hc32toh()
437 return le32toh(v); in hc32toh()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_ep0.c91 return le32toh(ptr->val_); in get_unaligned_le32()
/third_party/alsa-utils/aplay/
Daplay.c71 #define le32toh(x) __le32_to_cpu(x) macro
1875 val = le32toh(*valp); in compute_max_peak()
/third_party/toybox/toys/pending/
Dfdisk.c200 return le32toh(val); in swap_le32toh()
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md1080 because OS X does not provide the `le32toh()` and `htole32()` functions.)