/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | bitmap.c | 58 file_header->bfSize = htole32(sizeof(struct BITMAPFILEHEADER) + in create_file_header() 61 file_header->bfOffBits = htole32(sizeof(struct BITMAPFILEHEADER) + in create_file_header() 68 info_header->biSize = htole32(sizeof(struct BITMAPINFOHEADER)); in create_info_header() 69 info_header->biWidth = htole32(width); in create_info_header() 70 info_header->biHeight = htole32(height); in create_info_header() 73 info_header->biSizeImage = htole32(image_size); in create_info_header()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_urndis.c | 270 msg.ibuf.filter = htole32(sc->sc_filter); in urndis_attach() 619 msg_filter.filter = htole32(sc->sc_filter); in urndis_ctrl_handle_reset() 639 msg.rm_type = htole32(REMOTE_NDIS_INITIALIZE_MSG); in urndis_ctrl_init() 640 msg.rm_len = htole32(sizeof(msg)); in urndis_ctrl_init() 642 msg.rm_ver_major = htole32(1); in urndis_ctrl_init() 643 msg.rm_ver_minor = htole32(1); in urndis_ctrl_init() 644 msg.rm_max_xfersz = htole32(RNDIS_RX_MAXLEN); in urndis_ctrl_init() 676 msg.rm_type = htole32(REMOTE_NDIS_HALT_MSG); in urndis_ctrl_halt() 677 msg.rm_len = htole32(sizeof(msg)); in urndis_ctrl_halt() 705 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); in urndis_ctrl_query() [all …]
|
D | if_axge.c | 607 txhdr = htole32(txlen); in axge_bulk_write_callback() 610 txhdr = htole32(txhdr); in axge_bulk_write_callback()
|
D | if_axe.c | 268 val = htole32(val); in axe_miibus_writereg()
|
D | if_cdce.c | 732 crc = htole32(crc); in cdce_bulk_write_callback()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 199 *ptr = htole32(val); in xhci_ctx_set_le32() 405 phwr->hwr_ring_seg[0].dwEvrsTableSize = htole32(XHCI_MAX_EVENTS); in xhci_start_controller() 818 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer() 820 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer() 840 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer() 1171 temp |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command() 1173 temp &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command() 1175 temp &= ~htole32(XHCI_TRB_3_TC_BIT); in xhci_do_command() 1191 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command() 1195 temp = htole32(XHCI_TRB_3_TC_BIT | in xhci_do_command() [all …]
|
D | ehci.h | 399 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe32(v) : htole32(v); in htohc32() 426 return htole32(v); in htohc32()
|
/third_party/musl/include/ |
D | endian.h | 43 #define htole32(x) (uint32_t)(x) macro 56 #define htole32(x) __bswap32(x) macro
|
/third_party/musl/ndk_musl_include/ |
D | endian.h | 43 #define htole32(x) (uint32_t)(x) macro 56 #define htole32(x) __bswap32(x) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | endian.h | 43 #define htole32(x) (uint32_t)(x) macro 56 #define htole32(x) __bswap32(x) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | endian.h | 43 #define htole32(x) (uint32_t)(x) macro 56 #define htole32(x) __bswap32(x) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | endian.h | 43 #define htole32(x) (uint32_t)(x) macro 56 #define htole32(x) __bswap32(x) macro
|
/third_party/eudev/src/shared/ |
D | sparse-endian.h | 48 #undef htole32 73 static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); } in htole32() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | endian.h | 47 #define htole32(x) (uint32_t)(x) macro 60 #define htole32(x) __bswap32(x) macro
|
/third_party/alsa-utils/axfer/ |
D | container-riff-wave.c | 410 chunk->size = htole32(data_size); in build_riff_chunk_header() 422 subchunk->size = htole32(size); in build_subchunk_header() 451 subchunk->frames_per_second = htole32(state->frames_per_second); in build_wave_format_subchunk() 453 htole32(average_bytes_per_second); in build_wave_format_subchunk()
|
D | container-voc.c | 624 block->frames_per_second = htole32(frames_per_second); in write_v120_format_block()
|
/third_party/mesa3d/src/util/ |
D | compiler.h | 59 #define CPU_TO_LE32( x ) htole32( x )
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 688 because OS X does not provide the `le32toh()` and `htole32()` functions.)
|
/third_party/libjpeg-turbo/ |
D | ChangeLog.md | 871 because OS X does not provide the `le32toh()` and `htole32()` functions.)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 1080 because OS X does not provide the `le32toh()` and `htole32()` functions.)
|