Home
last modified time | relevance | path

Searched refs:RT_MIN3 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_common.h34 #define RT_MIN3(a, b, c) RT_MIN(MPP_MIN(a, b), c) macro
35 #define RT_MIN4(a, b, c, d) RT_MIN((a), RT_MIN3((b), (c), (d)))