HomeSort by relevance Sort by last modified time
    Searched defs:Hw (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 310 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
329 (c)= Hw(t); \
336 (c)= Hw(t); \
343 (r1)=Hw(t); \
  /external/openssl/crypto/bn/
bn_lcl.h 310 #define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2)
329 (c)= Hw(t); \
336 (c)= Hw(t); \
343 (r1)=Hw(t); \

Completed in 31 milliseconds