Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c258 int score_max = 0, score; in find_hdev_driver() local
264 if (score > score_max) { in find_hdev_driver()
265 score_max = score; in find_hdev_driver()
276 int ret, score, score_max; in find_image_format() local
295 score_max = 0; in find_image_format()
299 if (score > score_max) { in find_image_format()
300 score_max = score; in find_image_format()