HomeSort by relevance Sort by last modified time
    Searched refs:twmask (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86.pl 1025 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1057 &movdqa ($twmask,&QWP(6*16,"esp")); # 0x0...010...87
1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
aesni-x86_64.pl     [all...]
bsaes-x86_64.pl     [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 1025 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1057 &movdqa ($twmask,&QWP(6*16,"esp")); # 0x0...010...87
1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
aesni-x86_64.pl     [all...]
bsaes-x86_64.pl     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 435 const int twl = bwl - tx_size, twmask = (1 << twl) - 1; local
444 xoff = 32 * (block & twmask);
459 xoff = 16 * (block & twmask);
471 xoff = 8 * (block & twmask);
482 xoff = 4 * (block & twmask);
582 const int twl = bwl - tx_size, twmask = (1 << twl) - 1; local
600 xoff = 32 * (block & twmask);
625 xoff = 16 * (block & twmask);
654 xoff = 8 * (block & twmask);
686 xoff = 4 * (block & twmask);
    [all...]

Completed in 506 milliseconds