Searched refs:RT_MIN (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_common.h | 33 #define RT_MIN(a, b) ((a) > (b) ? (b) : (a)) macro 34 #define RT_MIN3(a, b, c) RT_MIN(MPP_MIN(a, b), c) 35 #define RT_MIN4(a, b, c, d) RT_MIN((a), RT_MIN3((b), (c), (d)))
|