Home
last modified time | relevance | path

Searched refs:next_output (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/libkern/kxld/
H A DWKdmDecompress.c206 WK_word *next_output = dest_buf; in WKdm_decompress() local
209 printf("next_output is %u\n", next_output); in WKdm_decompress()
227 *next_output = 0; in WKdm_decompress()
233 *next_output = *dict_location; in WKdm_decompress()
248 *next_output = temp; /* and echo it to output */ in WKdm_decompress()
258 *next_output = missed_word; in WKdm_decompress()
263 next_output++; in WKdm_decompress()
268 printf("next_output is %p\n", next_output); in WKdm_decompress()