Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/iokit/Tests/
H A DTestCollections.cpp43 int i, j, count, count2; in testArray() local
188 count = count2 = 0; in testArray()
192 count2 += (str == array1->lastObject()); in testArray()
197 TEST_ASSERT('A', "4d", count2 == numStrCache); in testArray()
202 count = count2 = 0; in testArray()
207 count2 += (str == array2->lastObject()); in testArray()
213 TEST_ASSERT('A', "4h", count2 == numStrCache); in testArray()
216 count = count2 = 0; in testArray()
220 count2 += (sym != str); in testArray()
230 TEST_ASSERT('A', "4m", count2 == numStrCache); in testArray()
[all …]
/xnu-11417.101.15/tests/
H A Dexception_ports_info.c26 mach_msg_type_number_t count2 = EXC_TYPES_COUNT; variable
93 …kr = thread_get_exception_ports(mach_thread_self(), EXC_MASK_ALL, masks2, &count2, ports, behavior…
95 T_EXPECT_EQ(count2, 0, "should have 0 exception ports");
102 count2 = EXC_TYPES_COUNT;
109 …kr = task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, masks2, &count2, ports, behaviors2, …
112 for (int i = 0; i < count2; i++) {
115 T_EXPECT_EQ(count, count2, "should return same mask count");
/xnu-11417.101.15/osfmk/arm64/
H A Dloose_ends.c95 vm_size_t count2 = bytes; in bcopy_phys_internal() local
117 count2 = PAGE_SIZE - dst_offset; in bcopy_phys_internal()
125 count2 = PAGE_SIZE - dst_offset; in bcopy_phys_internal()
150 tmp_dst = (char*)phystokv_range((pmap_paddr_t)dst, &count2); in bcopy_phys_internal()
155 if (count > count2) { in bcopy_phys_internal()
156 count = count2; in bcopy_phys_internal()