| /xnu-11417.101.15/libkern/net/ |
| H A D | inet_ntop.c | 105 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local 113 memset(words, '\0', sizeof words); in inet_ntop6() 115 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 122 if (words[i] == 0) { in inet_ntop6() 166 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6() 167 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 175 tp += scnprintf(tp, sizeof(tmp), "%x", words[i]); in inet_ntop6()
|
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | exclaves_panic.c | 176 xnuproxy_panic_backtrace_word_t *words; in exclaves_append_panic_backtrace() local 185 words = exclaves_panic_buffer.backtrace.words; in exclaves_append_panic_backtrace() 189 (const unsigned char *)exclaves_panic_buffer.backtrace.images[words[i].image].uuid, in exclaves_append_panic_backtrace() 192 exclaves_panic_buffer.backtrace.words[i].offset); in exclaves_append_panic_backtrace()
|
| /xnu-11417.101.15/osfmk/mach/ |
| H A D | exclaves_l4.h | 348 Exclaves_L4_Word_t * __counted_by(count)words) in Exclaves_L4_SetMrs() argument 353 ipcb->mr[mr + offset] = words[offset]; in Exclaves_L4_SetMrs() 359 Exclaves_L4_Word_t * __counted_by(count)words) in Exclaves_L4_GetMrs() argument 364 words[offset] = ipcb->mr[mr + offset]; in Exclaves_L4_GetMrs()
|
| /xnu-11417.101.15/tests/ |
| H A D | net_test_lib.h | 122 uint32_t words[DHCP_PAYLOAD_MIN / sizeof(uint32_t)]; member 129 uint32_t words[ETHER_PKT_LEN / sizeof(uint32_t)]; member
|
| /xnu-11417.101.15/makedefs/ |
| H A D | MakeInc.cmd | 414 $(wordlist 4,$(words $(1)),$(1)) \ 452 $(wordlist 5,$(words $(1)),$(1)) \ 508 … $(call function_substitute_word_with_replacement,$(1),$(wordlist 2,$(words $(2)),$(2)),$(3))), \ 521 increment = $(words x $(wordlist 1,$(1),$(NUM32))) 522 decrement = $(words $(wordlist 2,$(1),$(NUM32))) 528 # Reverse a list of words in $(1) 529 reverse = $(if $(word 2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(word 1,$(1))
|
| H A D | MakeInc.rule | 601 …MAN_DIR)/$(word 2,$(1)) $(call function_generate_man_links_rules,$(wordlist 3,$(words $(1)),$(1))))
|
| H A D | MakeInc.top | 386 …recursive,$(1),$(2),$(wordlist 1,$(2),$(4)),$(wordlist $(call increment,$(2)),$(words $(4)),$(4))))
|
| H A D | MakeInc.def | 545 ifneq ($(words $(BOUNDS_SAFETY_DOWNGRADED_UPCOMING_WARNFLAGS)),0)
|
| /xnu-11417.101.15/libkern/kxld/ |
| H A D | WKdmDecompress.c | 124 __unused unsigned int words) in WKdm_decompress() argument
|
| /xnu-11417.101.15/doc/vm/ |
| H A D | memorystatus_notify.md | 48 In other words, `AVAILABLE_NON_COMPRESSED_MEMORY` tracks all of the memory on
|
| H A D | sanitize.md | 208 PAD_ARG_(mach_vm_address_ut, address); /* 2 words */ 209 PAD_ARG_(mach_vm_size_ut, size); /* 2 words */
|
| /xnu-11417.101.15/doc/debugging/ |
| H A D | debugging.md | 42 In other words, avoid the following:
|