HomeSort by relevance Sort by last modified time
    Searched refs:BlockIndex (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBFile.h 36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
38 virtual Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
PDBFile.h 91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
93 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
Flash.c 54 UINTN BlockIndex,
60 return ((BlockIndex << gNandFlashInfo->BlockAddressStart) + (PageIndex << gNandFlashInfo->PageAddressStart));
284 IN UINTN BlockIndex,
299 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
353 IN UINTN BlockIndex,
367 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
432 IN UINTN BlockIndex
440 Address = GetActualPageAddressInBytes(BlockIndex, 0);
471 DEBUG ((EFI_D_ERROR, "Erase block timed out for Block: %d.\n", BlockIndex));
491 UINTN BlockIndex;
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.c 54 UINTN BlockIndex,
60 return ((BlockIndex << gNandFlashInfo->BlockAddressStart) + (PageIndex << gNandFlashInfo->PageAddressStart));
284 IN UINTN BlockIndex,
299 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
353 IN UINTN BlockIndex,
367 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex);
432 IN UINTN BlockIndex
440 Address = GetActualPageAddressInBytes(BlockIndex, 0);
471 DEBUG ((EFI_D_ERROR, "Erase block timed out for Block: %d.\n", BlockIndex));
491 UINTN BlockIndex;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVol.c 86 UINTN BlockIndex;
93 BlockIndex = 0;
121 BlockIndex = 0;
122 while (BlockIndex < NumberOfBlocks && DataSize >= BlockSize) {
123 Status = Fvb->Read (Fvb, *StartLba + BlockIndex, 0, &BlockSize, Data);
129 BlockIndex ++;
149 Status = Fvb->Read (Fvb, *StartLba + BlockIndex, 0, &DataSize, Data);
158 *StartLba += BlockIndex;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 36 ; * [in] blockIndex block index indicating the component type and
65 BlockIndex RN 0
89 TEQ BlockIndex,#3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 36 ; * [in] blockIndex block index indicating the component type and
65 BlockIndex RN 0
89 TEQ BlockIndex,#3
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c 463 UINTN BlockIndex;
544 BlockIndex = 0;
549 FvbDev->LbaCache[BlockIndex].Base = LinearOffset;
550 FvbDev->LbaCache[BlockIndex].Length = PtrBlockMapEntry->Length;
552 BlockIndex++;
  /external/llvm/lib/DebugInfo/PDB/Raw/
PDBFile.cpp 76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex,
78 uint64_t StreamBlockOffset = blockToOffset(BlockIndex, getBlockSize());
86 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset,
97 uint64_t StreamBlockOffset = blockToOffset(BlockIndex, getBlockSize());
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
66 return ArrayRef<uint8_t>(&Data[BlockIndex], NumBytes);
69 Error setBlockData(uint32_t BlockIndex, uint32_t Offset,
71 if (BlockIndex >= Blocks.size())
75 ::memcpy(&Data[BlockIndex] + Offset, SrcData.data(), SrcData.size());
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 138 UINTN BlockIndex;
217 for (BlockIndex = 0; BlockIndex < PtrBlockMapEntry->NumBlocks; BlockIndex++) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 1044 milliseconds