Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) macro
201 nxu_touch_pages((void *)buf_addr, NX_MIN(buf_len, in nx_touch_pages_dde()
229 buf_len = NX_MIN(buf_len, total - buf_sz); in nx_touch_pages_dde()
445 read_sz = NX_MIN(free_space, first_free); in decompress_file()
463 read_sz = NX_MIN(free_space, last_free); in decompress_file()
628 first_free = NX_MIN(target_max, first_free); in decompress_file()
635 last_free = NX_MIN(target_max - first_free, last_free); in decompress_file()
675 target_sz_estimate = NX_MIN(2 * target_sz_estimate, in decompress_file()
926 last_comp_ratio = NX_MAX(NX_MIN(1000UL, last_comp_ratio), 1); in decompress_file()
Dgzfht_test.c70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro
300 srclen = NX_MIN(chunk, inlen); in compress_file()
302 dstlen = NX_MIN(2*srclen, outlen); in compress_file()