Searched refs:WRAP_MIN (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 57 * WRAP_MIN(x,min,max) wrap to max if x equal min 64 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_math.h | 54 * WRAP_MIN(x,min,max) wrap to max if x equal min 61 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_math.h | 56 * WRAP_MIN(x,min,max) wrap to max if x equal min 63 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) macro
|
Completed in 2 milliseconds