Searched refs:count2 (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/Tests/ |
| H A D | TestCollections.cpp | 43 int i, j, count, count2; in testArray() local 188 count = count2 = 0; in testArray() 202 count = count2 = 0; in testArray() 216 count = count2 = 0; in testArray() 272 count2 = true; in testArray() 276 count += count2; in testArray() 296 int i, count, count2; in testSet() local 396 count = count2 = 0; in testSet() 452 count = count2 = 0; in testSet() 577 count1 = count2 = 0; in testDictionary() [all …]
|
| /xnu-11215/tests/ |
| H A D | exception_ports_info.c | 26 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-11215/osfmk/arm64/ |
| H A D | loose_ends.c | 92 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()
|