OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds