Searched refs:tempLowBitsArray (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c109 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ local
124 WK_word* next_low_bits = tempLowBitsArray;
185 printf("tempLowBitsArray holds %u bytes\n",
186 (char *) next_low_bits - (char *) tempLowBitsArray);
299 next_low_bits - tempLowBitsArray;
302 WK_word* endLowBitsArray = tempLowBitsArray + num_source_words;
319 boundary_tmp = WK_pack_3_tenbits (tempLowBitsArray,
H A DWKdmDecompress.c140 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ local
148 printf("tempLowBitsArray is at %p\n", tempLowBitsArray);
199 tempLowBitsArray); local
210 WK_word *next_low_bits = tempLowBitsArray;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c109 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ local
124 WK_word* next_low_bits = tempLowBitsArray;
185 printf("tempLowBitsArray holds %u bytes\n",
186 (char *) next_low_bits - (char *) tempLowBitsArray);
299 (unsigned int)(next_low_bits - tempLowBitsArray);
302 WK_word* endLowBitsArray = tempLowBitsArray + num_source_words;
319 boundary_tmp = WK_pack_3_tenbits (tempLowBitsArray,
H A DWKdmDecompress.c140 WK_word tempLowBitsArray[1200]; /* low bits for partial matches */ local
148 printf("tempLowBitsArray is at %p\n", tempLowBitsArray);
199 tempLowBitsArray); local
210 WK_word *next_low_bits = tempLowBitsArray;
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s104 leal -6232(%ebp), %eax // &tempLowBitsArray[0]
105 movl %eax, -6260(%ebp) // save a copy of &tempLowBitsArray[0]
106 movl %eax, -6248(%ebp) // save a copy of &tempLowBitsArray[0]
260 movl -6260(%ebp), %ecx // tempLowBitsArray
262 subl %ecx, %edx // next_low_bits - tempLowBitsArray
344 #define tempLowBitsArray -6272(%rbp)
391 leaq -6256(%rbp), %rax // &tempLowBitsArray[0]
392 movq %rax, tempLowBitsArray // save for later reference
515 movq tempLowBitsArray, %rcx // tempLowBitsArray
[all...]
H A DWKdmDecompress.s46 #define tempLowBitsArray -7288(%ebp)
112 // WK_unpack_3_tenbits(LOW_BITS_AREA_START(src_buf), LOW_BITS_AREA_END(src_buf), tempLowBitsArray);
120 leal tempLowBitsArray, %ecx // tempLowBitsArray
136 addl $12, %ecx // tempLowBitsArray += 3;
151 leal tempLowBitsArray, %eax // tempLowBitsArray
323 // WK_unpack_3_tenbits(LOW_BITS_AREA_START(src_buf), LOW_BITS_AREA_END(src_buf), tempLowBitsArray);
327 leaq -7280(%rbp), %r11 // tempLowBitsArray

Completed in 19 milliseconds