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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 53 if (const FunctionTextRegion *CTR = R->getAs<FunctionTextRegion>())
54 return CTR->getDecl();
  /external/oprofile/utils/
opcontrol 1385 CTR=`echo $HW_CTRS | awk "{print \\$$((f + 1))}"`
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 102 #error EAX_MODE requires OMAC and CTR
107 symmetric_CTR ctr; member in struct:__anon6119
  /external/qemu/tcg/ppc/
tcg-target.c 386 #define CTR SPR(9, 0)
477 tcg_out32 (s, MTSPR | RS (0) | CTR);
494 tcg_out32 (s, MTSPR | RA (0) | CTR);
942 tcg_out32 (s, MTSPR | RS (3) | CTR);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 378 #define CTR SPR(9, 0)
497 tcg_out32 (s, MTSPR | RS (0) | CTR);
522 tcg_out32 (s, MTSPR | RA (0) | CTR);
908 tcg_out32 (s, MTSPR | RS (3) | CTR);
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 191 if (o == GOF(CTR) && sz == 8) return o;
390 if (o == GOF(CTR) && sz == 4) return o;
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 69 ctr128_f ctr; member in union:__anon10026::__anon10027
84 ctr128_f ctr; member in struct:__anon10028
251 dat->stream.ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
316 gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
494 BLOCK_CIPHER_generic(nid,keylen,1,16,ctr,ctr,CTR,flags)
538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
561 dat->stream.ctr = (ctr128_f)AES_ctr32_encrypt;
663 if (dat->stream.ctr)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 154 milliseconds