Go to the source code of this file.
◆ BYPASS_CT_INIT
#define BYPASS_CT_INIT 0xDEADBEEF |
◆ DOWNLOAD_MQC_VARIABLES
#define DOWNLOAD_MQC_VARIABLES |
( |
|
mqc | ) |
|
Value: const mqc_state **curctx = mqc->curctx; \
uint32_t c = mqc->c; \
uint32_t a = mqc->a; \
uint32_t ct = mqc->ct
◆ mqc_setcurctx
#define mqc_setcurctx |
( |
|
mqc, |
|
|
|
ctxno |
|
) |
| (mqc)->curctx = (mqc)->ctxs + (uint32_t)(ctxno) |
◆ UPLOAD_MQC_VARIABLES
#define UPLOAD_MQC_VARIABLES |
( |
|
mqc, |
|
|
|
curctx |
|
) |
| |
Value: mqc->curctx = curctx; \
mqc->c = c; \
mqc->a = a; \
mqc->ct = ct;