HomeSort by relevance Sort by last modified time
    Searched refs:BlockCount (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
LoopWidening.h 31 unsigned BlockCount, const Stmt *LoopStmt);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dblk.c 24 @param[in] BlockCount How many blocks to display.
32 IN CONST UINT8 BlockCount
54 BufferSize = BlockIo->Media->BlockSize * BlockCount;
58 ShellPrintEx(-1,-1,L" BlockSize: 0x%08x, BlockCount: 0x%08x\r\n", BlockIo->Media->BlockSize, BlockCount);
110 UINT64 BlockCount;
163 BlockCount = 1;
169 ShellConvertStringToUint64(BlockCountString, &BlockCount, TRUE, FALSE);
170 if (BlockCount > 0x10) {
171 BlockCount = 0x10;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
RdRand.c 141 UINTN BlockCount;
146 BlockCount = Length / 16;
152 while (BlockCount > 0) {
159 BlockCount--;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyBlock.c 211 UINTN BlockCount;
325 BlockCount = GetTransferBlockCount (FdcDev, Lba, NumberOfBlocks);
326 while ((BlockCount != 0) && !EFI_ERROR (Status)) {
327 Status = ReadWriteDataSector (FdcDev, Buffer, Lba, BlockCount, Operation);
334 Lba += BlockCount;
335 NumberOfBlocks -= BlockCount;
336 Buffer = (VOID *) ((UINTN) Buffer + BlockCount * BlockSize);
337 BlockCount = GetTransferBlockCount (FdcDev, Lba, NumberOfBlocks);
  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 41 unsigned BlockCount, const Stmt *LoopStmt) {
63 BlockCount, LCtx, true, nullptr, nullptr,
  /external/llvm/unittests/Analysis/
LoopPassManagerTest.cpp 32 Result(int Count) : BlockCount(Count) {}
33 int BlockCount;
74 AnalyzedBlockCount += AR->BlockCount;
78 AnalyzedBlockCount += AR.BlockCount;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcBlockIo.c 237 UINTN BlockCount;
240 BlockCount = 1;
260 BlockCount = (BufferSize + This->Media->BlockSize - 1) / This->Media->BlockSize;
309 if (BlockCount == 1) {
317 if (BlockCount == 1) {
326 ConsumeSize = BlockCount * This->Media->BlockSize;
337 Lba += BlockCount;
  /external/llvm/lib/IR/
GCOV.cpp 157 uint32_t BlockCount;
158 if (!Buff.readInt(BlockCount))
160 for (uint32_t i = 0, e = BlockCount; i != e; ++i) {
175 if (BlockNo >= BlockCount) {
204 if (BlockNo >= BlockCount) {
613 uint64_t BlockCount = Block->getCount();
614 LineCount = LineCount > BlockCount ? LineCount : BlockCount;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
GCOV.cpp 117 uint32_t BlockCount = Buff.readInt();
118 for (int i = 0, e = BlockCount; i != e; ++i) {
127 assert (BlockNo < BlockCount && "Unexpected Block number!");
139 assert (BlockNo < BlockCount && "Unexpected Block number!");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 400 UINTN BlockCount;
421 BlockCount = ((Size + (blk->Length - 1)) / blk->Length);
426 NewSize = OldSize + (BlockCount * blk->Length);
453 blk->NumBlocks += (UINT32)BlockCount;
1523 UINT32 BlockCount;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
Platform.c 997 UINT8 BlockCount = 0;
1061 BlockCount = (UINT8) (*Length);
1099 for (Index = 0; Index < BlockCount; Index++) {
    [all...]

Completed in 1637 milliseconds

1 2 3 4