Searched refs:SPAN (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 88 * 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 D | hi_math.h | 85 * 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 D | hi_math.h | 87 * 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