Home
last modified time | relevance | path

Searched refs:S2U (Results 1 – 2 of 2) sorted by relevance

/external/libgsm/src/
Dtoast_ulaw.c17 #define S2U(x) (s2u[ ((unsigned short)(x)) >> 3 ]) macro
618 if (fputc( (char)S2U( (unsigned short)*buf ), out) == EOF)
/external/skia/include/private/
DSkTFitsIn.h193 using S2U = SkTFitsIn_Signed2Unsigned<D, S>; member
201 S2S, S2U, U2S, U2U>::type;