Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/tests/
H A Dexception_ports_info.c25 mach_msg_type_number_t count2 = EXC_TYPES_COUNT; variable
92 …kr = thread_get_exception_ports(mach_thread_self(), EXC_MASK_ALL, masks2, &count2, ports, behavior…
94 T_EXPECT_EQ(count2, 0, "should have 0 exception ports");
101 count2 = EXC_TYPES_COUNT;
108 …kr = task_get_exception_ports(mach_task_self(), EXC_MASK_ALL, masks2, &count2, ports, behaviors2, …
111 for (int i = 0; i < count2; i++) {
114 T_EXPECT_EQ(count, count2, "should return same mask count");
/xnu-10002.41.9/osfmk/arm64/
H A Dloose_ends.c92 vm_size_t count2 = bytes; in bcopy_phys_internal() local
114 count2 = PAGE_SIZE - dst_offset; in bcopy_phys_internal()
122 count2 = PAGE_SIZE - dst_offset; in bcopy_phys_internal()
147 tmp_dst = (char*)phystokv_range((pmap_paddr_t)dst, &count2); in bcopy_phys_internal()
152 if (count > count2) { in bcopy_phys_internal()
153 count = count2; in bcopy_phys_internal()