Searched refs:words (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/libkern/net/
H A Dinet_ntop.c104 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; local
112 memset(words, '\0', sizeof words);
114 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
120 if (words[i] == 0) {
157 (best.len == 7 && words[7] != 0x0001) ||
158 (best.len == 5 && words[5] == 0xffff))) {
164 tp += snprintf(tp, sizeof(tmp), "%x", words[i]);
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd238 $(wordlist 4,$(words $(1)),$(1)) \
268 $(call function_substitute_word_with_replacement,$(1),$(wordlist 2,$(words $(2)),$(2)),$(3))), \
281 increment = $(words x $(wordlist 1,$(1),$(NUM32)))
282 decrement = $(words $(wordlist 2,$(1),$(NUM32)))
288 # Reverse a list of words in $(1)
289 reverse = $(if $(word 2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(word 1,$(1))
/xnu-2782.1.97/libkern/kxld/
H A DWKdmDecompress.c17 /* WK_unpack_2bits takes any number of words containing 16 two-bit values
18 * and unpacks them into four times as many words containg those
32 * 4 output words. This loop could be unrolled a little---it's
51 /* unpack four bits consumes any number of words (between input_buf
53 * into twice as many words, with each value in a separate byte.
68 * 4 output words. This loop should probably be unrolled
97 /* loop to fetch words of input, splitting each into three
98 * words of output with 10 meaningful low bits. This loop
119 * and a page size in words. The page size had better be 1024 unless
127 __unused unsigned int words)
125 WKdm_decompress(WK_word* src_buf, WK_word* dest_buf, __unused unsigned int words) argument
[all...]

Completed in 25 milliseconds