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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dtvout.c42 int best[5], h_total_mod; local
100 for (h_total_mod = 0; h_total_mod < 8; h_total_mod++)
102 LOG(2,("MAVENTV: trying h_total modification of +%d...\n", h_total_mod));
106 *ht_new = target.timing.h_total + h_total_mod + 2;
/haiku/src/add-ons/accelerants/via/engine/
H A Dtvout.c42 int best[5] = {0}, h_total_mod; local
100 for (h_total_mod = 0; h_total_mod < 8; h_total_mod++)
102 LOG(2,("MAVENTV: trying h_total modification of +%d...\n", h_total_mod));
106 *ht_new = target.timing.h_total + h_total_mod + 2;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c37 int h_total_mod; local
95 for (h_total_mod = 0; h_total_mod < 8; h_total_mod++)
97 LOG(2, ("MAVENTV: trying h_total modification of +%d...\n", h_total_mod));
101 *ht_new = target.timing.h_total + h_total_mod + 2;

Completed in 55 milliseconds