| /src/sys/external/bsd/common/include/linux/ |
| kernel.h | 96 #define min3(X, Y, Z) MIN(X, MIN(Y, Z)) macro
|
| /src/external/mit/expat/dist/lib/ |
| xmltok.c | 1261 min3 = 0x800, enumerator in enum:__anon23638 1271 if (c < min3) {
|
| /src/external/bsd/ntp/dist/include/ |
| ntp.h | 712 * min, min3 and max. Makes it easier to transliterate the spec without 717 #define min3(a,b,c) min(min((a),(b)), (c)) macro
|