Home
last modified time | relevance | path

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

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