Home
last modified time | relevance | path

Searched refs:STEP_MAIN (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DSha256.c97 #define STEP_MAIN 1 macro
100 #define STEP_MAIN 4 macro
105 #if STEP_MAIN != 16
154 #if STEP_MAIN == 16
180 #if (!defined(Z7_SHA256_UNROLL) || STEP_MAIN < 8) && (STEP_MAIN >= 4)
189 #if defined(Z7_SHA256_UNROLL) && STEP_MAIN >= 8
270 #if !defined(Z7_SHA256_UNROLL) || (STEP_MAIN <= 4) || (STEP_PRE <= 4) in Sha256_UpdateBlocks()
313 for (j = 16; j < 64; j += STEP_MAIN) in Sha256_UpdateBlocks()
315 #if defined(Z7_SHA256_UNROLL) && STEP_MAIN > in Sha256_UpdateBlocks()
513 #undef STEP_MAIN global() macro
[all...]

Completed in 1 milliseconds