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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmDecompress.c213 WK_word *next_output = dest_buf; local
216 printf("next_output is %u\n", next_output);
236 *next_output = 0;
242 *next_output = *dict_location;
257 *next_output = temp; /* and echo it to output */
267 *next_output = missed_word;
272 next_output++;
277 printf("next_output is %p\n", next_output);
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmDecompress.c213 WK_word *next_output = dest_buf; local
216 printf("next_output is %u\n", next_output);
236 *next_output = 0;
242 *next_output = *dict_location;
257 *next_output = temp; /* and echo it to output */
267 *next_output = missed_word;
272 next_output++;
277 printf("next_output is %p\n", next_output);
[all...]

Completed in 18 milliseconds