Searched refs:start_next_qp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 191 #define start_next_qp tempQPosArray macro 483 cmpq start_next_qp, next_qp // check if any partial or exact dictionary matches 496 subq start_next_qp, %r11 552 subq start_next_qp, %rdx 614 subq start_next_qp, %rdx
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | WKdmCompress_16k.s | 282 #define start_next_qp tempQPosArray macro 514 …cmp start_next_qp, next_qp // check if any partial or exact dictionary ma… 525 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial) 576 sub rdx, next_qp, start_next_qp 628 sub rdx, next_qp, start_next_qp
|
| H A D | WKdmCompress_4k.s | 280 #define start_next_qp tempQPosArray macro 512 …cmp start_next_qp, next_qp // check if any partial or exact dictionary ma… 523 sub r11, next_qp, start_next_qp // get # dictionary hits (exact + partial) 574 sub rdx, next_qp, start_next_qp 626 sub rdx, next_qp, start_next_qp
|