Searched refs:T_EXPECT_GE_ULLONG (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/tests/ |
| H A D | proc_info.c | 1140 …T_EXPECT_GE_ULLONG((p_task_info_new->pti_virtual_size - p_task_info->pti_virtual_size), (unsigned … 1142 …T_EXPECT_GE_ULLONG((p_task_info_new->pti_resident_size - p_task_info->pti_resident_size), (unsigne… 1208 …T_EXPECT_GE_ULLONG((pall->ptinfo.pti_virtual_size - p_task_info->pti_virtual_size), (unsigned long… 1210 …T_EXPECT_GE_ULLONG((pall->ptinfo.pti_resident_size - p_task_info->pti_resident_size), (unsigned lo… 1262 T_EXPECT_GE_ULLONG((pthinfo->pth_system_time - pthinfo_old->pth_system_time), 0ULL, 1296 T_EXPECT_GE_ULLONG(pthinfo_64.pth_user_time, pthinfo.pth_user_time, 1298 T_EXPECT_GE_ULLONG(pthinfo_64.pth_system_time, pthinfo.pth_system_time, 1325 T_EXPECT_GE_ULLONG(pinfo_path.pt.pth_user_time, pthinfo.pth_user_time, 1327 T_EXPECT_GE_ULLONG(pinfo_path.pt.pth_system_time, pthinfo.pth_system_time,
|
| /xnu-11417.140.69/osfmk/tests/ |
| H A D | ktest.h | 593 #define T_EXPECT_GE_ULLONG(lhs, rhs, msg, ...) \ macro
|