Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/paddemo/src/
Dmotordemo.c40 #define MIN (10*10) macro
/RvlSDK-3.2.2/build/demos/dvddemo/src/
Derrorhandling.c83 #define MIN(x, y) ((x) < (y)? (x):(y)) macro
/RvlSDK-3.2.2/build/tools/darch/include/
Ddarch.h185 #define MIN(x, y) (((x) < (y))? (x) : (y)) macro