Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c601 UINTN i, max_dim, best_mode, cols, rows, hsize, nhandles; in efi_main() local
620 max_dim = best_mode = 0; in efi_main()
630 if (cols * rows > max_dim) { in efi_main()
631 max_dim = cols * rows; in efi_main()
635 if (max_dim > 0) in efi_main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-sese-to-poly.c3266 graphite_dim_t max_dim; in build_poly_scop() local
3287 max_dim = PARAM_VALUE (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS); in build_poly_scop()
3288 if (scop_nb_params (scop) > max_dim) in build_poly_scop()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-expand.c6746 unsigned max_dim = 0; in grid_get_kernel_launch_attributes() local
6755 max_dim = MAX (dim, max_dim); in grid_get_kernel_launch_attributes()
6767 gcc_checking_assert (max_dim <= 2); in grid_get_kernel_launch_attributes()
6768 tree dimensions = build_int_cstu (uint32_type_node, max_dim + 1); in grid_get_kernel_launch_attributes()