Searched defs:NX_MIN (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/powerpc/nx-gzip/ | ||
H A D | gzfht_test.c | 70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro |
H A D | gunz_test.c | 65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) macro |