Home
last modified time | relevance | path

Searched refs:new_width (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dconvert_arm_neon.py84 new_width = typespec_elt_size(elt)
85 if new_width and new_width != default_width:
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dlisting.c1521 offsetT new_width = exp.X_add_number; in listing_psize() local
1523 if (new_width > 7) in listing_psize()
1524 paper_width = new_width; in listing_psize()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dlisting.c1527 offsetT new_width = exp.X_add_number; in listing_psize() local
1529 if (new_width > 7) in listing_psize()
1530 paper_width = new_width; in listing_psize()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c1754 int new_width; in dcn20_split_stream_for_odm() local
1762 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1764 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1766 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1767 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1774 if (new_width <= 16) in dcn20_split_stream_for_odm()
1776 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1778 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1780 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1781 sd->recout.width = new_width; in dcn20_split_stream_for_odm()