HomeSort by relevance Sort by last modified time
    Searched refs:Ch (Results 26 - 29 of 29) sorted by null

12

  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 131 or $t0,$t0,$t1 ; Ch(e,f,g)
sha512-sparcv9.pl 234 xor $g,$tmp2,$tmp2 ! Ch(e,f,g)
  /external/chromium/crypto/third_party/nss/
sha512.cc 68 #define Ch(x,y,z) ((x & y) ^ (~x & z))
287 h += S1(e) + Ch(e,f,g) + K256[n] + W[n]; \
726 h += S1(e) + Ch(e,f,g) + K512[n] + W[n]; \
755 /* 32-bit versions of Ch and Maj */
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 60 milliseconds

12