Home
last modified time | relevance | path

Searched defs:MIN3 (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h50 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_math.h47 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_math.h49 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) macro

Completed in 5 milliseconds