Searched defs:Hw (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_lcl.h303 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
322 (c)= Hw(t); \
329 (c)= Hw(t); \
336 (r1)=Hw(t); \

Completed in 103 milliseconds