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

/linux-master/crypto/
H A Dvmac.c88 #define INDEX_HIGH 1 macro
91 #define INDEX_HIGH 0 macro
279 #define a1 (*(((u32 *)alo)+INDEX_HIGH))
281 #define a3 (*(((u32 *)ahi)+INDEX_HIGH))
283 #define k1 (*(((u32 *)kl)+INDEX_HIGH))
285 #define k3 (*(((u32 *)kh)+INDEX_HIGH))
313 p += (u64)(((u32 *)ml)[INDEX_HIGH]);

Completed in 98 milliseconds