Searched refs:inline (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | mach_types.defs | 220 /* thread_state_t: This inline array can hold 308 /* thread_info_t: this inline array can hold any of: 323 /* task_info_t: this inline array can hold any of: 424 * host_info_t: variable-sized inline array that can contain: 441 * host_info64_t: variable-sized inline array that can contain: 458 * processor_info_t: variable-sized inline array that can 495 /* processor_set_info_t: variable-size inline array 530 /* policy_info_t: variable-size inline array. Can hold: 556 /* memory_object_info_t: variable-size inline array: 567 /* vm_region_info_t: variable-size inline array that can hold:
|
| /xnu-12377.41.6/tests/unit/tools/ |
| H A D | generate_ut_proj.py | 145 def __init__(self, isa, inline=False): argument 148 self.inline = inline 161 if self.inline: 209 PDict.__init__(self, "PBXBuildFile", inline=True) 217 PDict.__init__(self, "PBXFileReference", inline=True)
|
| /xnu-12377.41.6/doc/mach_ipc/ |
| H A D | kmsg.md | 123 inline buffer of the kmsg is used to fit all parts of the mach message this way: 167 inline buffer to store the Mach message header and descriptors, this way:
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.def | 373 # We must not use -fno-keep-inline-functions, or it will remove the dtrace 1276 LDFLAGS_KERNEL_LTO = -Wl,-mllvm,-inline-threshold=100
|