Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 25) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h57 support::ulittle32_t BlockSize; member
106 static uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
110 static uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp409 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; in endFunctionBody() local
427 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; in allocateSpace() local
458 uintptr_t BlockSize = TableEnd - (uint8_t *)CurBlock; in endExceptionTable() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h40 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp71 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCBranchSelector.cpp68 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/lzma/CS/7zip/
DICoder.cs99 BlockSize, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp109 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defifs.h35 UINT32 BlockSize; member
Defiprot.h94 UINT32 BlockSize; member
331 UINT32 BlockSize; member
/external/syslinux/efi64/include/efi/
Defifs.h35 UINT32 BlockSize; member
Defiprot.h94 UINT32 BlockSize; member
331 UINT32 BlockSize; member
/external/syslinux/efi32/include/efi/
Defifs.h35 UINT32 BlockSize; member
Defiprot.h94 UINT32 BlockSize; member
331 UINT32 BlockSize; member
/external/clang/lib/CodeGen/
DCGBlocks.h232 CharUnits BlockSize; variable
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp616 int BlockSize = CurrentRecordPos - BlockEntryPos; in ParseBlock() local
/external/ImageMagick/MagickCore/
Dmemory.c74 #define BlockSize 4096 macro
/external/libcxx/test/support/
Dcontrolled_allocators.hpp405 static const std::size_t BlockSize = alignof(std::max_align_t); member in MinAlignedAllocator
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_utility.h325 uint32_t BlockSize() const { in BlockSize() function
/external/pdfium/third_party/lcms2-2.6/src/
Dlcms2_internal.h367 cmsUInt32Number BlockSize; member
Dcmscgats.c113 cmsUInt32Number BlockSize; member
/external/llvm/include/llvm/Object/
DCOFF.h613 support::ulittle32_t BlockSize; member
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3738 unsigned BlockSize) { in isVREVMask()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5196 static bool isREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isREVMask()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5328 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()