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/adapt/
H A Dhi_math_adapt.h69 * multi_of_2_power(x,a) whether x is multiple of a(a must be power of 2)
77 #define multi_of_2_power(x, a) (!((x) & ((a) - 1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h66 * multi_of_2_power(x,a) whether x is multiple of a(a must be power of 2)
74 #define multi_of_2_power(x, a) (!((x) & ((a) - 1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h66 * multi_of_2_power(x,a) whether x is multiple of a(a must be power of 2)
74 #define multi_of_2_power(x, a) (!((x) & ((a) - 1))) macro

Completed in 3 milliseconds