Searched defs:BlockSize (Results 1 - 13 of 13) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dblock_structure.h50 typedef int16 BlockSize; typedef in namespace:ceres::internal
56 BlockSize size;
/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc141 int BlockSize() { function in namespace:__anon3035
237 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
250 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
H A Daddr.h92 int BlockSize() const { function in class:disk_cache::Addr
/external/chromium_org/net/disk_cache/
H A Ddisk_cache_perftest.cc142 int BlockSize() { function in namespace:__anon9296
230 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
243 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
H A Daddr.h99 int BlockSize() const { function in class:disk_cache::Addr
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; local
70 BlockSize += TII->GetInstSizeInBytes(MBBI);
72 BlockSizes[MBB->getNumber()] = BlockSize;
73 FuncSize += BlockSize;
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp77 unsigned BlockSize = 0; local
80 BlockSize += TII->GetInstSizeInBytes(MBBI);
82 BlockSizes[MBB->getNumber()] = BlockSize;
83 FuncSize += BlockSize;
/external/lzma/CS/7zip/
H A DICoder.cs99 BlockSize, enumerator in enum:SevenZip.CoderPropID
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h120 // - the current destination block is processed per panel of actual_mc x BlockSize
121 // where BlockSize is set to the minimal value allowing gebp to be as fast as possible
134 BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr) enumerator in enum:Eigen::internal::tribb_kernel::__anon18058
139 Matrix<ResScalar,BlockSize,BlockSize,ColMajor> buffer;
141 // let's process the block per panel of actual_mc x BlockSize,
143 for (Index j=0; j<size; j+=BlockSize)
145 Index actualBlockSize = std::min<Index>(BlockSize,size - j);
157 gebp_kernel(buffer.data(), BlockSize, blockA+depth*i, actual_b, actualBlockSize, depth, actualBlockSize, alpha,
/external/clang/lib/CodeGen/
H A DCGBlocks.h212 CharUnits BlockSize; member in class:clang::CodeGen::CGBlockInfo
/external/kernel-headers/original/linux/mtd/
H A Dcfi.h159 uint16_t BlockSize; member in struct:cfi_intelext_blockinfo
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp67 /// BlockSize - This is the size in bytes of this memory block,
69 uintptr_t BlockSize : (sizeof(intptr_t)*CHAR_BIT - 2); member in struct:__anon22188::MemoryRangeHeader
77 const_cast<MemoryRangeHeader *>(this))+BlockSize);
118 void *EndOfBlock = (char*)this + BlockSize;
119 ((intptr_t *)EndOfBlock)[-1] = BlockSize;
183 BlockSize += FollowingFreeBlock.BlockSize;
194 PrevFreeBlock->GrowBlock(PrevFreeBlock->BlockSize + BlockSize);
215 assert(NewSize > BlockSize
430 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; local
448 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4393 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument
4394 assert((BlockSize==16 || BlockSize==32 || BlockSize==64) &&
4405 BlockElts = BlockSize / EltSz;
4407 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 297 milliseconds