Lines Matching refs:printf

141 	printf("\nIn DECOMPRESSOR\n");  in WKdm_decompress()
142 printf("tempTagsArray is at %p\n", tempTagsArray); in WKdm_decompress()
143 printf("tempQPosArray is at %p\n", tempQPosArray); in WKdm_decompress()
144 printf("tempLowBitsArray is at %p\n", tempLowBitsArray); in WKdm_decompress()
146 printf(" first four words of source buffer are:\n"); in WKdm_decompress()
147 printf(" %u\n %u\n %u\n %u\n", in WKdm_decompress()
153 printf(" first 20 full patterns are: \n"); in WKdm_decompress()
155 printf(" %d", arr[i]); in WKdm_decompress()
157 printf("\n");} in WKdm_decompress()
168 printf(" first 200 tags are: \n"); in WKdm_decompress()
170 printf(" %d", arr[i]); in WKdm_decompress()
172 printf("\n");} in WKdm_decompress()
183 printf(" first 200 queue positions are: \n"); in WKdm_decompress()
185 printf(" %d", arr[i]); in WKdm_decompress()
187 printf("\n");} in WKdm_decompress()
195 printf("AFTER UNPACKING, about to enter main block \n"); in WKdm_decompress()
209 printf("next_output is %u\n", next_output); in WKdm_decompress()
211 printf("next_tag is %u \n", next_tag); in WKdm_decompress()
212 printf("tags_area_end is %u\n", tags_area_end); in WKdm_decompress()
213 printf("next_q_pos is %u\n", next_q_pos); in WKdm_decompress()
214 printf("next_low_bits is %u\n", next_low_bits); in WKdm_decompress()
215 printf("next_full_word is %u\n", next_full_word); in WKdm_decompress()
267 printf("AFTER DECOMPRESSING\n"); in WKdm_decompress()
268 printf("next_output is %p\n", next_output); in WKdm_decompress()
269 printf("next_tag is %p\n", next_tag); in WKdm_decompress()
270 printf("next_full_word is %p\n", next_full_word); in WKdm_decompress()
271 printf("next_q_pos is %p\n", next_q_pos); in WKdm_decompress()