Searched refs:equal (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | vm_sanitize.c | 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]) \ 1378 *out_ret_ok = equal(t_ret, t_arg[16]); \ 1399 *out_ret_ok = equal(ut_ret.UNSAFE, t_arg[16]); \ [all …]
|
| /xnu-11215/tests/ |
| H A D | net_bridge.c | 224 bool equal; in ip_addresses_are_equal() local 236 equal = false; in ip_addresses_are_equal() 239 return equal; in ip_addresses_are_equal() 1807 bool equal; in validate_mac_nat() local 1812 if (!equal) { in validate_mac_nat() 1855 bool equal; in validate_mac_nat_arp_out() local 1860 if (!equal) { in validate_mac_nat_arp_out() 1870 if (!equal) { in validate_mac_nat_arp_out() 2047 if (!equal) { in validate_mac_nat_dhcp() 2157 bool equal; in validate_mac_nat_nd6() local [all …]
|
| /xnu-11215/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/tools/tests/perf_index/ |
| H A D | README | 39 memory - initializes by allocating memory equal to half the RAM on the machine,
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 106 equal to the size of the elements in the zone.
|
| /xnu-11215/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/doc/primitives/ |
| H A D | atomics.md | 229 is equal to `expected`.
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_port.defs | 299 * than or equal to the sync value and there are no
|
| /xnu-11215/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/bsd/net/ |
| H A D | pf_ioctl.c | 261 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
|