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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi_pll.c 65 unsigned int m_min, m_max, p_min = 2, p_max = 6; local in function:dsi_calc_mnp
93 for (p = p_min; p <= p_max && delta; p++) {
  /src/usr.bin/patch/
pch.c 60 static LINENUM p_max; /* max allowed value of p_end */ variable in typeref:typename:LINENUM
98 p_max = 0;
533 p_max = hunkmax; /* gets reduced when --- found */
555 while (p_end < p_max) {
623 p_max = p_ptrn_lines + 6;
624 while (p_max >= hunkmax)
626 p_max = hunkmax;
692 p_max = p_repl_lines + p_end;
693 if (p_max > MAXHUNKSIZE)
695 p_max, p_input_line, buf)
    [all...]

Completed in 14 milliseconds