Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h68 * MULTI_OF_2_POWER(x,a) whether x is multiple of a(a must be power of 2)
76 #define MULTI_OF_2_POWER(x, a) (!((x) & ((a) - 1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h65 * MULTI_OF_2_POWER(x,a) whether x is multiple of a(a must be power of 2)
73 #define MULTI_OF_2_POWER(x, a) (!((x) & ((a) - 1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h67 * MULTI_OF_2_POWER(x,a) whether x is multiple of a(a must be power of 2)
75 #define MULTI_OF_2_POWER(x, a) (!((x) & ((a) - 1))) macro

Completed in 2 milliseconds