Searched refs:findLSB (Results 1 – 1 of 1) sorted by relevance
962 static int findLSB (deUint32 value) in findLSB() function1008 const int minRef = findLSB(value&mask); in compare()1009 const int maxRef = findLSB(value); in compare()