HomeSort by: relevance | last modified time | path
    Searched defs:drm_fixp_msbset (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 99 static inline unsigned drm_fixp_msbset(s64 a) function in typeref:typename:unsigned
112 unsigned shift = drm_fixp_msbset(a) + drm_fixp_msbset(b);
135 unsigned shift = 62 - drm_fixp_msbset(a);

Completed in 23 milliseconds