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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c108 WK_word tempQPosArray[300]; /* queue positions for matches */ local
123 char* next_qp = (char *) tempQPosArray;
183 printf("tempQPosArray holds %u bytes\n",
184 next_qp - (char *) tempQPosArray);
248 unsigned int num_bytes_to_pack = next_qp - (char *) tempQPosArray;
251 WK_word* endQPosArray = tempQPosArray + num_source_words;
269 char *arr = (char *) tempQPosArray;
278 boundary_tmp = WK_pack_4bits(tempQPosArray,
H A DWKdmDecompress.c139 WK_word tempQPosArray[300]; /* queue positions for matches */ local
147 printf("tempQPosArray is at %p\n", tempQPosArray);
183 tempQPosArray); local
187 char* arr = (char *) tempQPosArray;
209 char *next_q_pos = (char *) tempQPosArray;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c108 WK_word tempQPosArray[300]; /* queue positions for matches */ local
123 char* next_qp = (char *) tempQPosArray;
183 printf("tempQPosArray holds %u bytes\n",
184 next_qp - (char *) tempQPosArray);
248 unsigned int num_bytes_to_pack = (unsigned int)(next_qp - (char *) tempQPosArray);
251 WK_word* endQPosArray = tempQPosArray + num_source_words;
269 char *arr = (char *) tempQPosArray;
278 boundary_tmp = WK_pack_4bits(tempQPosArray,
H A DWKdmDecompress.c139 WK_word tempQPosArray[300]; /* queue positions for matches */ local
147 printf("tempQPosArray is at %p\n", tempQPosArray);
183 tempQPosArray); local
187 char* arr = (char *) tempQPosArray;
209 char *next_q_pos = (char *) tempQPosArray;
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s75 leal -2136(%ebp), %ecx // tempQPosArray
76 movl %ecx, -6264(%ebp) // char* next_qp = (char *) tempQPosArray;
211 movl -6264(%ebp), %ecx // (char *) tempQPosArray
213 subl %ecx, %eax // num_bytes_to_pack = next_qp - (char *) tempQPosArray;
216 addl %eax, %ecx // endQPosArray = tempQPosArray + num_source_words;
228 cmpl -6264(%ebp), %ecx // endQPosArray vs tempQPosArray
229 jbe L20 // if (endQPosArray<=tempQPosArray) skip L_WK_pack_4bits
230 movl -6264(%ebp), %edx // tempQPosArray
233 // boundary_tmp = WK_pack_4bits(tempQPosArray, endQPosArray, next_full_patt);
354 #define tempQPosArray
[all...]
H A DWKdmDecompress.s45 #define tempQPosArray -2488(%ebp)
89 // WK_unpack_4bits(QPOS_AREA_START(src_buf), QPOS_AREA_END(src_buf), tempQPosArray);
97 leal tempQPosArray, %edi // tempQPosArray
148 leal tempQPosArray, next_qpos // next_qpos = tempQPosArray
299 // WK_unpack_4bits(QPOS_AREA_START(src_buf), QPOS_AREA_END(src_buf), tempQPosArray);
305 leaq -2480(%rbp), %rbx // tempQPosArray

Completed in 74 milliseconds