Searched refs:SKEIN_LOOP (Results 1 – 1 of 1) sorted by relevance
25 #ifndef SKEIN_LOOP26 #define SKEIN_LOOP 001 /* default: unroll 256 and 512, but not 1024 */ macro48 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */49 #define SKEIN_UNROLL_256 (((SKEIN_LOOP) / 100) % 10)125 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */126 #define SKEIN_UNROLL_512 (((SKEIN_LOOP)/10)%10)214 #ifdef SKEIN_LOOP /* configure how much to unroll the loop */215 #define SKEIN_UNROLL_1024 ((SKEIN_LOOP)%10)