Searched refs:forward (Results 1 – 7 of 7) sorted by relevance
| /xnu-8792.41.9/libkern/os/ |
| H A D | cpp_util.h | 101 constexpr T && forward(os::remove_reference_t<T>&t) noexcept { 106 constexpr T && forward(os::remove_reference_t<T>&& t) noexcept {
|
| /xnu-8792.41.9/libkern/libkern/c++/ |
| H A D | intrusive_shared_ptr.h | 59 constexpr T && forward(remove_reference_t<T>&t) noexcept { 64 constexpr T && forward(remove_reference_t<T>&& t) noexcept {
|
| /xnu-8792.41.9/doc/ |
| H A D | xnu_build_consolidation.md | 14 builds across different SoCs moving forward.
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | vm_map.defs | 259 * The behavior value is one of {default, random, forward
|
| H A D | mach_vm.defs | 304 * The behavior value is one of {default, random, forward
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | ip_input.c | 2775 int opt, optlen, cnt, off, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions() local 2927 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr)); in ip_dooptions() 3047 if (forward && ipforwarding) { in ip_dooptions()
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | freezer.md | 32 …mapped into the same process in multiple places though, so we do a quick forward scan in the map a…
|