Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 25 of 59) sorted by relevance

123

/external/arm-trusted-firmware/plat/imx/common/include/sci/
Dsci_rpc.h27 #define RPC_VER(MSG) ((MSG)->version) argument
28 #define RPC_SIZE(MSG) ((MSG)->size) argument
29 #define RPC_SVC(MSG) ((MSG)->svc) argument
30 #define RPC_FUNC(MSG) ((MSG)->func) argument
31 #define RPC_R8(MSG) ((MSG)->func) argument
32 #define RPC_I32(MSG, IDX) ((MSG)->DATA.i32[(IDX) / 4U]) argument
33 #define RPC_I16(MSG, IDX) ((MSG)->DATA.i16[(IDX) / 2U]) argument
34 #define RPC_I8(MSG, IDX) ((MSG)->DATA.i8[(IDX)]) argument
35 #define RPC_U32(MSG, IDX) ((MSG)->DATA.u32[(IDX) / 4U]) argument
36 #define RPC_U16(MSG, IDX) ((MSG)->DATA.u16[(IDX) / 2U]) argument
[all …]
/external/rust/crates/tokio/tests/
Dtcp_into_split.rs14 const MSG: &[u8] = b"split"; in split() constant
86 const MSG: &[u8] = b"split"; in drop_write() constant
Dtcp_split.rs13 const MSG: &[u8] = b"split"; in split() constant
/external/deqp/framework/common/
DtcuDefs.hpp121 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument
124 #define TCU_THROW(ERRCLASS, MSG) \ argument
127 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument
134 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument
140 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
/external/rust/crates/syn/tests/
Dzzz_stable.rs6 const MSG: &str = "\ constant
/external/deqp/framework/opengl/
DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument
31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG) argument
36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument
/external/deqp/framework/xexml/
DxeDefs.hpp49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__) argument
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(… argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.h113 #define SFN_TRACE_FUNC(LEVEL, MSG) SfnTrace __trace(LEVEL, MSG) argument
115 #define SFN_TRACE_FUNC(LEVEL, MSG) argument
/external/deqp/execserver/
DxsDefs.hpp85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) argument
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(… argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dcgroup_helpers.h8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
/external/skqp/include/gpu/
DGrConfig.h110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument
112 #define GR_WARN(MSG) ("WARNING: " MSG) argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-unary-static-assert.cpp4 #define MSG "" macro
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSimpleFormatterTest.java37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in SimpleFormatterTest
DFormatterTest.java34 static String MSG = "msg, pls. ignore it"; field in FormatterTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DCreatorWithNamingStrategyTest.java48 final String MSG = "1st"; in testSnakeCaseWithOneArg() local
/external/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog01.c32 const char MSG[] = "Ahoj!"; variable
Dbpf_prog03.c35 static const char MSG[] = "Ahoj!"; variable
Dbpf_prog02.c30 const char MSG[] = "Ahoj!"; variable
/external/arm-neon-tests/
Dstm-arm-neon-ref.h78 #define DUMP(MSG,T,W,N,FMT) \ argument
89 #define DUMP_POLY(MSG,T,W,N,FMT) \ argument
100 #define DUMP_FP(MSG,T,W,N,FMT) \ argument
115 #define DUMP4GCC(MSG,T,W,N,FMT) \ argument
135 #define DUMP4GCC_FP(MSG,T,W,N,FMT) \ argument
156 #define DUMP_FP16(MSG,T,W,N,FMT) \ argument
168 #define DUMP4GCC_FP16(MSG,T,W,N,FMT) \ argument
/external/ltp/testcases/cve/
Dcve-2016-7117.c51 #define MSG "abcdefghijklmnop" macro
/external/llvm-project/flang/lib/Lower/
DCoarray.cpp22 #define TODO(MSG) \ argument
/external/rust/crates/thiserror/tests/
Dtest_display.rs76 const MSG: &str = "failed to do"; in test_constants() constant
/external/e2fsprogs/lib/ss/
Dhelp.c98 #define MSG "No info found for " in ss_help() macro
/external/deqp/framework/egl/
DegluDefs.hpp29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) argument

123