HomeSort by relevance Sort by last modified time
    Searched defs:MIN2 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 58 #ifndef MIN2
59 # define MIN2(a, b) ((a) < (b) ? (a) : (b))
  /external/mesa3d/src/mesa/main/
macros.h 668 #define MIN2( A, B ) ( (A)<(B) ? (A) : (B) )

Completed in 40 milliseconds