Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/scriptc/
Drs_cl.rsh27 #define CVT_FUNC_2(typeout, typein) \
36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
37 CVT_FUNC_2(type, char) \
38 CVT_FUNC_2(type, ushort) \
39 CVT_FUNC_2(type, short) \
40 CVT_FUNC_2(type, uint) \
41 CVT_FUNC_2(type, int) \
42 CVT_FUNC_2(type, float)
850 #undef CVT_FUNC_2
/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_cl.c4 #define CVT_FUNC_2(typeout, typein) \ macro
22 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
23 CVT_FUNC_2(type, char) \
24 CVT_FUNC_2(type, ushort) \
25 CVT_FUNC_2(type, short) \
26 CVT_FUNC_2(type, uint) \
27 CVT_FUNC_2(type, int) \
28 CVT_FUNC_2(type, float)
891 #undef CVT_FUNC_2