Home
last modified time | relevance | path

Searched defs:MIN2 (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_math.h46 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_math.h45 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dhi_math.h48 #define MIN2(x, y) ((x) < (y) ? (x) : (y)) macro