Home
last modified time | relevance | path

Searched defs:my_min (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h189 #define my_min(x, y) ((x) < (y) ? (x) : (y)) macro
/netbsd-src/usr.bin/gzip/
H A Dunxz.c166 #define my_min(A,B) ((A)<(B)?(A):(B)) macro