/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 30 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument 31 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X2), (_x2)); \ 34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument 36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \ 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)); \ [all …]
|
/external/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_private.h | 195 #define store_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument 197 _tsp_ctx->saved_tsp_args[1] = _x2;\ 200 #define get_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument 202 _x2 = _tsp_ctx->saved_tsp_args[1];\
|
/external/llvm/test/CodeGen/X86/ |
D | misched-crash.ll | 7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) { 9 %cmp = icmp ult i64 %_x1, %_x2 10 %cond = select i1 %cmp, i64 %_x1, i64 %_x2 11 %cond10 = select i1 %cmp, i64 %_x2, i64 %_x1
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | misched-crash.ll | 7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) { 9 %cmp = icmp ult i64 %_x1, %_x2 10 %cond = select i1 %cmp, i64 %_x1, i64 %_x2 11 %cond10 = select i1 %cmp, i64 %_x2, i64 %_x1
|
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p3.cpp | 14 double &operator "" _x2 (const char *); 15 double &i5 = 123123123123123123123123123123123123123123123_x2;
|
D | p4.cpp | 14 double &operator "" _x2 (const char *); 15 double &i5 = 1e1000000_x2;
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p4.cpp | 14 double &operator "" _x2 (const char *); 15 double &i5 = 1e1000000_x2;
|
D | p3.cpp | 14 double &operator "" _x2 (const char *); 15 double &i5 = 123123123123123123123123123123123123123123123_x2;
|
/external/freetype/src/raster/ |
D | ftmisc.h | 50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument 52 ( (FT_ULong)_x2 << 16 ) | \
|
/external/freetype/include/freetype/ |
D | fttypes.h | 488 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument 491 ( (FT_ULong)_x2 << 16 ) | \
|
D | ftimage.h | 698 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument 700 ( (unsigned long)_x2 << 16 ) | \
|
/external/freetype/builds/atari/ |
D | ATARI.H | 13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value argument
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2011-11-30-MergeAlignment.ll | 23 ; CHECK: _x2
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-30-MergeAlignment.ll | 23 ; CHECK: _x2
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 2296 _x2(x2_), in DrawableViewbox() 2328 _x2 = x2_; in x2() 2332 return _x2; in x2() 2347 ::ssize_t _x2; 2571 _x2 = x2_; in x2() 2575 return _x2; in x2() 2608 double _x2; variable
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 1744 DrawSetViewbox( context_, _x1, _y1, _x2, _y2 ); in operator ()() 1943 _x2(0), in PathCurvetoArgs() 1955 _x2(x2_), in PathCurvetoArgs() 1965 _x2(original_._x2), in PathCurvetoArgs()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 1462 auto _x2 = tensorflow::ops::AsNodeOut(s, x2); in TEST_F() local 1466 TF_ASSERT_OK(builder.Input(_x1).Input(_x2).Finalize(s.graph(), &func_op)); in TEST_F()
|