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

/ast/src/lib/libtk/generic/
H A DtkTrig.c21 #undef MIN macro
22 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
70 y = MIN(end1Ptr[1], pointPtr[1]);
73 y = MIN(end2Ptr[1], pointPtr[1]);
84 x = MIN(end1Ptr[0], pointPtr[0]);
87 x = MIN(end2Ptr[0], pointPtr[0]);
491 y = MIN(pPtr[1], pointPtr[1]);
494 y = MIN(pPtr[3], pointPtr[1]);
505 x = MIN(pPtr[0], pointPtr[0]);
512 x = MIN(pPt
[all...]
H A DtkGrid.c24 #ifdef MIN
25 # undef MIN macro
27 #define MIN(x,y) ((x) > (y) ? (y) : (x)) macro
H A DtkImgPhoto.c389 #undef MIN macro
390 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
1189 optPtr->fromX = MIN(values[0], values[2]);
1190 optPtr->fromY = MIN(values[1], values[3]);
1212 optPtr->toX = MIN(values[0], values[2]);
1213 optPtr->toY = MIN(values[1], values[3]);
3301 hCopy = MIN(hLeft, blockPtr->height);
3306 wCopy = MIN(wLeft, blockPtr->width);
3481 hCopy = MIN(hLeft, blockHt);
3488 wCopy = MIN(wLef
[all...]

Completed in 25 milliseconds