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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 309 #define Lw(t) (((BN_ULONG)(t))&BN_MASK2)
328 (r)= Lw(t); \
335 (r)= Lw(t); \
342 (r0)=Lw(t); \
  /external/openssl/crypto/bn/
bn_lcl.h 309 #define Lw(t) (((BN_ULONG)(t))&BN_MASK2)
328 (r)= Lw(t); \
335 (r)= Lw(t); \
342 (r0)=Lw(t); \
  /art/compiler/utils/mips/
assembler_mips.cc 274 void MipsAssembler::Lw(Register rt, Register rs, uint16_t imm16) {
505 Lw(reg, base, offset);
    [all...]

Completed in 276 milliseconds