Searched refs:next_low_bits (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.121.3/libkern/kxld/ |
| H A D | WKdmCompress.c | 122 WK_word* next_low_bits = tempLowBitsArray; in WKdm_compress() local 178 (char *) next_low_bits - (char *) tempLowBitsArray); in WKdm_compress() 287 (unsigned int)(next_low_bits - tempLowBitsArray); in WKdm_compress() 296 next_low_bits < endLowBitsArray; in WKdm_compress() 297 next_low_bits++) { in WKdm_compress() 298 *next_low_bits = 0; in WKdm_compress()
|
| H A D | WKdmDecompress.c | 203 WK_word *next_low_bits = tempLowBitsArray; in WKdm_decompress() local 214 printf("next_low_bits is %u\n", next_low_bits); in WKdm_decompress() 245 temp = temp | *(next_low_bits++); in WKdm_decompress()
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 205 #define next_low_bits %rsi macro 246 movq %rax, next_low_bits // next_low_bits 386 movq next_low_bits, %rbx // next_low_bits 468 mov %dx, (next_low_bits) // save next_low_bits 469 addq $2, next_low_bits // next_low_bits++ 498 movq next_low_bits, %r13 // get # dictionary partial hits 543 movq next_low_bits, %rax 603 movq next_low_bits, %rax
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | WKdmCompress_16k.s | 195 #define next_low_bits x12 macro 264 add next_low_bits, scratch, #(2048*scale) // &tempLowBitsArray[0] 288 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit 422 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes) 502 strh edx, [next_low_bits], #2 // save next_low_bits++ 527 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits 569 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits 621 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
|
| H A D | WKdmCompress_4k.s | 193 #define next_low_bits x12 macro 262 add next_low_bits, scratch, #(2048*scale) // &tempLowBitsArray[0] 286 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit 420 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes) 500 strh edx, [next_low_bits], #2 // save next_low_bits++ 525 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits 567 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits 619 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | WKdmCompress_new.s | 183 #define next_low_bits r10 macro 251 add next_low_bits, scratch, #LowBitsArray_offset // &tempLowBitsArray[0] 276 str next_low_bits, start_next_low_bits // remember the start of next_low_bits 419 sub edx, next_low_bits, ecx // next_low_bits - tempLowBitsArray (in bytes) 498 strh edx, [next_low_bits], #2 // save next_low_bits++ 529 sub R13, next_low_bits, R13 // get # dictionary partial hits 574 sub eax, next_low_bits, eax // get bytes consumed by lower-10 bits 678 sub eax, next_low_bits, eax // get bytes consumed by lower-10 bits
|