Home
last modified time | relevance | path

Searched defs:ENDIAN16 (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h113 #define ENDIAN16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h110 #define ENDIAN16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h112 #define ENDIAN16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro

Completed in 3 milliseconds