HomeSort by relevance Sort by last modified time
    Searched defs:util_last_bit (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/util/
bitscan.h 157 util_last_bit(unsigned u) function
212 return util_last_bit(i);
214 return util_last_bit(~(unsigned)i);
  /external/virglrenderer/src/gallium/auxiliary/util/
u_math.h 541 static inline unsigned util_last_bit(unsigned u) function
566 return util_last_bit(i);
568 return util_last_bit(~(unsigned)i);

Completed in 178 milliseconds