Home
last modified time | relevance | path

Searched refs:included (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPrefix.pch4 // The contents of this file are implicitly included at the beginning of every source file.
/xnu-8019.80.24/osfmk/mach/machine/
H A Dmach_machine.modulemap74 // be included from a single implementation file.
83 // because {i386,arm}/ndr_def.h can only be included once, which is from
/xnu-8019.80.24/bsd/netinet/
H A Dnetinet.modulemap10 // because in6.h can only be included from in.h, it cannot be used
/xnu-8019.80.24/bsd/crypto/doc/
H A DKernelCrypto.txt15 * included with this distribution is covered by the same copyright terms
/xnu-8019.80.24/doc/
H A Datomics.md327 most compilers, clang included, implement it as an equivalent
/xnu-8019.80.24/osfmk/mach/
H A Dmach_types.defs59 * is included in support of clause 2.2 (b) of the Apple Public License,
/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c2016 int included = 0; in bridge_iff_input() local
2026 included = 1; in bridge_iff_input()
2035 included ? "inside" : "outside", frmlen); in bridge_iff_input()
2042 if (included == 0) { in bridge_iff_input()
/xnu-8019.80.24/tests/
H A Dhvtest_x86.m177 /* Stolen from kern/bits.h, which cannot be included outside the kernel. */