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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpanama.cpp110 #define SSE2_Index(i) ASM_MOD(((i)*13+16), 17)
114 AS2( rol AS_REG_1d, ASM_MOD((ASM_MOD(5*i,17)*(ASM_MOD(5*i,17)+1)/2), 32))\
115 AS2( mov [AS_REG_2+SSE2_Index(ASM_MOD(5*(i), 17))*4], AS_REG_1d)
H A Dcpu.h153 #define ASM_MOD(x, y) ((x) MOD (y)) macro
157 #define ASM_MOD(x, y) ((x)-((x)/(y))*(y)) macro
H A Dsosemanuk.cpp411 #define s(i) SSE2_stateCopy + ASM_MOD(i,10)*4
412 #define u(j) WORD_REG(di) + (ASM_MOD(j,4)*20 + (j/4)) * 4
413 #define v(j) WORD_REG(di) + (ASM_MOD(j,4)*20 + (j/4)) * 4 + 80*4
H A Dsha.cpp140 #define H(i) [BASE+ASM_MOD(1024+7-(i),8)*4]
148 #define Wt(i) BASE+8*4+ASM_MOD(1024+15-(i),16)*4
H A Drijndael.cpp508 #define MAP0TO4(i) (ASM_MOD(i+3,4)+1)

Completed in 34 milliseconds