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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_lcl.h310 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
329 (c)= Hw(t); \
336 (c)= Hw(t); \
343 (r1)=Hw(t); \
H A Dbn_asm.c445 t2=(BN_ULONG)Hw(t); \
454 t2=(BN_ULONG)Hw(tt); \
462 t2=(BN_ULONG)Hw(t); \
/external/openssl/crypto/bn/
H A Dbn_lcl.h310 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) macro
329 (c)= Hw(t); \
336 (c)= Hw(t); \
343 (r1)=Hw(t); \
H A Dbn_asm.c445 t2=(BN_ULONG)Hw(t); \
454 t2=(BN_ULONG)Hw(tt); \
462 t2=(BN_ULONG)Hw(t); \

Completed in 92 milliseconds