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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c107 WK_word tempTagsArray[300]; /* tags for everything */ local
122 char* next_tag = (char *) tempTagsArray;
181 printf("tempTagsArray holds %u bytes\n",
182 next_tag - (char *) tempTagsArray);
221 next_tag - (char *) tempTagsArray);
224 char* arr = (char *) tempTagsArray;
234 boundary_tmp = WK_pack_2bits(tempTagsArray,
H A DWKdmDecompress.c138 WK_word tempTagsArray[300]; /* tags for everything */ local
146 printf("tempTagsArray is at %p\n", tempTagsArray);
167 tempTagsArray); local
171 char* arr = (char *) tempTagsArray;
206 register char *next_tag = (char *) tempTagsArray;
208 ((char *) tempTagsArray) + PAGE_SIZE_IN_WORDS;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c107 WK_word tempTagsArray[300]; /* tags for everything */ local
122 char* next_tag = (char *) tempTagsArray;
181 printf("tempTagsArray holds %u bytes\n",
182 next_tag - (char *) tempTagsArray);
221 next_tag - (char *) tempTagsArray);
224 char* arr = (char *) tempTagsArray;
234 boundary_tmp = WK_pack_2bits(tempTagsArray,
H A DWKdmDecompress.c138 WK_word tempTagsArray[300]; /* tags for everything */ local
146 printf("tempTagsArray is at %p\n", tempTagsArray);
167 tempTagsArray); local
171 char* arr = (char *) tempTagsArray;
206 register char *next_tag = (char *) tempTagsArray;
208 ((char *) tempTagsArray) + PAGE_SIZE_IN_WORDS;
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s72 leal -1112(%ebp), %ecx // tempTagsArray
73 movl %ecx, -6272(%ebp) // a copy of char* next_tag = (char *) tempTagsArray;
182 movl -6272(%ebp), %ecx // &tempTagsArray[0]
184 cmpl next_tag, %ecx // next_tag vs &tempTagsArray[0]
185 jae L13 // if &tempTagsArray[0] >= next_tag, skip the following WK_pack_2bits
189 // boundary_tmp = WK_pack_2bits(tempTagsArray, (WK_word *) next_tag, dest_buf + HEADER_SIZE_IN_WORDS);
203 addl $16, %ecx // tempTagsArray += 16;
343 #define tempTagsArray -6264(%rbp)
359 leaq -1136(%rbp), %rax // &tempTagsArray[0]
360 movq %rax, tempTagsArray
[all...]
H A DWKdmDecompress.s44 #define tempTagsArray -7300(%ebp)
51 // WK_unpack_2bits(TAGS_AREA_START(src_buf), TAGS_AREA_END(src_buf), tempTagsArray);
59 leal -1288(%ebp), %edx // tempTagsArray
60 movl %edx, tempTagsArray // save a copy of tempTagsArray[] at the said location
63 movl %edx, %ecx // %ecx -> tempTagsArray[0]
83 addl $16, %ecx // point to next tempTagsArray[i*16]
147 movl tempTagsArray, next_tag // next_tag = tempTagsArray
268 // WK_unpack_2bits(TAGS_AREA_START(src_buf), TAGS_AREA_END(src_buf), tempTagsArray);
[all...]

Completed in 17 milliseconds