Home
last modified time | relevance | path

Searched refs:_x3 (Results 1 – 7 of 7) sorted by relevance

/external/arm-trusted-firmware/include/arch/aarch64/
Dsmccc_helpers.h34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
35 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X3), (_x3)); \
38 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
40 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
44 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
46 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
48 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \
50 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ argument
52 SMC_RET7(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5), (_x6)); \
[all …]
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp4.cpp17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } in operator ""_x3()
18 static_assert(1e1000000_x3 == 9, "");
Dp3.cpp17 template<char...Cs> constexpr int operator "" _x3() { return sizeof...(Cs); } in operator ""_x3()
18 static_assert(123456789012345678901234567890123456789012345678901234567890_x3 == 60, "");
/external/freetype/src/raster/
Dftmisc.h50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
53 ( (FT_ULong)_x3 << 8 ) | \
/external/freetype/include/freetype/
Dfttypes.h488 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
492 ( (FT_ULong)_x3 << 8 ) | \
Dftimage.h691 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument
694 ( (unsigned long)_x3 << 8 ) | \
/external/freetype/builds/atari/
DATARI.H13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value argument