Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dsysdefs.h206 #define my_min(x, y) ((x) < (y) ? (x) : (y)) macro
/freebsd/usr.bin/gzip/
H A Dunxz.c165 #define my_min(A,B) ((A)<(B)?(A):(B)) macro