Home
last modified time | relevance | path

Searched refs:endian16 (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_math_adapt.h108 * endian16(x,y) little endian <---> big endian
111 #define endian16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h105 * endian16(x,y) little endian <---> big endian
108 #define endian16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h105 * endian16(x,y) little endian <---> big endian
108 #define endian16(x) ((((x) << 8) & 0xff00) | (((x) >> 8) & 255)) macro

Completed in 3 milliseconds