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

/dalvik/vm/
H A DCommon.h52 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro

Completed in 57 milliseconds