Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro
H A Dgunz_test.c65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) macro