Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/tests/
H A Dktest.h128 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
142 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
295 #define T_EXPECT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
307 #define T_EXPECT_NE_STR(lhs, rhs, msg, ...) do {\ argument
319 #define T_ASSERT_EQ_STR(lhs, rhs, msg, ...) do {\ argument
324 #define T_ASSERT_NE_STR(lhs, rhs, msg, ...) do {\ argument
331 #define T_EXPECT_EQ_CHAR(lhs, rhs, msg, ...) \ argument
333 #define T_EXPECT_NE_CHAR(lhs, rhs, msg, ...) \ argument
335 #define T_EXPECT_LT_CHAR(lhs, rhs, msg, ...) \ argument
337 #define T_EXPECT_GT_CHAR(lhs, rhs, msg, ...) \ argument
[all …]
/xnu-11215.81.4/san/memory/
H A Dubsan.c625 __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds()
632 __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.h160 uint64_t lhs; member
/xnu-11215.81.4/bsd/kern/
H A Dkern_core.c492 size_t lhs; in coredump() local
/xnu-11215.81.4/tests/recount/
H A Drecount_tests.c455 _rusage_info_le(struct rusage_info_v6 *lhs, const char *lhs_name, in _rusage_info_le()
/xnu-11215.81.4/osfmk/kern/
H A Drecount.c524 const struct recount_snap *lhs, const struct recount_snap *rhs) in recount_snap_diff()
/xnu-11215.81.4/bsd/dev/dtrace/
H A Ddtrace.c462 #define DTRACE_HASHEQ(hash, lhs, rhs) \ argument