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

  /external/llvm/lib/IR/
GCOV.cpp 136 uint32_t BlockCount;
137 if (!Buff.readInt(BlockCount)) return false;
138 for (uint32_t i = 0, e = BlockCount; i != e; ++i) {
150 if (BlockNo >= BlockCount) {
175 if (BlockNo >= BlockCount) {
574 uint64_t BlockCount = Block->getCount();
575 LineCount = LineCount > BlockCount ? LineCount : BlockCount;
  /external/openssl/crypto/md5/asm/
md5-ia64.S 190 // in2 Integral Blocks BlockCount
232 #define BlockCount in2
330 add BlockCount = -1, BlockCount
340 cmp.ne pAgain, p0 = 0, BlockCount
396 add BlockCount = -1, BlockCount ; \
402 cmp.ne pAgain, p0 = 0, BlockCount ; \
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 635 unsigned BlockCount;
642 BlockCount(count),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 125 milliseconds