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

  /external/syslinux/diag/geodsp/
mk-lba-img.c 26 #define BPS (512)
27 #define SECT_INT (BPS / sizeof(unsigned int))
70 while ((len = fread(b, 1, BPS, stdin))) {
71 if (len < BPS)
72 memset((char *)b + len, 0, BPS - len);
73 fwrite(b, 1, BPS, f);
86 fwrite(b, 1, BPS, f);
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 211 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
212 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
298 // *dst is the destination block, with stride BPS. Boundary samples are

Completed in 120 milliseconds