Searched refs:le16_to_cpu (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dplatform.h7 #define le16_to_cpu le_to_host16 macro
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *)(p)))
/external/wpa_supplicant_8/src/utils/
H A Dplatform.h7 #define le16_to_cpu le_to_host16 macro
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *)(p)))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dplatform.h7 #define le16_to_cpu le_to_host16 macro
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *)(p)))
/external/qemu/distrib/ext4_utils/src/
H A Dext4_extents.h80 #define EXT_HAS_FREE_INDEX(__path__) (le16_to_cpu((__path__)->p_hdr->eh_entries) < le16_to_cpu((__path__)->p_hdr->eh_max))
81 #define EXT_LAST_EXTENT(__hdr__) (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
82 #define EXT_LAST_INDEX(__hdr__) (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
83 #define EXT_MAX_EXTENT(__hdr__) (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
84 #define EXT_MAX_INDEX(__hdr__) (EXT_FIRST_INDEX((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
H A Dext4_utils.h71 #define le16_to_cpu(x) (x) macro
H A Dcontents.c343 le16_to_cpu(entry->e_value_offs));
/external/libsepol/src/
H A Dprivate.h26 #define le16_to_cpu(x) (x) macro
33 #define le16_to_cpu(x) bswap_16(x) macro
H A Davtab.c460 key.source_type = le16_to_cpu(buf16[items++]);
461 key.target_type = le16_to_cpu(buf16[items++]);
462 key.target_class = le16_to_cpu(buf16[items++]);
463 key.specified = le16_to_cpu(buf16[items++]);
/external/qemu/hw/i386/
H A Dsmbios.c84 p += le16_to_cpu(header->length);
110 cpu_to_le16(le16_to_cpu(*(uint16_t *)smbios_entries) + 1);
202 cpu_to_le16(le16_to_cpu(*(uint16_t *)smbios_entries) + 1);
/external/f2fs-tools/include/
H A Df2fs_fs.h90 #define le16_to_cpu(x) ((__u16)(x)) macro
97 #define le16_to_cpu(x) bswap_16(x) macro
547 (le16_to_cpu((raw_sit)->vblocks) & SIT_VBLOCKS_MASK)
549 ((le16_to_cpu((raw_sit)->vblocks) & ~SIT_VBLOCKS_MASK) \
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h19 #define CF_LE_W(v) le16_to_cpu(v)
/external/f2fs-tools/fsck/
H A Df2fs.h304 #define nats_in_cursum(sum) (le16_to_cpu(sum->n_nats))
305 #define sits_in_cursum(sum) (le16_to_cpu(sum->n_sits))
H A Dfsck.c156 le16_to_cpu(sum_entry.ofs_in_node) != idx_in_node) {
163 le16_to_cpu(sum_entry.ofs_in_node));
593 name_len = le16_to_cpu(dentry[idx].name_len);
668 name_len = le16_to_cpu(dentry[i].name_len);
H A Dmount.c667 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]);
671 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[i -
/external/fio/os/
H A Dos.h204 #define le16_to_cpu(val) ({ \ macro
/external/fio/
H A Dserver.c174 cmd->cmd_crc16 = le16_to_cpu(cmd->cmd_crc16);
175 cmd->pdu_crc16 = le16_to_cpu(cmd->pdu_crc16);
184 cmd->version = le16_to_cpu(cmd->version);
185 cmd->opcode = le16_to_cpu(cmd->opcode);
602 clp->lines = le16_to_cpu(clp->lines);
603 clp->client_type = le16_to_cpu(clp->client_type);
613 offset += sizeof(*cslp) + le16_to_cpu(cslp->len);
H A Dclient.c794 dst->continue_on_error = le16_to_cpu(src->continue_on_error);
/external/qemu/hw/pci/
H A Dpci.c744 le16_to_cpu(*vendor_id.ptr16),
745 le16_to_cpu(*device_id.ptr16));

Completed in 4471 milliseconds