Searched refs:words (Results 1 – 9 of 9) sorted by relevance
| /xnu-10063.101.15/libkern/net/ |
| H A D | inet_ntop.c | 104 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local 112 memset(words, '\0', sizeof words); in inet_ntop6() 114 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 121 if (words[i] == 0) { in inet_ntop6() 165 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6() 166 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 174 tp += scnprintf(tp, sizeof(tmp), "%x", words[i]); in inet_ntop6()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_panic.c | 103 xnuproxy_panic_backtrace_word_t *words; in exclaves_append_panic_backtrace() local 110 words = exclaves_panic_buffer->backtrace.words; in exclaves_append_panic_backtrace() 114 (const unsigned char *)exclaves_panic_buffer->backtrace.images[words[i].image].uuid, in exclaves_append_panic_backtrace() 117 exclaves_panic_buffer->backtrace.words[i].offset); in exclaves_append_panic_backtrace()
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | exclaves_l4.h | 346 Exclaves_L4_Word_t * __counted_by(count)words) in Exclaves_L4_SetMrs() argument 351 ipcb->mr[mr + offset] = words[offset]; in Exclaves_L4_SetMrs() 357 Exclaves_L4_Word_t * __counted_by(count)words) in Exclaves_L4_GetMrs() argument 362 words[offset] = ipcb->mr[mr + offset]; in Exclaves_L4_GetMrs()
|
| /xnu-10063.101.15/tests/ |
| H A D | net_test_lib.h | 80 uint32_t words[DHCP_PAYLOAD_MIN / sizeof(uint32_t)]; member 87 uint32_t words[ETHER_PKT_LEN / sizeof(uint32_t)]; member
|
| /xnu-10063.101.15/makedefs/ |
| H A D | MakeInc.cmd | 407 $(wordlist 4,$(words $(1)),$(1)) \ 445 $(wordlist 5,$(words $(1)),$(1)) \ 501 … $(call function_substitute_word_with_replacement,$(1),$(wordlist 2,$(words $(2)),$(2)),$(3))), \ 514 increment = $(words x $(wordlist 1,$(1),$(NUM32))) 515 decrement = $(words $(wordlist 2,$(1),$(NUM32))) 521 # Reverse a list of words in $(1) 522 reverse = $(if $(word 2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(word 1,$(1))
|
| H A D | MakeInc.rule | 576 …MAN_DIR)/$(word 2,$(1)) $(call function_generate_man_links_rules,$(wordlist 3,$(words $(1)),$(1))))
|
| H A D | MakeInc.top | 373 …recursive,$(1),$(2),$(wordlist 1,$(2),$(4)),$(wordlist $(call increment,$(2)),$(words $(4)),$(4))))
|
| /xnu-10063.101.15/libkern/kxld/ |
| H A D | WKdmDecompress.c | 124 __unused unsigned int words) in WKdm_decompress() argument
|
| /xnu-10063.101.15/doc/debugging/ |
| H A D | debugging.md | 42 In other words, avoid the following:
|