Searched refs:__sf_ulen (Results 1 – 6 of 6) sorted by relevance
33 return __sf_ulen(v);
353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()401 #define sfulen(v) ( __sf_ulen(v) )