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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c121 WK_word* next_full_patt; local
131 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
137 printf("dest_buf is %u next_full_patt is %u\n", dest_buf, next_full_patt);
188 printf("next_full_patt is %p\n",
189 next_full_patt);
192 next_full_patt - (dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16)));
212 SET_QPOS_AREA_START(dest_buf,next_full_patt);
267 next_full_patt, next_full_patt
[all...]
H A DWKdm.h214 EMIT_WORD(next_full_patt,(word_pattern));
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c121 WK_word* next_full_patt; local
131 next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
137 printf("dest_buf is %u next_full_patt is %u\n", dest_buf, next_full_patt);
188 printf("next_full_patt is %p\n",
189 next_full_patt);
192 next_full_patt - (dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16)));
212 SET_QPOS_AREA_START(dest_buf,next_full_patt);
267 next_full_patt, next_full_patt
[all...]
/darwin-on-arm/xnu/libkern/libkern/
H A DWKdm.h214 EMIT_WORD(next_full_patt,(word_pattern));
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s102 movl %eax, -6256(%ebp) // next_full_patt = dest_buf + TAGS_AREA_OFFSET + (num_input_words / 16);
149 movl 72(%esp), %eax // next_full_patt
150 movl %ecx, (%eax) // *next_full_patt = input_word;
151 addl $4, %eax // next_full_patt++;
152 movl %eax, 72(%esp) // save next_full_patt
173 // SET_QPOS_AREA_START(dest_buf,next_full_patt);
174 movl -6256(%ebp), %edi // next_full_patt
175 subl 12(%ebp), %edi // next_full_patt - dest_buf
176 movl %edi, %eax // next_full_patt - dest_buf
178 movl %eax, -6240(%ebp) // save (next_full_patt
[all...]
H A DWKdmDecompress.s208 #define next_full_patt -7292(%ebp) /* next_full_patt starts with initial value of TAGS_AREA_END */
212 movl next_full_patt, %edx // next_full_patt
213 movl (%edx), %eax // word = *next_full_patt
214 addl $4, %edx // next_full_patt++
215 movl %edx, next_full_patt // save next_full_patt
399 movl (%r10), %eax // w = *next_full_patt
400 addq $4, %r10 // next_full_patt
[all...]

Completed in 76 milliseconds