Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h56 * WRAP_MAX(x,max,min) wrap to min if x equal max
63 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h53 * WRAP_MAX(x,max,min) wrap to min if x equal max
60 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h55 * WRAP_MAX(x,max,min) wrap to min if x equal max
62 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) macro

Completed in 3 milliseconds