Home
last modified time | relevance | path

Searched refs:closest_mode_ptr (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c100 int closest_mode_ptr; in PROPOSE_DISPLAY_MODE() local
105 closest_mode_ptr = 0xbad; in PROPOSE_DISPLAY_MODE()
121 closest_mode_ptr=i; in PROPOSE_DISPLAY_MODE()
126 if (closest_mode_ptr==0xbad)/*if no modes of correct size*/ in PROPOSE_DISPLAY_MODE()
133 target->timing=valid_mode_list[closest_mode_ptr]; in PROPOSE_DISPLAY_MODE()
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c147 int closest_mode_ptr; in PROPOSE_DISPLAY_MODE() local
152 closest_mode_ptr = 0xbad; in PROPOSE_DISPLAY_MODE()
168 closest_mode_ptr=i; in PROPOSE_DISPLAY_MODE()
173 if (closest_mode_ptr==0xbad)/*if no modes of correct size*/ in PROPOSE_DISPLAY_MODE()
180 target->timing=valid_mode_list[closest_mode_ptr]; in PROPOSE_DISPLAY_MODE()
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c149 int closest_mode_ptr; in PROPOSE_DISPLAY_MODE() local
154 closest_mode_ptr = 0xbad; in PROPOSE_DISPLAY_MODE()
170 closest_mode_ptr=i; in PROPOSE_DISPLAY_MODE()
175 if (closest_mode_ptr==0xbad)/*if no modes of correct size*/ in PROPOSE_DISPLAY_MODE()
182 target->timing=valid_mode_list[closest_mode_ptr]; in PROPOSE_DISPLAY_MODE()