HomeSort by: relevance | last modified time | path
    Searched defs:new_width (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1754 int new_width; local in function:dcn20_split_stream_for_odm
1762 new_width = sd->h_active - sd->recout.x;
1764 sd->ratios.horz, sd->recout.width - new_width));
1766 sd->ratios.horz_c, sd->recout.width - new_width));
1767 sd->recout.width = new_width;
1774 if (new_width <= 16)
1776 new_width = sd->recout.width + sd->recout.x - sd->h_active;
1778 sd->ratios.horz, sd->recout.width - new_width));
1780 sd->ratios.horz_c, sd->recout.width - new_width));
1781 sd->recout.width = new_width;
    [all...]
  /src/usr.bin/xlint/lint1/
tree.c 495 unsigned new_width = width_in_bits(ntp); local in function:ic_cvt
500 if (new_width >= old_width && new_unsigned == old_unsigned)
502 if (new_width > old_width && old_unsigned)
504 if (new_unsigned && (~value_bits(new_width) & ~a.bclr) == 0)

Completed in 16 milliseconds