Searched refs:uScoreMax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp57 uint32_t uScoreMax = RTFILESYSTEM_MATCH_SCORE_UNSUPPORTED; local
67 && uScore > uScoreMax)
70 uScoreMax = uScore;
78 if (uScoreMax > RTFILESYSTEM_MATCH_SCORE_UNSUPPORTED)
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp270 uint32_t uScoreMax = RTDVM_MATCH_SCORE_UNSUPPORTED;
286 && uScore > uScoreMax)
289 uScoreMax = uScore;
297 if (uScoreMax > RTDVM_MATCH_SCORE_UNSUPPORTED)

Completed in 61 milliseconds