OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_to_le16
(Results
1 - 6
of
6
) sorted by null
/external/libsepol/src/
private.h
25
#define
cpu_to_le16
(x) (x)
macro
32
#define
cpu_to_le16
(x) bswap_16(x)
macro
/external/kernel-headers/original/linux/byteorder/
generic.h
95
#define
cpu_to_le16
__cpu_to_le16
macro
/system/core/adb/
usb_linux_client.c
37
#define
cpu_to_le16
(x) htole16(x)
macro
142
cpu_to_le16
(0x0409), /* en-us */
/system/core/fastbootd/
usb_linux_client.c
39
#define
cpu_to_le16
(x) htole16(x)
macro
157
cpu_to_le16
(0x0409), /* en-us */
/system/extras/ext4_utils/
ext4_utils.h
90
#define
cpu_to_le16
(x) (x)
macro
/external/qemu-pc-bios/bochs/bios/
rombios32.c
1529
static inline uint16_t
cpu_to_le16
(uint16_t x)
function
[
all
...]
Completed in 355 milliseconds