Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/tests/
H A Dktest.h127 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
141 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
294 #define T_EXPECT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
306 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ argument
318 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
323 #define T_ASSERT_NE_STR(lhs, rhs, msg, ...) do {\ argument
330 #define T_EXPECT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
332 #define T_EXPECT_NE_CHAR(lhs, rhs, msg, ...) \ argument
334 #define T_EXPECT_LT_CHAR(lhs, rhs, msg, ...) \ argument
336 #define T_EXPECT_GT_CHAR(lhs, rhs, msg, ...) \ argument
[all …]
/xnu-8019.80.24/bsd/kern/
H A Dkern_core.c363 size_t rhs; in coredump() local
/xnu-8019.80.24/san/memory/
H A Dubsan.c620 __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds()
627 __ubsan_handle_shift_out_of_bounds_abort(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds_abort()
H A Dubsan.h161 uint64_t rhs; member
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace.c459 #define DTRACE_HASHEQ(hash, lhs, rhs) \ argument