Searched refs:T_EXPECT_GE_ULLONG (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | proc_info.c | 1155 …T_EXPECT_GE_ULLONG((p_task_info_new->pti_virtual_size - p_task_info->pti_virtual_size), (unsigned … 1157 …T_EXPECT_GE_ULLONG((p_task_info_new->pti_resident_size - p_task_info->pti_resident_size), (unsigne… 1225 …T_EXPECT_GE_ULLONG((pall->ptinfo.pti_virtual_size - p_task_info->pti_virtual_size), (unsigned long… 1227 …T_EXPECT_GE_ULLONG((pall->ptinfo.pti_resident_size - p_task_info->pti_resident_size), (unsigned lo… 1281 T_EXPECT_GE_ULLONG((pthinfo->pth_system_time - pthinfo_old->pth_system_time), 0ULL, 1315 T_EXPECT_GE_ULLONG(pthinfo_64.pth_user_time, pthinfo.pth_user_time, 1317 T_EXPECT_GE_ULLONG(pthinfo_64.pth_system_time, pthinfo.pth_system_time, 1344 T_EXPECT_GE_ULLONG(pinfo_path.pt.pth_user_time, pthinfo.pth_user_time, 1346 T_EXPECT_GE_ULLONG(pinfo_path.pt.pth_system_time, pthinfo.pth_system_time,
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | ktest.h | 593 #define T_EXPECT_GE_ULLONG(lhs, rhs, msg, ...) \ macro
|