Searched refs:words (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/makedefs/ |
| H A D | MakeInc.cmd | 367 $(wordlist 4,$(words $(1)),$(1)) \ 405 $(wordlist 5,$(words $(1)),$(1)) \ 461 … $(call function_substitute_word_with_replacement,$(1),$(wordlist 2,$(words $(2)),$(2)),$(3))), \ 474 increment = $(words x $(wordlist 1,$(1),$(NUM32))) 475 decrement = $(words $(wordlist 2,$(1),$(NUM32))) 481 # Reverse a list of words in $(1) 482 reverse = $(if $(word 2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(word 1,$(1))
|
| H A D | MakeInc.rule | 485 …MAN_DIR)/$(word 2,$(1)) $(call function_generate_man_links_rules,$(wordlist 3,$(words $(1)),$(1))))
|
| H A D | MakeInc.top | 397 …recursive,$(1),$(2),$(wordlist 1,$(2),$(4)),$(wordlist $(call increment,$(2)),$(words $(4)),$(4))))
|
| /xnu-8019.80.24/libkern/kxld/ |
| H A D | WKdmDecompress.c | 124 __unused unsigned int words) in WKdm_decompress() argument
|
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 81 uint32_t words[DHCP_PAYLOAD_MIN / sizeof(uint32_t)]; member 88 uint32_t words[ETHER_PKT_LEN / sizeof(uint32_t)]; member
|