Home
last modified time | relevance | path

Searched refs:__sf_ulen (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A D_sfulen.c33 return __sf_ulen(v);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro
378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()
401 #define sfulen(v) ( __sf_ulen(v) )
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro
378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()
401 #define sfulen(v) ( __sf_ulen(v) )
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro
378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()
401 #define sfulen(v) ( __sf_ulen(v) )
/titanic_50/usr/src/lib/libast/common/include/
H A Dsfio.h353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro
378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()
401 #define sfulen(v) ( __sf_ulen(v) )
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h353 #define __sf_ulen(v) ((Sfulong_t)(v) < SF_U1 ? 1 : (Sfulong_t)(v) < SF_U2 ? 2 : \ macro
378 __INLINE__ int sfulen(Sfulong_t v) { return __sf_ulen(v); } in sfulen()
401 #define sfulen(v) ( __sf_ulen(v) )