Home
last modified time | relevance | path

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

/xnu-10002.81.5/libkern/kxld/
H A DWKdmCompress.c107 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ in WKdm_compress() local
122 WK_word* next_low_bits = tempLowBitsArray; in WKdm_compress()
178 (char *) next_low_bits - (char *) tempLowBitsArray); in WKdm_compress()
287 (unsigned int)(next_low_bits - tempLowBitsArray); in WKdm_compress()
290 WK_word* endLowBitsArray = tempLowBitsArray + num_source_words; in WKdm_compress()
307 boundary_tmp = WK_pack_3_tenbits(tempLowBitsArray, in WKdm_compress()
H A DWKdmDecompress.c136 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ in WKdm_decompress() local
144 printf("tempLowBitsArray is at %p\n", tempLowBitsArray); in WKdm_decompress()
192 tempLowBitsArray); in WKdm_decompress()
203 WK_word *next_low_bits = tempLowBitsArray; in WKdm_decompress()
/xnu-10002.81.5/osfmk/x86_64/
H A DWKdmCompress_new.s186 #define tempLowBitsArray 72(%rsp) macro
192 #define start_next_low_bits tempLowBitsArray
245 movq %rax, tempLowBitsArray // save for later reference
385 movq tempLowBitsArray, %rcx // tempLowBitsArray