Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h88 * SPAN(HI_U32, 200, 100) is 200 - 100 = 100
89 * SPAN(HI_U32, 100, 200) is 0xFFFFFFFF - 200 + 100
90 * SPAN(HI_U64, 100, 200) is 0xFFFFFFFFFFFFFFFF - 200 + 100
92 #define SPAN(type, begin, end) \ macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h85 * SPAN(HI_U32, 200, 100) is 200 - 100 = 100
86 * SPAN(HI_U32, 100, 200) is 0xFFFFFFFF - 200 + 100
87 * SPAN(HI_U64, 100, 200) is 0xFFFFFFFFFFFFFFFF - 200 + 100
89 #define SPAN(type, begin, end) \ macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h87 * SPAN(HI_U32, 200, 100) is 200 - 100 = 100
88 * SPAN(HI_U32, 100, 200) is 0xFFFFFFFF - 200 + 100
89 * SPAN(HI_U64, 100, 200) is 0xFFFFFFFFFFFFFFFF - 200 + 100
91 #define SPAN(type, begin, end) \ macro

Completed in 3 milliseconds