Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/dev/
Dgrfabs_cc.c254 if (depth > dmd->max_depth || depth < dmd->min_depth) { in get_best_mode()
851 h_this_data->min_depth = 1; in cc_init_ntsc_hires()
1033 hl_this_data->min_depth = 1; in cc_init_ntsc_hires_lace()
1259 hdl_this_data->min_depth = 1; in cc_init_ntsc_hires_dlace()
1515 a24_this_data->min_depth = 1; in cc_init_ntsc_a2024()
1804 aga_this_data->min_depth = 1; in cc_init_ntsc_aga()
2113 super72_this_data->min_depth = 1; in cc_init_super72()
2405 ph_this_data->min_depth = 1; in cc_init_pal_hires()
2574 phl_this_data->min_depth = 1; in cc_init_pal_hires_lace()
2774 phdl_this_data->min_depth = 1; in cc_init_pal_hires_dlace()
[all …]
Dgrfabs_ccreg.h67 u_short min_depth; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-prefetch.cc1501 unsigned min_depth = loop_depth (loop) - n; in add_subscript_strides() local
1509 if ((unsigned) loop_depth (aloop) <= min_depth) in add_subscript_strides()