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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 58 BranchProbabilityInfo *BPI;
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 131 BranchProbabilityInfo &BPI = getAnalysis<BranchProbabilityInfo>();
135 BFI->doFunction(&F, &BPI, &LI);
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 108 #define BPI (VBPI + GPR_TOO) /* Blocks computed per loop iteration */
188 for (iters = 0; iters < inlen/(BPI*64); iters++)
217 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
269 op[12] = REVW_BE(REVW_BE(ip[12]) ^ (x12 + counter+BPI*iters+(BPI-1)));
279 for (iters = inlen%(BPI*64)/64; iters != 0; iters--)
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 786 const BranchProbabilityInfoT *BPI;
    [all...]
  /system/keymaster/
ocb.c 31 / the length parameters must be a multiple of (BPI*16).
362 #define BPI 4 /* Number of blocks in buffer per ECB call */
408 #define BPI 4 /* Number of blocks in buffer per ECB call */
599 #define BPI 8 /* Number of blocks in buffer per ECB call */
801 i = ad_len / (BPI * 16);
805 block ta[BPI], oa[BPI];
806 ad_block_num += BPI;
814 #if BPI == 4
817 #elif BPI ==
    [all...]

Completed in 202 milliseconds