Home
last modified time | relevance | path

Searched refs:next_low_bits (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/libkern/kxld/
H A DWKdmCompress.c122 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 DWKdmDecompress.c203 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-11215.61.5/osfmk/x86_64/
H A DWKdmCompress_new.s205 #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-11215.61.5/osfmk/arm64/
H A DWKdmCompress_16k.s199 #define next_low_bits x12 macro
269 add next_low_bits, scratch, #(2048*scale) // &tempLowBitsArray[0]
293 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit
427 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes)
507 strh edx, [next_low_bits], #2 // save next_low_bits++
532 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits
574 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
626 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
H A DWKdmCompress_4k.s197 #define next_low_bits x12 macro
267 add next_low_bits, scratch, #(2048*scale) // &tempLowBitsArray[0]
291 mov start_next_low_bits, next_low_bits // remember the start of next_low_bit
425 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes)
505 strh edx, [next_low_bits], #2 // save next_low_bits++
530 sub r13, next_low_bits, start_next_low_bits // get # dictionary partial hits
572 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits
624 sub rax, next_low_bits, start_next_low_bits // get bytes consumed by lower-10 bits