Home
last modified time | relevance | path

Searched refs:CHKPT_WORDS (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/osfmk/arm64/
H A DWKdmCompress_16k.s227 #define CHKPT_WORDS (CHKPT_BYTES/4) // checkpoint bytes in words macro
261 mov remaining, #(CHKPT_WORDS*scale) // remaining input words .. initially set to checkpoint
618 mov remaining, #((1024 - CHKPT_WORDS)*scale) // remaining input words to process
H A DWKdmCompress_4k.s225 #define CHKPT_WORDS (CHKPT_BYTES/4) // checkpoint bytes in words macro
259 mov remaining, #(CHKPT_WORDS*scale) // remaining input words .. initially set to checkpoint
616 mov remaining, #((1024 - CHKPT_WORDS)*scale) // remaining input words to process