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/adapt/
H A Dhi_math_adapt.h57 * wrap_max(x,max,min) wrap to min if x equal max
64 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_math_adapt.h54 * wrap_max(x,max,min) wrap to min if x equal max
61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_math_adapt.h54 * wrap_max(x,max,min) wrap to min if x equal max
61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) macro

Completed in 3 milliseconds