Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c274 int score_max = 0, score; in find_hdev_driver() local
280 if (score > score_max) { in find_hdev_driver()
281 score_max = score; in find_hdev_driver()
337 int ret, score, score_max; in find_image_format() local
366 score_max = 0; in find_image_format()
371 if (score > score_max) { in find_image_format()
372 score_max = score; in find_image_format()