Searched refs:etype (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ 35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \ 36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \ 37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \ 38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ 35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \ 36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \ 37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \ 38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 410 int replace, compile, ecode, nth, flags, count, etype; local in function:LineEdit 459 etype = T_NONE; 461 #define FAIL(code) { etype = code; goto fail; } 1144 if (etype != T_NONE) { 1146 switch (etype) {
|
Completed in 4 milliseconds