Home
last modified time | relevance | path

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

/xnu-10002.41.9/libkern/kxld/
H A DWKdmCompress.c95 unsigned int num_input_words) in WKdm_compress() argument
125 WK_word* end_of_input = src_buf + num_input_words; in WKdm_compress()
129 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16); in WKdm_compress()
184 next_full_patt - (dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16))); in WKdm_compress()
188 WK_word *arr = (dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16)); in WKdm_compress()