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

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 211 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
212 if (BPS && BPS->isUnconditional()) {
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 224 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
225 if (BPS && BPS->isUnconditional()) {
Local.cpp     [all...]
  /external/webp/src/dsp/
dsp.h 27 #define BPS 32 // this is the common stride for enc/dec
382 // *dst is the destination block, with stride BPS. Boundary samples are

Completed in 325 milliseconds