Searched refs:__constant_cpu_to_le16 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/byteorder/
H A Dbig_endian.h41 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) macro
H A Dlittle_endian.h41 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) macro

Completed in 3198 milliseconds