Searched defs:__min (Results 1 – 2 of 2) sorted by relevance
111 # define __min(a, b) ((a) < (b) ? (a) : (b)) macro