Searched refs:max_n (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsh-dis.c506 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; local
514 for (n = 0; n < max_n; n++)
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c455 int max_n; local
474 max_n = 128 * audio_freq_hz / 300;
483 for (n = min_n; n <= max_n; n++) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c748 int max_n; local
774 max_n = limit->n.max;
776 for (clock.n = limit->n.min; clock.n <= max_n; clock.n++) {
798 max_n = clock.n;

Completed in 164 milliseconds