Home
last modified time | relevance | path

Searched refs:window_max (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_stats.h70 unsigned int window_max,
H A Dmod_freesync.h127 unsigned int *window_min, unsigned int *window_max,
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c96 const int window_max = 1<<15; variable
919 history_len = (total_out > window_max) ? window_max : total_out; in decompress_file()