Searched refs:equal (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_sanitize.c | 1307 #define TEST_UT_TYPE_ABI_UT_CALLEE(type_t, type_ut, equal, t_arg) \ argument 1323 equal(u0.UNSAFE, t_arg[0]) && equal(u1.UNSAFE, t_arg[1]) && \ 1324 equal(u2.UNSAFE, t_arg[2]) && equal(u3.UNSAFE, t_arg[3]) && \ 1325 equal(u4.UNSAFE, t_arg[4]) && equal(u5.UNSAFE, t_arg[5]) && \ 1326 equal(u6.UNSAFE, t_arg[6]) && equal(u7.UNSAFE, t_arg[7]) && \ 1327 equal(u8.UNSAFE, t_arg[8]) && equal(u9.UNSAFE, t_arg[9]) && \ 1328 equal(u10.UNSAFE, t_arg[10]) && equal(u11.UNSAFE, t_arg[11]) && \ 1329 equal(u12.UNSAFE, t_arg[12]) && equal(u13.UNSAFE, t_arg[13]) && \ 1330 equal(u14.UNSAFE, t_arg[14]) && equal(u15.UNSAFE, t_arg[15]) \ 1365 #define TEST_UT_TYPE_ABI_T_CALLER(type_t, type_ut, equal, t_arg) \ argument [all …]
|
| /xnu-11215.81.4/tests/ |
| H A D | net_bridge.c | 224 bool equal; in ip_addresses_are_equal() local 228 equal = (ip1->ifbrip_addr.s_addr == ip2->ifbrip_addr.s_addr); in ip_addresses_are_equal() 231 equal = IN6_ARE_ADDR_EQUAL(&ip1->ifbrip_addr6, in ip_addresses_are_equal() 236 equal = false; in ip_addresses_are_equal() 239 return equal; in ip_addresses_are_equal() 1807 bool equal; in validate_mac_nat() local 1810 equal = (bcmp(eh_p->ether_shost, &port->member_mac, in validate_mac_nat() 1812 if (!equal) { in validate_mac_nat() 1816 T_ASSERT_TRUE(equal, "source address match"); in validate_mac_nat() 1855 bool equal; in validate_mac_nat_arp_out() local [all …]
|
| /xnu-11215.81.4/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 136 * otherwise must equal args->scalarInputCount 139 * otherwise must equal length of structureInput or structureInputDescriptor 142 * otherwise must equal args->scalarOutputCount 145 * otherwise must equal length of structureOutputMaximumSize
|
| /xnu-11215.81.4/tools/tests/perf_index/ |
| H A D | README | 39 memory - initializes by allocating memory equal to half the RAM on the machine,
|
| /xnu-11215.81.4/doc/allocators/ |
| H A D | read-only.md | 106 equal to the size of the elements in the zone.
|
| /xnu-11215.81.4/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 57 … in "starvation avoidance mode" and opens a "starvation avoidance window" equal to `thread_quantum… 227 …tric calculates the number of runnable and running threads of a higher or equal QoS that are enque… 286 …clusters of various types to ensure that all threads of the workload make equal progress aka "stir…
|
| /xnu-11215.81.4/doc/primitives/ |
| H A D | atomics.md | 229 is equal to `expected`.
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | mach_port.defs | 299 * than or equal to the sync value and there are no
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | nd6_rtr.c | 152 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | pf_ioctl.c | 261 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
|