Home
last modified time | relevance | path

Searched defs:x (Results 1 – 7 of 7) sorted by relevance

/hafnium-2.8-rc0/test/inc/test/
A Dhftest.h46 #define ASSERT_EQ(x, y) HFTEST_ASSERT_OP(x, y, ==, true) argument
47 #define ASSERT_NE(x, y) HFTEST_ASSERT_OP(x, y, !=, true) argument
48 #define ASSERT_LE(x, y) HFTEST_ASSERT_OP(x, y, <=, true) argument
49 #define ASSERT_LT(x, y) HFTEST_ASSERT_OP(x, y, <, true) argument
50 #define ASSERT_GE(x, y) HFTEST_ASSERT_OP(x, y, >=, true) argument
51 #define ASSERT_GT(x, y) HFTEST_ASSERT_OP(x, y, >, true) argument
53 #define ASSERT_TRUE(x) ASSERT_EQ(x, true) argument
54 #define ASSERT_FALSE(x) ASSERT_EQ(x, false) argument
59 #define EXPECT_LT(x, y) HFTEST_ASSERT_OP(x, y, <, false) argument
63 #define EXPECT_TRUE(x) EXPECT_EQ(x, true) argument
[all …]
A Dhftest_impl.h193 #define hftest_any_get(any, x) \ argument
212 #define hftest_dlog_format(x) \ argument
/hafnium-2.8-rc0/test/inc/test/vmapi/
A Dffa.h36 #define SP_ID(x) ((x) | SP_ID_MASK) argument
37 #define VM_ID(x) (x & ~SP_ID_MASK) argument
38 #define IS_SP_ID(x) ((x & SP_ID_MASK) != 0U) argument
/hafnium-2.8-rc0/src/arch/aarch64/
A Dstd.c24 char *x = dst; in memcpy() local
38 char *x; in memmove() local
68 const char *x = a; in memcmp() local
84 char x = 0; in strncmp() local
A Dmm.c40 #define STAGE1_SH(x) ((x) << 8) argument
43 #define STAGE1_AP(x) ((x) << 6) argument
45 #define STAGE1_ATTRINDX(x) ((x) << 2) argument
55 #define STAGE2_XN(x) ((x) << 53) argument
59 #define STAGE2_SH(x) ((x) << 8) argument
60 #define STAGE2_S2AP(x) ((x) << 6) argument
/hafnium-2.8-rc0/inc/hf/
A Dcheck.h20 #define CHECK(x) \ argument
/hafnium-2.8-rc0/inc/hf/arch/
A Dstd.h20 #define ctz(x) __builtin_ctz(x) argument
24 #define __has_builtin(x) 0 argument

Completed in 86 milliseconds