Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 25 of 74) 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.hpp124 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument
127 #define TCU_THROW(ERRCLASS, MSG) \ argument
130 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument
137 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument
143 #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/apache-velocity-engine/velocity-engine-core/src/test/java/classloader/
DFoo.java37 private static String MSG = field in Foo
/external/linux-kselftest/tools/testing/selftests/bpf/
Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h33 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
/external/armnn/include/armnn/utility/
DAssert.hpp15 # define ARMNN_ASSERT_MSG(COND, MSG) assert((COND) && MSG) argument
/external/armnn/profiling/common/include/
DAssert.hpp18 # define ARM_PIPE_ASSERT_MSG(COND, MSG) assert((COND) && MSG) argument
/external/ComputeLibrary/tests/framework/
DAsserts.h198 #define ARM_COMPUTE_ASSERT_FAIL(MSG) … argument
208 #define ARM_COMPUTE_EXPECT_FAIL(MSG, LEVEL) … argument
/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/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/kernel/syscalls/bpf/
Dbpf_prog01.c30 const char MSG[] = "Ahoj!"; variable
Dbpf_prog02.c28 const char MSG[] = "Ahoj!"; variable
Dbpf_prog04.c34 static const char MSG[] = "Ahoj!"; variable
Dbpf_prog06.c51 static const char MSG[] = "Ahoj!"; variable
Dbpf_prog07.c51 static const char MSG[] = "Ahoj!"; variable
/external/ltp/testcases/cve/
Dcve-2016-7117.c51 #define MSG "abcdefghijklmnop" macro

123